diff options
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index 4ab0328..3b7a99c 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -44,6 +44,8 @@ '(mastodon-display-name-face ((t (:inherit nil :weight bold)))) '(message-header-name ((t (:weight bold)))) '(message-header-subject ((t (:slant italic)))) + '(message-header-to ((t nil))) + '(message-header-other ((t nil))) '(message-separator ((t (:foreground "red")))) '(message-cited-text-1 ((t (:foreground "gray50")))) '(gnus-header-name ((t (:weight bold)))) @@ -92,7 +94,7 @@ '(tab-line-highlight ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "iA Writer Duo V")))) '(tab-line-tab-current ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :family "iA Writer Duo V")))) '(tab-line-tab-inactive ((t (:box (:line-width (4 . 4) :style flat-button) :weight semi-light :foreground "gray70" :family "iA Writer Duo V")))) - '(tab-bar ((t (:background "#EEEEE8" :box nil :weight semi-light :family "iosevka Aile")))) + '(tab-bar ((t (:background "#EEEEE8" :box nil :weight semi-light :family "Iosevka Aile")))) '(tab-bar-tab ((t (:inherit tab-bar :box (:line-width (12 . -1) :style flat-button) :background "#fffff8" :foreground "#111111")))) '(tab-bar-tab-inactive ((t (:inherit tab-bar-tab :box (:line-width (12 . -1) :style flat-button) :background "#EEEEE8" :foreground "#111111" :weight semi-light)))) '(tldr-code-block ((t (:background "cornsilk" :foreground "#111111")))) @@ -101,7 +103,7 @@ '(tldr-command-itself ((t (:background "khaki" :foreground "#111111" :weight bold)))) '(tldr-introduction ((t (:foreground "#111111" :slant italic)))) '(tldr-title ((t (:inherit variable-pitch :foreground "#111111" :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 "gray90"))))) (provide-theme 'BOGO) |