From d137551c5a9e13d311eda625a09f94543ec7bbb6 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 26 Jan 2023 05:50:58 -0500 Subject: [PATCH] Add definition for mood-line-unimportant --- adwaita-dark-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index d995a43..baae744 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -748,6 +748,7 @@ ;; mood-line `(mood-line-buffer-status-narrowed ((,class (:foreground ,base-7)))) `(mood-line-status-info ((,class (:foreground ,teal)))) + `(mood-line-unimportant ((,class (:foreground ,base-5)))) ;; multiple-cursors `(mc/cursor-face ((,class (:inherit cursor :background ,fg-alt))))