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))))