diff options
Diffstat (limited to 'gui/themes/theme-calyx.js')
-rw-r--r-- | gui/themes/theme-calyx.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/themes/theme-calyx.js b/gui/themes/theme-calyx.js new file mode 100644 index 0000000..ffdb043 --- /dev/null +++ b/gui/themes/theme-calyx.js @@ -0,0 +1,12 @@ +.pragma library + +const iconOn = "../resources/calyx/calyx-shield-green.png"; +const iconOff = "../resources/calyx/calyx-red-shield.png"; +const iconConnecting = "../resources/calyx/calyx-yellow-shield.png"; +const iconSplash = "../resources/calyx/calyx-hand.png"; + +const lightGreen = "#F2FFDA"; +const darkGreen = "#D3E9AC"; + +const bgColor = darkGreen; +const fgColor = lightGreen; |