-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.json
More file actions
15 lines (15 loc) · 1011 Bytes
/
custom.json
File metadata and controls
15 lines (15 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"groups": {
"active_window_status": {"fg": "darkblue", "bg": "gray0", "attrs": []},
"window_status": {"fg": "gray70", "bg": "gray0", "attrs": []},
"activity_status": {"fg": "yellow", "bg": "gray0", "attrs": []},
"bell_status": {"fg": "red", "bg": "gray0", "attrs": []},
"window": {"fg": "gray6", "bg": "gray0", "attrs": []},
"window:divider": {"fg": "gray4", "bg": "gray0", "attrs": []},
"window:current": {"fg": "gray2", "bg": "darkorange", "attrs": []},
"window_name": {"fg": "black", "bg": "darkorange", "attrs": ["bold"]},
"session": {"fg": "black", "bg": "darkestred", "attrs": ["bold"]},
"session:prefix": {"fg": "gray90", "bg": "red", "attrs": ["bold"]},
"uptime": {"fg": "green", "bg": "gray0", "attrs": []}
}
}