diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-07-02 16:15:24 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-07-02 16:15:24 +0200 |
| commit | 0e68d9c85578e7d50b9bfeee7cbf14622bda8a3f (patch) | |
| tree | f1b41a73c8a8210c003ea9b1154b7ff7fa315381 /gui/src/config.json | |
| parent | f77cde89c6b8d3d580ee773628f89211a24852c5 (diff) | |
| parent | 812a23b48b39b0da4f6c2ae5b4e0f856ff3b2df4 (diff) | |
| download | mullvadvpn-0e68d9c85578e7d50b9bfeee7cbf14622bda8a3f.tar.xz mullvadvpn-0e68d9c85578e7d50b9bfeee7cbf14622bda8a3f.zip | |
Merge branch 'split-tunnel-frontend-ipc'
Diffstat (limited to 'gui/src/config.json')
| -rw-r--r-- | gui/src/config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/config.json b/gui/src/config.json index 112391c360..c573e0214b 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -16,11 +16,13 @@ "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)", |
