From 6ef049baa187a4cf8abc601517798ac716525c4d Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sun, 25 Feb 2024 13:09:30 -0500 Subject: [PATCH] #405 reverted yellow, desaturated orange --- coordinator/ui/style.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coordinator/ui/style.lua b/coordinator/ui/style.lua index 1703acc..1861407 100644 --- a/coordinator/ui/style.lua +++ b/coordinator/ui/style.lua @@ -71,8 +71,8 @@ local deepslate = { colors = { { c = colors.red, hex = 0xeb6a6c }, - { c = colors.orange, hex = 0xffbb65 }, - { c = colors.yellow, hex = 0xeae175 }, + { c = colors.orange, hex = 0xf2b86c }, + { c = colors.yellow, hex = 0xd9cf81 }, { c = colors.lime, hex = 0x80ff80 }, { c = colors.green, hex = 0x70e19b }, { c = colors.cyan, hex = 0x7ccdd0 },