diff --git a/_graph_templates/colours.txt b/_graph_templates/colours.txt
index 0c40349..6b03fa3 100644
--- a/_graph_templates/colours.txt
+++ b/_graph_templates/colours.txt
@@ -5,8 +5,8 @@ rgb "#b71c1c" - Day max. temp. (Red 900)
rgb "#607d8b" - Night temperature (Blue-Grey 500)
rgb "#263238" - Night min. temp. (Blue-Grey 900)
rgb "#2196f3" - Rain (Blue 500)
+rgb "#283593" - Rain overall (Indigo 800)
Untested:
rgb "#ba68c8" - Dewpoint (Purple 300)
rgb "#4caf50" - Wind (Green 500)
-
diff --git a/_graph_templates/includes/hourly_rain_sum_dual.xml b/_graph_templates/includes/hourly_rain_sum_dual.xml
new file mode 100644
index 0000000..d836e0f
--- /dev/null
+++ b/_graph_templates/includes/hourly_rain_sum_dual.xml
@@ -0,0 +1,23 @@
+
+
+ 1.6
+ Niederschlag (㎜)
+ 0, 6
+ 0, 30
+ stündl.
+ gesamt
+ hourly
+
+ rgb "#2196F3"
+
+ data['idx'].replace(minute=30, second=0)
+ data['rain']
+ stündl.
+
+
+ rgb "#283593"
+ x1y2
+ data['rain'] + last_ycalc
+ gesamt
+
+
diff --git a/_graph_templates/tweet.png.xml b/_graph_templates/tweet.png.xml
index 98cc299..23bc5c9 100644
--- a/_graph_templates/tweet.png.xml
+++ b/_graph_templates/tweet.png.xml
@@ -9,41 +9,6 @@
%H%M
-
- 1
- -10, 35
- raw
-
- 1
- Temperatur (℃)
- data['temp_out']
-
-
- 3
- dew_point(data['temp_out'], data['hum_out'])
- Taupunkt (℃)
-
-
-
- 1.6
- Niederschlag (㎜)
- 0, 6
- 0, 30
- stündl.
- gesamt
- hourly
-
- 5
-
- data['idx'].replace(minute=30, second=0)
- data['rain']
- stündl.
-
-
- 3
- x1y2
- data['rain'] + last_ycalc
- gesamt
-
-
+
+