-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
108 lines (108 loc) · 5.04 KB
/
theme.json
File metadata and controls
108 lines (108 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"theme": {
"name": "Blizzcore",
"parentTheme": "Darkcore",
"colors": {
"accentBg": "0074E0",
"accentText": "148EFF",
"accentBright": "7DCCFF",
"background": "15171E",
"border": "{{accentBg}}",
"buttonBg": "1F2936",
"buttonBgDisabled": "{{buttonBg}}",
"buttonBgHover": "1B2430",
"buttonBorder": "454F5C",
"buttonBorderDisabled": "{{buttonBorder}}",
"buttonBorderHover": "7E90A8",
"buttonText": "{{accentText}}",
"buttonTextDisabled": "{{textDim}}",
"buttonTextHover": "{{light}}",
"dark": "000000",
"light": "FFFFFF",
"mainMenuBg": "{{background}}",
"mainMenuBgDisabled": "{{background}}",
"mainMenuBgHover": "{{background}}",
"mainMenuBorder": "{{background}}",
"mainMenuBorderDisabled": "{{background}}",
"mainMenuBorderHover": "{{background}}",
"mainMenuText": "{{menuText}}",
"mainMenuTextDisabled": "{{menuTextDisabled}}",
"mainMenuTextHover": "{{accentText}}",
"manageButtonBg": "{{background}}",
"manageButtonBgDisabled": "{{buttonBg}}",
"manageButtonBgHover": "{{accentBg}}",
"manageButtonBorder": "{{border}}",
"manageButtonBorderDisabled": "{{manageButtonBorder}}",
"manageButtonBorderHover": "{{manageButtonBorder}}",
"manageButtonText": "{{textInactive}}",
"manageButtonTextDisabled": "{{textDim}}",
"manageButtonTextHover": "{{light}}",
"detailsButtonBg": "{{background}}",
"detailsButtonBgDisabled": "{{buttonBg}}",
"detailsButtonBgHover": "{{accentBg}}",
"detailsButtonBorder": "{{border}}",
"detailsButtonBorderDisabled": "{{buttonBorder}}",
"detailsButtonBorderHover": "{{buttonBorder}}",
"detailsButtonText": "{{textInactive}}",
"detailsButtonTextDisabled": "{{textDim}}",
"detailsButtonTextHover": "{{light}}",
"detailsButtonPrimaryBg": "{{background}}",
"detailsButtonPrimaryBgDisabled": "{{buttonBg}}",
"detailsButtonPrimaryBgHover": "{{accentText}}",
"detailsButtonPrimaryBorder": "{{border}}",
"detailsButtonPrimaryBorderDisabled": "{{buttonBorder}}",
"detailsButtonPrimaryBorderHover": "{{buttonBorder}}",
"detailsButtonPrimaryText": "{{accentText}}",
"detailsButtonPrimaryTextDisabled": "{{textDim}}",
"detailsButtonPrimaryTextHover": "{{accentBg}}",
"menuBg": "1A1C23",
"menuBgDisabled": "{{menuBg}}",
"menuBgHover": "272930",
"menuBorder": "{{menuBg}}",
"menuBorderDisabled": "{{menuBg}}",
"menuBorderHover": "{{menuBg}}",
"menuText": "{{textInactive}}",
"menuTextDisabled": "{{textDim}}",
"menuTextHover": "{{light}}",
"primaryActionBg": "{{accentBg}}",
"primaryActionBgDisabled": "{{buttonBgDisabled}}",
"primaryActionBgHover": "{{accentText}}",
"primaryActionBorder": "{{primaryActionBg}}",
"primaryActionBorderDisabled": "{{primaryActionBgDisabled}}",
"primaryActionBorderHover": "{{primaryActionBgHover}}",
"primaryActionText": "{{light}}",
"primaryActionTextDisabled": "{{buttonTextDisabled}}",
"primaryActionTextHover": "{{light}}",
"progressBarBg": "{{accentBright}}",
"progressBarFg": "{{accentText}}",
"statusBgActive": "{{accentBg}}",
"statusBgActiveHover": "{{accentText}}",
"statusBgInactive": "{{background}}",
"statusBgInactiveHover": "{{background}}",
"statusBorderActive": "{{accentBright}}",
"statusBorderActiveHover": "{{light}}",
"statusBorderInactive": "{{textDim}}",
"statusBorderInactiveHover": "{{textLight}}",
"statusTextActive": "{{light}}",
"statusTextActiveHover": "{{light}}",
"statusTextInactive": "{{textLight}}",
"statusTextInactiveHover": "{{textLight}}",
"text": "{{light}}",
"textHeading": "{{text}}",
"textListViewHeader": "{{textHeading}}",
"textInactive": "EEEEEE",
"textDim": "646E70",
"textInput": "{{dark}}",
"textLink": "{{accentBright}}",
"titlebarButtonBg": "{{background}}",
"titlebarButtonBgDisabled": "{{background}}",
"titlebarButtonBgHover": "{{background}}",
"titlebarButtonBorder": "{{background}}",
"titlebarButtonBorderDisabled": "{{background}}",
"titlebarButtonBorderHover": "{{background}}",
"titlebarButtonText": "{{textInactive}}",
"titlebarButtonTextDisabled": "{{buttonTextDisabled}}",
"titlebarButtonTextHover": "{{text}}"
}
}
}