archive/hourglass/lib/constants.js

88 lines
2.2 KiB
JavaScript

themeColors = {
"light": {
"background": "White.jpg",
"header": "#EBEBEB",
"sidebar": "#65839A",
"dropdown": "#E6E6E6",
"funcButton": "#849CAE",
"statusIcons": "#33ADFF",
"highlightText": "#FF1A1A",
"cards": "#FEFEFE",
"classes":"#EBEBEB",
"calendar": "#000",
"text": "#000"
},
/*"dark": {
"background": "Black.jpg",
"header": "#373A56",
"sidebar": "#35435D",
"dropdown": "#373A56",
"funcButton": "#5D75A2",
"statusIcons": "#33ADFF",
"highlightText": "#FF1A1A",
"cards": "#151A2B",
"classes":"#46396E",
"calendar": "#000",
//30313B
"text": "#F6F6F6"
},*/
/*"dark": {
"background": "RedBlack.png",
"header": "#302c36",
"sidebar": "#327c5a",
"dropdown": "#cc3333",
"statusIcons": "#327c5a",
"highlightText": "#c9fe62",
"cards": "#151313",
"classes":"#302c36",
"calendar": "#000",
"text": "#fcf0f0"
},*/
/*"dark": {
"background": "Sea.png",
"header": "#1e926c",
"sidebar": "#3cb08a",
"dropdown": "#2ea96a",
"statusIcons": "#61d9a3",
"highlightText": "#c9fe62",
"cards": "#1c564f",
"classes":"#2567a1",
"calendar": "#000",
"text": "#fcf0f0"
},*/
/*"dark": {
"background": "Earth.png",
"header": "#dea743",
"sidebar": "#6d9957",
"dropdown": "#89bb52",
"statusIcons": "#91ee61",
"highlightText": "#b9f643",
"cards": "#496234",
"classes":"#c18311",
"calendar": "#000",
"text": "#fcf0f0"
},*/
"dark": {
"background": "NeonBlue.png",
"header": "#1d1c23",
"sidebar": "#312e32",
"dropdown": "#2e312b",
"statusIcons": "#70e6e6",
"highlightText": "#70e6e6",
"cards": "#1f212f",
"classes":"#1faab1",
"calendar": "#000",
"text": "#fcf0f0"
}
};
serverData = null;
ref = {
"1 Day":1,
"2 Days":2,
"1 Week":7,
"1 Month":30,
"Never":0,
"Yes":true,
"No":false
};