From b04823cf20324c015ec08b8f36b427c760d9b37b Mon Sep 17 00:00:00 2001 From: ridemountainpig Date: Wed, 27 Sep 2023 00:20:42 +0000 Subject: [PATCH] feat: update themes json list --- monkeytype-data/themes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monkeytype-data/themes.json b/monkeytype-data/themes.json index 05782a3..2c99935 100644 --- a/monkeytype-data/themes.json +++ b/monkeytype-data/themes.json @@ -2035,8 +2035,8 @@ "bgColor": "#dbdbdb", "caretColor": "#8fd1c3", "mainColor": "#8fd1c3", - "subColor": "#acacac", - "subAltColor": "#a8a8a8", + "subColor": "#a3a2a2", + "subAltColor": "#e8e8e8", "textColor": "#454545", "errorColor": "#ea8a9a", "errorExtraColor": "#e0556d",