diff options
Diffstat (limited to 'home')
-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) |