diff options
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)", |
