summaryrefslogtreecommitdiff
path: root/gui/themes/theme-riseup.js
blob: a63122f8963f693769a6b9f2d7fe94319ebfd15c (plain)
1
2
3
4
5
6
7
8
9
.pragma library

const iconOn         = "../resources/riseup-icon.svg";
const iconOff        = "../resources/icon-noshield.svg";
const iconConnecting = "../resources/ravens.gif";
const iconSplash     = "../resources/icon-noshield.svg";

const bgColor = "#f3f3f3";
const fgColor = "#ffffff";