summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-08-04 20:23:01 +0200
committertv <tv@krebsco.de>2026-08-04 20:23:01 +0200
commit21dccb7afb2f96b023dd37a2165d51029dec47cd (patch)
treebeb9ebea3e36f2cc2f40307fe0dbdb491468f32d
parent9205116093f3dd701666cefd34e19cec26e79ab0 (diff)
add white to sun-yellow
-rwxr-xr-xwetter2
1 files changed, 1 insertions, 1 deletions
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', \