summaryrefslogtreecommitdiffhomepage
path: root/gui/src/config.json
blob: c573e0214b49e9da8528c413c55a3af025befbc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "supportEmail": "support@mullvad.net",
  "links": {
    "purchase": "https://mullvad.net/account/",
    "manageKeys": "https://mullvad.net/account/ports/",
    "faq": "https://mullvad.net/help/tag/mullvad-app/",
    "privacyGuide": "https://mullvad.net/help/first-steps-towards-online-privacy/",
    "download": "https://mullvad.net/download/",
    "betaDownload": "https://mullvad.net/download/beta"
  },
  "colors": {
    "darkBlue": "rgb(25, 46, 69)",
    "blue": "rgb(41, 77, 115)",
    "darkGreen": "rgb(32, 84, 37)",
    "green": "rgb(68, 173, 77)",
    "red": "rgb(227, 64, 57)",
    "darkYellow": "rgb(142, 78, 19)",
    "yellow": "rgb(255, 213, 36)",
    "black": "rgb(0, 0, 0)",
    "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)",
    "white10": "rgba(255, 255, 255, 0.1)",
    "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(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)"
  }
}