From bfa34c277404e8879eb08fceb524f1aa9cc804e8 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 13 Dec 2022 03:04:58 -0500 Subject: [PATCH] Set outline colors --- mood-adwaita-theme.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index 832dcc6..7ffbd57 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -347,6 +347,16 @@ `(message-mml ((,class (:foreground ,base-5 :slant italic)))) `(message-cited-text ((,class (:foreground ,magenta)))) + ;; outline + `(outline-1 ((,class (:foreground ,base-6 :weight bold)))) + `(outline-2 ((,class (:foreground ,base-7 :weight bold)))) + `(outline-3 ((,class (:foreground ,base-6 :weight bold)))) + `(outline-4 ((,class (:foreground ,base-5 :weight bold)))) + `(outline-5 ((,class (:foreground ,base-6 :weight bold)))) + `(outline-6 ((,class (:foreground ,base-7 :weight bold)))) + `(outline-7 ((,class (:foreground ,base-6 :weight bold)))) + `(outline-8 ((,class (:foreground ,base-5 :weight bold)))) + ;; pulse `(pulse-highlight-start-face ((,class (:background ,base-5 :extend t))))