summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMarc Coquand <marc@coquand.email>2024-12-19 12:10:39 +0100
committerMarc Coquand <marc@coquand.email>2024-12-19 12:10:39 +0100
commitf41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1 (patch)
treed41cfca7f29cc60ca42db45ad6bcbeb3b07344db /home
parentd75c0769ddd71a2eeef4ca39fdc16065b8cb8423 (diff)
downloadguix-f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1.tar.gz
guix-f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1.tar.bz2
guix-f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1.zip
Theme
Diffstat (limited to 'home')
-rw-r--r--home/dots/.emacs.d/BOGO-theme.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el
index c0a96da..ecdfca6 100644
--- a/home/dots/.emacs.d/BOGO-theme.el
+++ b/home/dots/.emacs.d/BOGO-theme.el
@@ -31,6 +31,11 @@
'(git-gutter:deleted ((t (:foreground "red"))))
'(font-lock-function-name-face ((t nil)))
'(font-lock-keyword-face ((t nil)))
+ '(shr-h1 ((t (:weight bold))))
+ '(shr-h2 ((t (:weight bold))))
+ '(shr-h3 ((t (:weight bold))))
+ '(shr-h4 ((t (:weight bold))))
+ '(info-title-1 ((t (:weight bold))))
'(info-title-2 ((t (:weight bold))))
'(info-title-3 ((t (:weight bold))))
'(info-title-4 ((t (:weight bold))))
@@ -115,6 +120,7 @@
'(tldr-introduction ((t (:foreground "#111111" :slant italic))))
'(tldr-title ((t (:inherit variable-pitch :foreground "#111111" :weight bold))))
'(variable-pitch ((t (:family "Iosevka Aile"))))
+ '(variable-pitch-text ((t (:inherit variable-pitch))))
'(window-divider ((t (:foreground "gray90")))))
(provide-theme 'BOGO)