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.
pull/980/head
Rodrigo Maia 2025-08-30 22:12:08 -03:00
parent 308deb95e0
commit 18218d7949
1 changed files with 2 additions and 0 deletions

View File

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