diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-19 12:10:39 +0100 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-19 12:10:39 +0100 |
commit | f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1 (patch) | |
tree | d41cfca7f29cc60ca42db45ad6bcbeb3b07344db | |
parent | d75c0769ddd71a2eeef4ca39fdc16065b8cb8423 (diff) | |
download | guix-f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1.tar.gz guix-f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1.tar.bz2 guix-f41d98f743b54c183f198ea1fc0fcf3c3ec0ebd1.zip |
Theme
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 6 |
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) |