diff options
-rw-r--r-- | home/dots/.emacs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 68bd8a7..e7f6cc6 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -1040,6 +1040,14 @@ '(markdown-inline-code-face ((t (:inherit markdown-code-face)))) '(markdown-pre-face ((t (:inherit markdown-code-face)))) '(mastodon-display-name-face ((t (:inherit nil :weight bold)))) + '(message-header-name ((t (:weight bold)))) + '(message-header-subject ((t (:slant italic)))) + '(message-separator ((t (:foreground "red")))) + '(message-cited-text-1 ((t (:foreground "gray50")))) + '(gnus-header-name ((t (:weight bold)))) + '(gnus-header-content ((t ()))) + '(gnus-header-subject ((t (:slant italic)))) + '(gnus-header-from ((t (:weight bold)))) '(minibuffer-prompt ((t ()))) '(mode-line ((t (:background "#EEEEE8" :foreground "#111111" :box (:line-width (8 . 8) :style flat-button) :overline "white" :underline (:color "#fffff8" :style line :position t) :family "Iosevka Aile")))) '(mode-line-emphasis ((t ()))) |