diff options
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"; |