-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
29 lines (29 loc) · 867 Bytes
/
theme.json
File metadata and controls
29 lines (29 loc) · 867 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
{
"defaults":
{
"colours":
{
"normal_bg":"#45494e",
"hovered_bg":"#35393e",
"disabled_bg":"#25292e",
"selected_bg":"#5064ff",
"dark_bg":"#aaaaaa",
"normal_text":"#000000",
"hovered_text":"#FFFFFF",
"selected_text":"#FFFFFF",
"disabled_text":"#6d736f",
"link_text": "#0000EE",
"link_hover": "#2020FF",
"link_selected": "#551A8B",
"text_shadow": "#777777",
"normal_border": "#666666",
"hovered_border": "#B0B0B0",
"disabled_border": "#808080",
"selected_border": "#8080B0",
"active_border": "#8080B0",
"filled_bar":"#f4251b",
"unfilled_bar":"#CCCCCC",
"text_cursor":"#000000"
}
}
}