From 46a8e39a2286d4593e76920aee2fa7abb7cbbb81 Mon Sep 17 00:00:00 2001
From: ch-schiffer <c.schiffer@fz-juelich.de>
Date: Mon, 23 Nov 2020 07:41:03 +0100
Subject: [PATCH] Changed colors of LGB to match colors in Andreas publication

---
 src/res/ext/bigbrain.json | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/src/res/ext/bigbrain.json b/src/res/ext/bigbrain.json
index 8181c78d7..0cbf75568 100644
--- a/src/res/ext/bigbrain.json
+++ b/src/res/ext/bigbrain.json
@@ -716,9 +716,9 @@
                               "labelIndex": 1,
                               "position": [],
                               "rgb": [
-                                157,
-                                34,
-                                194
+                                255,
+                                255,
+                                74
                               ],
                               "children": [],
                               "fullId": {
@@ -736,9 +736,9 @@
                               "labelIndex": 1,
                               "position": [],
                               "rgb": [
-                                13,
-                                230,
-                                120
+                                222,
+                                74,
+                                173
                               ],
                               "children": [],
                               "fullId": {
@@ -756,9 +756,9 @@
                               "labelIndex": 1,
                               "position": [],
                               "rgb": [
-                                191,
-                                134,
-                                194
+                                132,
+                                90,
+                                173
                               ],
                               "children": [],
                               "fullId": {
@@ -776,9 +776,9 @@
                               "labelIndex": 1,
                               "position": [],
                               "rgb": [
-                                161,
-                                95,
-                                93
+                                41,
+                                123,
+                                198
                               ],
                               "children": [],
                               "fullId": {
@@ -796,9 +796,9 @@
                               "labelIndex": 1,
                               "position": [],
                               "rgb": [
-                                231,
-                                31,
-                                98
+                                82,
+                                214,
+                                222
                               ],
                               "children": [],
                               "fullId": {
@@ -816,9 +816,9 @@
                               "labelIndex": 1,
                               "position": [],
                               "rgb": [
-                                65,
-                                61,
-                                16
+                                99,
+                                231,
+                                66
                               ],
                               "children": [],
                               "fullId": {
@@ -974,4 +974,4 @@
       }
     ]
   }
-}
\ No newline at end of file
+}
-- 
GitLab