aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--color-themes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/color-themes.h b/color-themes.h
index 4bdc737..6dff64b 100644
--- a/color-themes.h
+++ b/color-themes.h
@@ -24,7 +24,7 @@ static constexpr DakkarColor::colorSrc dark_colors[COLOR_COUNT] =
{
[Off] = D_C(0,0,0),
[Base] = D_C(0,0,0),
- [Base2] = D_C(89,89,89),
+ [Base2] = D_C(128,128,128),
[Screen] = D_C(78,13,80),
[Lnch] = D_C(128,25,87),
[Wind] = D_C(65,128,52),
@@ -42,8 +42,8 @@ static constexpr DakkarColor::colorSrc dark_colors[COLOR_COUNT] =
static constexpr DakkarColor::colorSrc bright_colors[COLOR_COUNT] =
{
[Off] = D_C(0,0,0),
- [Base] = D_C(50,50,50),
- [Base2] = D_C(50,50,50),
+ [Base] = D_C(128,128,128),
+ [Base2] = D_C(128,128,128),
[Screen] = D_C(78,13,80),
[Lnch] = D_C(128,25,87),
[Wind] = D_C(65,128,52),