From e2ec5fe3144340f62baec7acbfb96d32914c98ee Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 17 Sep 2022 15:12:32 +0100 Subject: [PATCH] tweak(base): re-balance symbol-overlay colors to improve visibility Minor tweaks to colors so they're all more balanced, and a little bit more visible across different themes. Some colors are still slightly less visible on some themes compared to others, which I see no way around without having per-theme specific colors. --- doom-themes-base.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doom-themes-base.el b/doom-themes-base.el index 9fbc2c40..add5f9f1 100644 --- a/doom-themes-base.el +++ b/doom-themes-base.el @@ -1312,14 +1312,14 @@ (symbol-overlay-default-face (&dark :background (doom-lighten region 0.1) :distant-foreground fg-alt) (&light :background (doom-darken region 0.1) :distant-foreground fg-alt)) - (symbol-overlay-face-1 :background (doom-blend blue bg 0.4) :distant-foreground fg-alt) - (symbol-overlay-face-2 :background (doom-blend violet bg 0.4) :distant-foreground fg-alt) - (symbol-overlay-face-3 :background (doom-blend yellow bg 0.3) :distant-foreground fg-alt) - (symbol-overlay-face-4 :background (doom-blend orange bg 0.3) :distant-foreground fg-alt) - (symbol-overlay-face-5 :background (doom-blend red bg 0.3) :distant-foreground fg-alt) - (symbol-overlay-face-6 :background (doom-blend magenta bg 0.3) :distant-foreground fg-alt) - (symbol-overlay-face-7 :background (doom-blend green bg 0.4) :distant-foreground fg-alt) - (symbol-overlay-face-8 :background (doom-blend cyan bg 0.2) :distant-foreground fg-alt) + (symbol-overlay-face-1 :background (doom-blend blue bg 0.38) :distant-foreground fg-alt) + (symbol-overlay-face-2 :background (doom-blend violet bg 0.4) :distant-foreground fg-alt) + (symbol-overlay-face-3 :background (doom-blend yellow bg 0.35) :distant-foreground fg-alt) + (symbol-overlay-face-4 :background (doom-blend orange bg 0.375) :distant-foreground fg-alt) + (symbol-overlay-face-5 :background (doom-blend red bg 0.38) :distant-foreground fg-alt) + (symbol-overlay-face-6 :background (doom-blend magenta bg 0.38) :distant-foreground fg-alt) + (symbol-overlay-face-7 :background (doom-blend green bg 0.38) :distant-foreground fg-alt) + (symbol-overlay-face-8 :background (doom-blend cyan bg 0.3) :distant-foreground fg-alt) ;;;; swiper (swiper-line-face :background blue :foreground base0) (swiper-match-face-1 :inherit 'unspecified :background base0 :foreground base5)