summaryrefslogtreecommitdiff
path: root/gui/themes
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-06 21:08:14 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:38:12 +0200
commit7fdad87222a963e57031132acce7c06f4b80e64d (patch)
tree6c93efc27ce892f56a4e5400c890f7bee8289ae5 /gui/themes
parent566389285f60a59c8dc1323f977ecf4e36e7f679 (diff)
[ui] transient connecting state
Diffstat (limited to 'gui/themes')
-rw-r--r--gui/themes/themes.js7
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";