add constants.js
This commit is contained in:
parent
ef2afa13e8
commit
9356b4b04c
28
hourglass/lib/constants.js
Normal file
28
hourglass/lib/constants.js
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
themeColors = {
|
||||||
|
"light": {
|
||||||
|
"background": "White.jpg",
|
||||||
|
"header": "#EBEBEB",
|
||||||
|
"sidebar": "#65839A",
|
||||||
|
"funcButton": "#849CAE",
|
||||||
|
"statusIcons": "#33ADFF",
|
||||||
|
"highlightText": "#FF1A1A",
|
||||||
|
"cards": "#FEFEFE",
|
||||||
|
"classes":"#EBEBEB",
|
||||||
|
"calendar": "#000",
|
||||||
|
"text": "#000"
|
||||||
|
},
|
||||||
|
"dark": {
|
||||||
|
"background": "Black.jpg",
|
||||||
|
"header": "#373A56",
|
||||||
|
"sidebar": "#35435D",
|
||||||
|
"funcButton": "#5d75A2",
|
||||||
|
"statusIcons": "#33ADFF",
|
||||||
|
"highlightText": "#FF1A1A",
|
||||||
|
"cards": "#151A2B",
|
||||||
|
"classes":"#46396E",
|
||||||
|
"calendar": "#000",
|
||||||
|
//30313B
|
||||||
|
"text": "#F6F6F6"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user