From 52a550e0cf3a13ee2309150737a45731d62cb2ca Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 22 Dec 2022 03:57:48 -0500 Subject: [PATCH] Refine misc. face colors --- adwaita-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adwaita-dark-theme.el b/adwaita-dark-theme.el index 686081a..897adc6 100644 --- a/adwaita-dark-theme.el +++ b/adwaita-dark-theme.el @@ -506,7 +506,7 @@ `(diff-hl-insert ((,class (:foreground ,green)))) ;; fic-mode - `(fic-face ((,class (:foreground ,violet :weight bold)))) + `(fic-face ((,class (:foreground ,yellow :weight bold)))) ;; flx-ido `(flx-highlight-face ((,class (:foreground ,yellow :weight bold :underline nil)))) @@ -733,7 +733,7 @@ ;; popup `(popup-face ((,class (:inherit tooltip)))) `(popup-tip-face ((,class (:inherit popup-face :background ,base-0 :foreground ,violet)))) - `(popup-selection-face ((,class (:background ,dark-blue)))) + `(popup-selection-face ((,class (:background ,base-5)))) ;; rainbow-delimiters `(rainbow-delimiters-depth-1-face ((,class (:foreground ,blue))))