From f26dbfc5406ab2ee95fe3816f7b347dd5e03592b Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 21 Feb 2019 17:57:27 +0000 Subject: more key classes for color theme --- color-themes.h | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'color-themes.h') diff --git a/color-themes.h b/color-themes.h index a6287ca..ebc7aae 100644 --- a/color-themes.h +++ b/color-themes.h @@ -22,16 +22,20 @@ const cRGB num_breathe() { return breath_compute(170); } static constexpr DakkarColor::colorSrc dark_colors[COLOR_COUNT] = { - [Off] = D_C(0,0,0), - [Base] = D_C(0,0,0), - [Lnch] = D_C(0,0,150), - [Wind] = D_C(150,0,0), - [View] = D_C(0,150,0), - [Ms] = D_C(100,100,0), - [MsB] = D_C(50,0,50), - [MsW] = D_C(0,50,50), - [Func] = D_C(100,100,150), - [Num] = D_C(150,0,0), + [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), + [Num] = D_C(150,0,0), [NumBreathe] = D_F(num_breathe), }; @@ -39,13 +43,17 @@ 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), + [Screen] = D_C(0,0,100), [Lnch] = D_C(0,0,100), [Wind] = D_C(100,0,0), [View] = D_C(0,100,0), + [Media] = D_C(0,100,0), [Ms] = D_C(50,50,0), [MsB] = D_C(30,0,30), [MsW] = D_C(0,30,30), [Func] = D_C(50,50,80), + [Func2] = D_C(50,50,80), [Num] = D_C(100,0,0), [NumBreathe] = D_F(num_breathe), }; -- cgit v1.2.3 From 1ff522678f0ea2a6d9cafce9b6382bcc430583c4 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 21 Feb 2019 18:10:55 +0000 Subject: completed new color theme (dark) --- color-themes.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'color-themes.h') 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), }; -- cgit v1.2.3 From 5f0ee2eca2fc6f7d91c15c13b53fbdee07fde2c8 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 21 Feb 2019 18:15:22 +0000 Subject: ported new colors to bright theme --- color-themes.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'color-themes.h') diff --git a/color-themes.h b/color-themes.h index 95753d6..b612fd0 100644 --- a/color-themes.h +++ b/color-themes.h @@ -41,20 +41,20 @@ 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), - [Screen] = D_C(0,0,100), - [Lnch] = D_C(0,0,100), - [Wind] = D_C(100,0,0), - [View] = D_C(0,100,0), - [Media] = D_C(0,100,0), - [Ms] = D_C(50,50,0), - [MsB] = D_C(30,0,30), - [MsW] = D_C(0,30,30), - [Func] = D_C(50,50,80), - [Func2] = D_C(50,50,80), - [Num] = D_C(100,0,0), + [Off] = D_C(0,0,0), + [Base] = D_C(50,50,50), + [Base2] = D_C(50,50,50), + [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), }; -- cgit v1.2.3