summaryrefslogtreecommitdiff
path: root/gui/themes/theme-riseup.js
blob: 67fb0e1d9c45436a4f77631d11e8c8d1b51ae6d6 (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/riseup-icon.svg";

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