diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-08 19:51:42 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-08 19:54:35 +0100 |
commit | 68e9db0776225168bbb52d164b05b784466a28d8 (patch) | |
tree | 525687324ff88b17522bfec5691799d5677dd497 /gui/themes/theme-riseup.js | |
parent | 371ee5167ce5e6fccc5a2a159343658f01ba74f7 (diff) |
[ui] theming stub
Diffstat (limited to 'gui/themes/theme-riseup.js')
-rw-r--r-- | gui/themes/theme-riseup.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/themes/theme-riseup.js b/gui/themes/theme-riseup.js new file mode 100644 index 0000000..67fb0e1 --- /dev/null +++ b/gui/themes/theme-riseup.js @@ -0,0 +1,9 @@ +.pragma library + +const iconOn = "../resources/riseup-icon.svg"; +const iconOff = "../resources/icon-noshield.svg"; +const iconConnecting = "../resources/ravens.gif"; +const iconSplash = "../resources/riseup-icon.svg"; + +const bgColor = "#f3f3f3"; +const fgColor = "#ffffff"; |