diff options
author | Marc Coquand <marc@coquand.email> | 2024-11-28 22:00:54 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-11-28 22:00:54 +0200 |
commit | 83fbd0a23a104f4c9b8426f8ba424be53798d763 (patch) | |
tree | d4f253ef89008168cbd3e5176cb53bc0d7365954 /home/dots/.emacs.d | |
parent | 8a20306bd9fa6ee6d90aef016dcef9e7b1662c71 (diff) | |
download | guix-83fbd0a23a104f4c9b8426f8ba424be53798d763.tar.gz guix-83fbd0a23a104f4c9b8426f8ba424be53798d763.tar.bz2 guix-83fbd0a23a104f4c9b8426f8ba424be53798d763.zip |
.
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index 91e8e85..e57350f 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -16,8 +16,8 @@ '(erc-timestamp-face ((t (:foreground "blue" :weight bold)))) '(eshell-prompt ((t (:weight bold)))) '(eww-valid-certificate ((t (:foreground "#fafaf8" :weight bold)))) - '(fixed-pitch ((t (:family "Iosevka Term")))) - '(fixed-pitch-serif ((t (:family "Iosevka Term")))) + '(fixed-pitch ((t (:family "iA Writer Mono V")))) + '(fixed-pitch-serif ((t (:family "iA Writer Mono V")))) '(isearch ((t (:foreground "white")))) '(font-lock-builtin-face ((t (:weight regular)))) '(font-lock-comment-face ((t (:foreground "gray40")))) @@ -35,7 +35,7 @@ '(font-lock-variable-name-face ((t (:foreground "#fffff8")))) '(fringe ((t nil))) '(header-line ((t (:inherit default :foreground "grey80" :box (:line-width (12 . 12) :color "#1d1d1d") :underline (:color "gray20" :style line :position 0) :family "iA Writer Duo V" :height 1.0)))) - '(highlight ((t (:background "azure2")))) + '(highlight ((t (:background "gray20")))) '(info-header-xref ((t (:inherit info-xref :underline (:color "RoyalBlue3" :style line :position t))))) '(info-menu-header ((t (:family "Iosevka aile" :weight bold)))) '(info-title-1 ((t (:family "Iosevka aile" :weight bold)))) |