From c0615b6b1306d71d9729dadac53c9d5b2e309e58 Mon Sep 17 00:00:00 2001
From: Tobias Schmidt <tobias.schmidt@unibas.ch>
Date: Mon, 30 Jul 2012 15:14:01 +0200
Subject: [PATCH] add the most beautiful gradient of them all

---
 modules/gfx/pymod/gradients.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/gfx/pymod/gradients.xml b/modules/gfx/pymod/gradients.xml
index e3e1fbd0c..bd79d6094 100644
--- a/modules/gfx/pymod/gradients.xml
+++ b/modules/gfx/pymod/gradients.xml
@@ -70,6 +70,10 @@
 <Gradient hsv_color="1" hsv_mode="1" Name="RED_TO_BLUE_HSV">2
 0.0 1 1 1 1
 1.0 0.66666667 1 1 1
+</Gradient>
+<Gradient Name="BIOZENTRUM">2
+  0.0 0.901960784314 0.0 0.392156862745 1
+  1.0 0.352941176471 0.176470588235 0.529411764706 1
 </Gradient>
  </Gradients>
 </EMDataInfo>
-- 
GitLab