aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--color-themes.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/color-themes.h b/color-themes.h
index ebc7aae..95753d6 100644
--- a/color-themes.h
+++ b/color-themes.h
@@ -24,17 +24,17 @@ static constexpr DakkarColor::colorSrc dark_colors[COLOR_COUNT] =
{
[Off] = D_C(0,0,0),
[Base] = D_C(0,0,0),
- [Base2] = D_C(0,0,0),
- [Screen] = D_C(78,13,80), //
- [Lnch] = D_C(128,25,87), //
- [Wind] = D_C(65,128,52), //
- [View] = D_C(51,102,128), //
- [Media] = D_C(123,128,47), //
- [Ms] = D_C(100,100,0),
- [MsB] = D_C(50,0,50),
- [MsW] = D_C(0,50,50),
- [Func] = D_C(100,100,150),
- [Func2] = D_C(100,100,150),
+ [Base2] = D_C(89,89,89),
+ [Screen] = D_C(78,13,80),
+ [Lnch] = D_C(128,25,87),
+ [Wind] = D_C(65,128,52),
+ [View] = D_C(51,102,128),
+ [Media] = D_C(123,128,47),
+ [Ms] = D_C(128,126,21),
+ [MsB] = D_C(108,26,0),
+ [MsW] = D_C(110,128,27),
+ [Func] = D_C(115,0,128),
+ [Func2] = D_C(14,43,80),
[Num] = D_C(150,0,0),
[NumBreathe] = D_F(num_breathe),
};