-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdarksettings.json
More file actions
69 lines (69 loc) · 1.47 KB
/
darksettings.json
File metadata and controls
69 lines (69 loc) · 1.47 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
{
"$schema": "https://TranslucentTB.github.io/settings.schema.json",
"desktop_appearance": {
"accent": "acrylic",
"color": "#00000050",
"show_peek": false,
"show_line": false
},
"visible_window_appearance": {
"enabled": true,
"accent": "acrylic",
"color": "#00000050",
"show_peek": true,
"show_line": false,
"rules": {
"window_class": {},
"window_title": {},
"process_name": {}
}
},
"maximized_window_appearance": {
"enabled": true,
"accent": "acrylic",
"color": "#00000050",
"show_peek": true,
"show_line": false,
"rules": {
"window_class": {},
"window_title": {},
"process_name": {}
}
},
"start_opened_appearance": {
"enabled": true,
"accent": "acrylic",
"color": "#00000050",
"show_peek": true,
"show_line": false
},
"search_opened_appearance": {
"enabled": true,
"accent": "acrylic",
"color": "#00000050",
"show_peek": true,
"show_line": false
},
"task_view_opened_appearance": {
"enabled": true,
"accent": "clear",
"color": "#00000050",
"show_peek": false,
"show_line": false
},
"battery_saver_appearance": {
"enabled": false,
"accent": "acrylic",
"color": "#00000050",
"show_peek": true,
"show_line": false
},
"ignored_windows": {
"window_class": [],
"window_title": [],
"process_name": []
},
"hide_tray": false,
"disable_saving": false,
"verbosity": "warn"
}