From 18218d79493afabf182f2c2cfe1cc510294607b6 Mon Sep 17 00:00:00 2001 From: Rodrigo Maia Date: Sat, 30 Aug 2025 22:12:08 -0300 Subject: [PATCH] fix(neon-theme): add missing highlight-variant-inverted colors for better contrast Adds --highlight-variant-inverted color definitions to both light and dark variants of the neon theme to improve text contrast against the bright neon green background. --- src/assets/themes/neon.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/assets/themes/neon.scss b/src/assets/themes/neon.scss index 332c05b..be0a5ae 100644 --- a/src/assets/themes/neon.scss +++ b/src/assets/themes/neon.scss @@ -13,6 +13,7 @@ --link: #b5ff57; --link-hover: #8cce36; --background-image: none; + --highlight-variant-inverted: #2d2d2d; } .theme-neon.dark { @@ -29,6 +30,7 @@ --link: #b5ff57; --link-hover: #aeff45; --background-image: none; + --highlight-variant-inverted: #696969; } // theme