From ad361e57c06096edf9bf7b8d8ccfc05de8238599 Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 22 Aug 2024 16:21:15 +0800 Subject: [PATCH] Some color tweaks to suit IPS screens --- src/gui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui.cpp b/src/gui.cpp index e7514aa..ffc0408 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -111,7 +111,8 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de case 3: // Monochrome theme PrimaryColor = White; PrimaryColorSmooth = Black; - SecondaryColor = PureGrey; + // SecondaryColor = PureGrey; + SecondaryColor = White; SecondaryColorSmooth = Black; FrameColor = GreenGrey; GreyoutColor = PaleGrey;