diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-09-06 21:08:14 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:01 +0100 |
commit | 8543125fa656ddc2c114072adfc27e4e7c461695 (patch) | |
tree | 176f90c03f64c2645932dbaf3d87f2ad22b61489 /gui/themes | |
parent | b8e0fe3b5003d22043042110e8036f4383602545 (diff) |
[ui] transient connecting state
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/themes.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gui/themes/themes.js b/gui/themes/themes.js index 265af9a..c04ef24 100644 --- a/gui/themes/themes.js +++ b/gui/themes/themes.js @@ -48,4 +48,9 @@ const blueButton = { "focusBorder": blueFocusBorder, }; -const bgColor = "white"; +const bgColor = "#f3f3f3"; +const fgColor = "#ffffff"; + +const signalGood = "green"; +const signalMedium = "orange"; +const signalLow = "red"; |