From b114d6a76941976c6a7375d1083141e3e1d683d3 Mon Sep 17 00:00:00 2001 From: GlitchByte Date: Wed, 14 Jul 2021 09:17:47 -0400 Subject: [PATCH] fixed text selection highlighting in light/dark modes --- everforest.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/everforest.css b/everforest.css index 81ce402..de650fc 100644 --- a/everforest.css +++ b/everforest.css @@ -67,7 +67,7 @@ --inline-code: var(--faded-blue); --code-block: var(--faded-red); --vim-cursor: var(--neutral-blue); - --text-selection: rgba(168, 153, 132, 0.5); /* light4 */ + --text-selection: var(--dark4) } .theme-light @@ -428,7 +428,7 @@ img .suggestion-item.is-selected { - background-color: var(--background-secondary-alt); + background-color: var(--text-selection); } .empty-state-container:hover