From 9d08b51f84d2616c8cd3879b8c3041f3bfa64211 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Mon, 11 Mar 2024 21:43:11 -0400 Subject: [PATCH] #340 restored softer blue for deuteranopia/protanopia basalt theme --- graphics/themes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/themes.lua b/graphics/themes.lua index 85928ac..a8376b2 100644 --- a/graphics/themes.lua +++ b/graphics/themes.lua @@ -186,7 +186,7 @@ themes.basalt = { {}, -- deuteranopia { - { c = colors.green, hex = 0x3393ff }, + { c = colors.green, hex = 0x65aeff }, { c = colors.green_hc, hex = 0x99c9ff }, { c = colors.green_off, hex = 0x333333 }, { c = colors.yellow, hex = 0xf7c311 }, @@ -196,7 +196,7 @@ themes.basalt = { }, -- protanopia { - { c = colors.green, hex = 0x3393ff }, + { c = colors.green, hex = 0x65aeff }, { c = colors.green_hc, hex = 0x99c9ff }, { c = colors.green_off, hex = 0x333333 }, { c = colors.yellow, hex = 0xf5e633 },