From 031317392f50871ebcd74d746432517d646aed70 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 4 Nov 2024 08:17:03 +0200 Subject: . --- home/dots/.emacs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'home/dots/.emacs') 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 ()))) -- cgit v1.2.3