From 7fdad87222a963e57031132acce7c06f4b80e64d Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 6 Sep 2021 21:08:14 +0200 Subject: [ui] transient connecting state --- gui/themes/themes.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gui/themes') 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"; -- cgit v1.2.3