blob: ffdb043a852a8e96764ee193326e2ff169ee8369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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;
|