From d8511b1cba1c76c7352a79edd6ff25449acdd3c2 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 13 Dec 2022 03:05:15 -0500 Subject: [PATCH] Add support for more packages --- mood-adwaita-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index 7ffbd57..681069f 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -415,6 +415,10 @@ `(avy-lead-face-1 ((,class (:inherit 'avy-lead-face)))) `(avy-lead-face-2 ((,class (:inherit 'avy-lead-face)))) + ;; bufler + `(bufler-path ((,class (:inherit 'font-lock-string-face)))) + `(bufler-buffer-special ((,class (:inherit 'font-lock-builtin-face)))) + ;; company `(company-tooltip ((,class (:inherit 'tooltip)))) `(company-tooltip-common ((,class (:foreground ,blue :distant-foreground ,base-0 :weight bold)))) @@ -636,6 +640,9 @@ `(paren-face-mismatch ((,class (:inherit 'show-paren-mismatch)))) `(paren-face-no-match ((,class (:inherit 'show-paren-mismatch)))) + ;; mood-line + `(mood-line-status-info ((,class (:foreground ,teal)))) + ;; multiple-cursors `(mc/cursor-face ((,class (:inherit 'cursor))))