-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgui_theme.json
More file actions
44 lines (42 loc) · 1.08 KB
/
gui_theme.json
File metadata and controls
44 lines (42 loc) · 1.08 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
{
"defaults":
{
"colours":
{
"normal_bg":"#45494e,#65696e,90",
"hovered_bg":"#35393e",
"disabled_bg":"#25292e",
"selected_bg":"#193754",
"dark_bg":"#15191e",
"normal_text":"#c5cbd8",
"hovered_text":"#FFFFFF",
"selected_text":"#FFFFFF",
"disabled_text":"#6d736f",
"link_text": "#0000EE",
"link_hover": "#2020FF",
"link_selected": "#551A8B",
"text_shadow": "#777777",
"normal_border": "#DDDDDD",
"hovered_border": "#B0B0B0",
"disabled_border": "#808080",
"selected_border": "#8080B0",
"active_border": "#8080B0",
"filled_bar":"#f4251b",
"unfilled_bar":"#CCCCCC"
}
},
"#visualize_button":
{
"colours":
{
"normal_bg":"#FF2024"
}
},
"@legend_cell_lables":
{
"colours":
{
"normal_text":"#45494e"
}
}
}