-
Notifications
You must be signed in to change notification settings - Fork 3
/
Themes.slt
69 lines (69 loc) · 1.19 KB
/
Themes.slt
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
{
"deftheme": {
"name": "Default",
"properties": [
{
"nid": -73103790,
"strtype": "THEME_COLOR",
"strval": "Primary",
"intarray": [
84,
101,
255,
255
],
"InheritedType": 0
},
{
"nid": 1385730697,
"strtype": "THEME_COLOR",
"strval": "Accent",
"intarray": [
0,
0,
0,
255
],
"InheritedType": 0
},
{
"nid": 1059322241,
"strtype": "THEME_COLOR",
"strval": "Success",
"intarray": [
0,
0,
0,
255
],
"InheritedType": 0
},
{
"nid": 307550783,
"strtype": "THEME_COLOR",
"strval": "Error",
"intarray": [
0,
0,
0,
255
],
"InheritedType": 0
},
{
"nid": -1760124031,
"strtype": "THEME_COLOR",
"strval": "Background",
"intarray": [
0,
0,
0,
255
],
"InheritedType": 0
}
]
},
"themes": [],
"selected_theme": "Default"
}