From 21dccb7afb2f96b023dd37a2165d51029dec47cd Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 4 Aug 2026 20:23:01 +0200 Subject: add white to sun-yellow --- wetter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetter b/wetter index 8eb0b86..d1a6bef 100755 --- a/wetter +++ b/wetter @@ -300,7 +300,7 @@ main() { # 008B8B darker, more subdued # 00CED1 DarkTurquoise plot \ - '/tmp/forecast-sunshine.tsv' using 1:3:1:2:(0):3 axes x1y2 with boxxyerror lc rgb "yellow" title 'Sunshine (minutes)', \ + '/tmp/forecast-sunshine.tsv' using 1:3:1:2:(0):3 axes x1y2 with boxxyerror lc rgb "#FFFFAA" title 'Sunshine (minutes)', \ \ '/tmp/forecast-temperatures.tsv' using 1:2:(column(2)) with linespoints lc palette title 'Min Temp', \ '' using 1:3:(column(3)) with linespoints lc palette title 'Max Temp', \ -- cgit v1.3.1