summaryrefslogtreecommitdiffhomepage
path: root/gui/src/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/config.json')
-rw-r--r--gui/src/config.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/gui/src/config.json b/gui/src/config.json
index 9e11eea254..95ed24c452 100644
--- a/gui/src/config.json
+++ b/gui/src/config.json
@@ -12,7 +12,7 @@
"blue": "rgb(41, 77, 115)",
"green": "rgb(68, 173, 77)",
"darkGreen": "rgb(32, 84, 37)",
- "red": "rgb(208, 2, 27)",
+ "red": "rgb(227, 64, 57)",
"darkYellow": "rgb(142, 78, 19)",
"yellow": "rgb(255, 213, 36)",
"white": "rgb(255, 255, 255)",
@@ -24,9 +24,11 @@
"blue40": "rgba(41, 77, 115, 0.4)",
"blue60": "rgba(41, 77, 115, 0.6)",
"blue80": "rgba(41, 77, 115, 0.8)",
- "red95": "rgba(208, 2, 27, 0.95)",
- "red40": "rgba(208, 2, 27, 0.40)",
- "red45": "rgba(208, 2, 27, 0.45)",
+ "red95": "rgba(227, 64, 57, 0.95)",
+ "red80": "rgba(227, 64, 57, 0.80)",
+ "red60": "rgba(227, 64, 57, 0.60)",
+ "red40": "rgba(227, 64, 57, 0.40)",
+ "red45": "rgba(227, 64, 57, 0.45)",
"green90": "rgba(68, 173, 77, 0.9)",
"green40": "rgba(68, 173, 77, 0.4)"
}