-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
23 lines (23 loc) · 1.09 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Default color scheme for shell prompts",
"groups": {
"hostname": { "fg": "brightyellow", "bg": "mediumorange", "attrs": [] },
"environment": { "fg": "white", "bg": "darkestgreen", "attrs": [] },
"mode": { "fg": "darkestgreen", "bg": "brightgreen", "attrs": ["bold"] },
"attached_clients": { "fg": "white", "bg": "darkestgreen", "attrs": [] },
"kubernetes_cluster": { "fg": "white", "bg": "green", "attrs": [] },
"kubernetes_cluster:warn": { "fg": "white", "bg": "gray9", "attrs": [] },
"kubernetes_cluster:alert": { "fg": "white", "bg": "brightred", "attrs": [] },
"kubernetes_namespace": { "fg": "white", "bg": "gray8", "attrs": [] },
"kubernetes_namespace:alert": { "fg": "white", "bg": "brightred", "attrs": [] },
"kubernetes_user": { "fg": "white", "bg": "gray9", "attrs": [] },
"cpu_load_percent": { "fg": "white", "bg": "green", "attrs": [] }
},
"mode_translations": {
"vicmd": {
"groups": {
"mode": {"fg": "darkestcyan", "bg": "white", "attrs": ["bold"]}
}
}
}
}