From 850733193a8cb2f201c15db90475296c1ad4d614 Mon Sep 17 00:00:00 2001 From: KOTYA8 <138892762+KOTYA8@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:03:28 +0300 Subject: [PATCH] Fixed Monochrome theme --- TEF6686_ESP32.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index 6b41987..91d9dc2 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -5849,10 +5849,10 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de BackgroundColor = 0x0000; ActiveColor = 0xFFFF; ActiveColorSmooth = 0x0000; - SignificantColor = 0xFFFF; - SignificantColorSmooth = 0xFFFF; - InsignificantColor = 0xFFFF; - InsignificantColorSmooth = 0xFFFF; + SignificantColor = 0xF800; + SignificantColorSmooth = 0x2000; + InsignificantColor = 0x07E0; + InsignificantColorSmooth = 0x00C0; StereoColor = 0xFFFF; StereoColorSmooth = 0x0000; RDSColor = 0xFFFF;