From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 21 Aug 2022 17:30:41 +0000 (+0530)
Subject: VFO: use same colour for "step" digit and the following ones
X-Git-Url: https://git.rkrishnan.org/pf/components/something?a=commitdiff_plain;h=4c5ac41a61826bc11ddf74e43d628ef311adff23;p=pihpsdr.git

VFO: use same colour for "step" digit and the following ones
---

diff --git a/vfo.c b/vfo.c
index 50e9ea4..0ff45b7 100644
--- a/vfo.c
+++ b/vfo.c
@@ -1055,9 +1055,9 @@ void vfo_update() {
         cairo_show_text(cr, vfo_texts[0]);
         // show the step digit in white
 	cairo_set_font_size(cr, 50);
-        cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
+        cairo_set_source_rgb(cr, 0.75, 1.0, 1.0);
         cairo_show_text(cr, vfo_texts[1]);
-        cairo_set_source_rgb(cr, 0.0, 1.0, 0.0);
+        cairo_set_source_rgb(cr, 0.75, 1.0, 1.0);
         cairo_show_text(cr, vfo_texts[2]);
 
         cairo_select_font_face(cr, "Cantarell",