diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2024-01-24 12:21:20 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2024-01-29 09:33:49 +0100 |
| commit | 3078fd30c1d8c9f3f86d9ddcfeddea3c83718f5b (patch) | |
| tree | 9a89e653dfc4e62a9eba36ed9a84c453ed94b5c2 /gui/src/config.json | |
| parent | be5c4892cbc6242140ebefddc8445cc76e57899e (diff) | |
| download | mullvadvpn-3078fd30c1d8c9f3f86d9ddcfeddea3c83718f5b.tar.xz mullvadvpn-3078fd30c1d8c9f3f86d9ddcfeddea3c83718f5b.zip | |
Add API access methods view
Diffstat (limited to 'gui/src/config.json')
| -rw-r--r-- | gui/src/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/config.json b/gui/src/config.json index 783be371bc..22be1956af 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -24,6 +24,7 @@ "blue10": "rgba(41, 77, 115, 0.1)", "blue20": "rgba(41, 77, 115, 0.2)", "blue40": "rgba(41, 77, 115, 0.4)", + "blue50": "rgba(41, 77, 115, 0.5)", "blue60": "rgba(41, 77, 115, 0.6)", "blue80": "rgba(41, 77, 115, 0.8)", "red95": "rgba(227, 64, 57, 0.95)", |
