From d4f6c376c311deaaa665aafe47627c490832e50e Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sun, 20 Nov 2022 15:51:16 +0530
Subject: [PATCH] waterfall: navy blue

---
 waterfall.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/waterfall.c b/waterfall.c
index 198ff7e..50f47de 100644
--- a/waterfall.c
+++ b/waterfall.c
@@ -32,9 +32,9 @@
 #endif
 
 
-static int colorLowR=0; // black
+static int colorLowR=0; // blue
 static int colorLowG=0;
-static int colorLowB=255;
+static int colorLowB=128; // navy blue
 
 static int colorMidR=255; // red
 static int colorMidG=0;
-- 
2.45.2