diff options
Diffstat (limited to 'gui/src/config.json')
| -rw-r--r-- | gui/src/config.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gui/src/config.json b/gui/src/config.json new file mode 100644 index 0000000000..e3f340ec96 --- /dev/null +++ b/gui/src/config.json @@ -0,0 +1,32 @@ +{ + "links": { + "createAccount": "https://mullvad.net/account/create/", + "purchase": "https://mullvad.net/account/login/", + "faq": "https://mullvad.net/faq/", + "download": "https://mullvad.net/download/", + "supportEmail": "mailto:support@mullvad.net" + }, + "colors": { + "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)", + "white20": "rgba(255, 255, 255, 0.2)", + "blue20": "rgba(41, 77, 115, 0.2)", + "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)", + "green90": "rgba(68, 173, 77, 0.9)", + "green40": "rgba(68, 173, 77, 0.4)" + } +} |
