From 829f2073f2dcb32d9f07c56f73e6e173179b9661 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Wed, 14 Dec 2022 01:45:20 -0500 Subject: [PATCH] Tweak more faces to improve color consistency --- adwaita-dark-theme.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 8ff6486..57bd00a 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -156,7 +156,7 @@ `(highlight ((,class (:background ,blue :foreground ,base-0 :distant-foreground ,base-8)))) `(cursor ((,class (:background ,fg)))) `(shadow ((,class (:foreground ,base-5)))) - `(minibuffer-prompt ((,class (:foreground ,teal)))) + `(minibuffer-prompt ((,class (:foreground ,base-7)))) `(tooltip ((,class (:background ,base-3 :foreground ,fg)))) `(secondary-selection ((,class (:background ,gray)))) `(lazy-highlight ((,class (:background ,dark-blue :foreground ,base-8 :distant-foreground ,base-0 :weight bold)))) @@ -222,6 +222,9 @@ `(cperl-hash-face ((,class (:inherit 'font-lock-variable-name-face :weight bold :slant italic)))) `(cperl-nonoverridable-face ((,class (:inherit 'font-lock-builtin-face)))) + ;; consult + `(consult-line-number-wrapped ((,class (:foreground ,base-7)))) + ;; compilation `(compilation-column-number ((,class (:inherit 'font-lock-comment-face)))) `(compilation-line-number ((,class (:foreground ,blue)))) @@ -327,7 +330,7 @@ `(breakpoint-disabled ((,class (:foreground ,base-5)))) ;; help - `(help-key-binding ((,class (:foreground ,pink)))) + `(help-key-binding ((,class (:foreground ,blue)))) ;; hi-lock `(hi-yellow ((,class (:foreground ,yellow :inverse-video t))))