summaryrefslogtreecommitdiff
path: root/home/dots/.emacs.d/BOGO-dark-theme.el
diff options
context:
space:
mode:
authorMarc Coquand <marc@coquand.email>2024-11-30 18:49:19 +0200
committerMarc Coquand <marc@coquand.email>2024-11-30 18:49:19 +0200
commit670aeac103dc12ede0896731ca71c8b5f4fd72e2 (patch)
tree1577312197aa123fa4f5affad8782f65266a9125 /home/dots/.emacs.d/BOGO-dark-theme.el
parentd13b382e29bb6dcf34f683936722762b366f316a (diff)
downloadguix-670aeac103dc12ede0896731ca71c8b5f4fd72e2.tar.gz
guix-670aeac103dc12ede0896731ca71c8b5f4fd72e2.tar.bz2
guix-670aeac103dc12ede0896731ca71c8b5f4fd72e2.zip
.
Diffstat (limited to '')
-rw-r--r--home/dots/.emacs.d/BOGO-dark-theme.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el
index e57350f..6b623cb 100644
--- a/home/dots/.emacs.d/BOGO-dark-theme.el
+++ b/home/dots/.emacs.d/BOGO-dark-theme.el
@@ -36,6 +36,7 @@
'(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 "gray20"))))
+ '(eglot-highlight-symbol-face ((t ())))
'(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))))
@@ -50,6 +51,7 @@
'(message-header-name ((t (:weight bold))))
'(message-header-subject ((t (:slant italic))))
'(message-separator ((t (:foreground "red"))))
+ '(message-header-cc ((t nil)))
'(message-cited-text-1 ((t (:foreground "gray50"))))
'(gnus-header-name ((t (:weight bold))))
'(gnus-header-content ((t nil)))
@@ -80,6 +82,8 @@
'(org-scheduled-today ((t nil)))
'(org-list-dt ((t (:weight bold))))
'(org-agenda-calendar-event ((t nil)))
+ '(message-header-to ((t nil)))
+ '(message-header-other ((t nil)))
'(org-drawer ((t nil)))
'(org-hide ((t (:foreground "#1D1D1D"))))
'(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through nil :extend nil :weight bold))))
@@ -107,7 +111,7 @@
'(tldr-command-itself ((t (:background "khaki" :foreground "#fffff8" :weight bold))))
'(tldr-introduction ((t (:foreground "#fffff8" :slant italic))))
'(tldr-title ((t (:inherit variable-pitch :foreground "#fffff8" :weight bold))))
- '(variable-pitch ((t (:family "iA Writer Quattro V" :height 1.0))))
+ '(variable-pitch ((t (:family "Iosevka Aile" :height 1.0))))
'(window-divider ((t (:foreground "gray20")))))
(provide-theme 'BOGO-dark)