summaryrefslogtreecommitdiffhomepage
path: root/app/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/config.json')
-rw-r--r--app/config.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/config.json b/app/config.json
index d634167048..f4a9d973c2 100644
--- a/app/config.json
+++ b/app/config.json
@@ -8,14 +8,14 @@
"supportEmail": "mailto:support@mullvad.net"
},
"colors": {
- "darkBlue": "#192e45",
- "blue": "#294d73",
- "green": "#44ad4d",
- "darkGreen": "#205425",
- "red": "#d0021b",
- "darkYellow": "#8e4e13",
- "yellow": "#ffd524",
- "white": "#ffffff",
+ "darkBlue": "rgb(25, 46, 69)",
+ "blue": "rgb(41, 77, 115)",
+ "green": "rgb(68, 173, 77)",
+ "darkGreen": "rgb(32, 84, 37)",
+ "red": "rgb(208, 2, 27)",
+ "darkYellow": "rgb(142, 78, 19)",
+ "yellow": "rgb(255, 213, 36)",
+ "white": "rgb(255, 255, 255)",
"white80": "rgba(255, 255, 255, 0.8)",
"white60": "rgba(255, 255, 255, 0.6)",
"white40": "rgba(255, 255, 255, 0.4)",