#340 restored softer blue for deuteranopia/protanopia basalt theme

This commit is contained in:
Mikayla Fischler
2024-03-11 21:43:11 -04:00
parent 047ff5c203
commit 9d08b51f84

View File

@ -186,7 +186,7 @@ themes.basalt = {
{}, {},
-- deuteranopia -- deuteranopia
{ {
{ c = colors.green, hex = 0x3393ff }, { c = colors.green, hex = 0x65aeff },
{ c = colors.green_hc, hex = 0x99c9ff }, { c = colors.green_hc, hex = 0x99c9ff },
{ c = colors.green_off, hex = 0x333333 }, { c = colors.green_off, hex = 0x333333 },
{ c = colors.yellow, hex = 0xf7c311 }, { c = colors.yellow, hex = 0xf7c311 },
@ -196,7 +196,7 @@ themes.basalt = {
}, },
-- protanopia -- protanopia
{ {
{ c = colors.green, hex = 0x3393ff }, { c = colors.green, hex = 0x65aeff },
{ c = colors.green_hc, hex = 0x99c9ff }, { c = colors.green_hc, hex = 0x99c9ff },
{ c = colors.green_off, hex = 0x333333 }, { c = colors.green_off, hex = 0x333333 },
{ c = colors.yellow, hex = 0xf5e633 }, { c = colors.yellow, hex = 0xf5e633 },