-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
41 lines (41 loc) · 758 Bytes
/
theme.json
File metadata and controls
41 lines (41 loc) · 758 Bytes
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
{
"defaults": {
"colours": {
"dark_bg": "#151515",
"normal_border": "#151515"
},
"misc": {
"shadow_width": "0",
"border_width": "0"
}
},
"#engineeval": {
"colours": {
"normal_border": "#151515",
"regular_text": "#FFFFFF,#FFFFFF,#FFFFFF,100"
},
"misc": {
"shape": "rectangle",
"shadow_width": "0",
"border_width": "1"
}
},
"#engineeval.vertical_scroll_bar": {
"misc": {
"shape": "rounded_rectangle",
"shape_corner_radius": "9",
"enable_arrow_buttons": "0"
}
},
"#commentedit": {
"colours": {
"dark_bg": "#070707"
}
},
"#commentshow": {
"misc": {
"shadow_width": "0",
"border_width": "1"
}
}
}