From 2371e94723496db9ce566ed74ffde54c383fac99 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 3 Oct 2022 18:08:02 +0100 Subject: nicer white/grays for model100 --- color-themes.h | 6 +++--- 1 file 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), -- cgit v1.2.3