forked from derailed/k9s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblack_and_wtf.yml
95 lines (94 loc) · 1.82 KB
/
black_and_wtf.yml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Styles...
fg: &fg "white"
bg: &bg "black"
mark: &mark "darkgoldenrod"
active: &active "dimgray"
text: &text "navajowhite"
white: &white "whitesmoke"
ghost: &ghost "ghostwhite"
dslate: &dslate "darkslategray"
err: &err "pink"
slate: &slate "slategray"
gray: &gray "gray"
# Skin
k9s:
body:
fgColor: *fg
bgColor: *bg
logoColor: *fg
prompt:
fgColor: *fg
bgColor: *bg
suggestColor: &gray
info:
fgColor: *text
sectionColor: *fg
dialog:
fgColor: *fg
bgColor: *bg
buttonFgColor: *fg
buttonBgColor: *bg
buttonFocusFgColor: *slate
buttonFocusBgColor: *white
labelFgColor: *ghost
fieldFgColor: *white
frame:
border:
fgColor: *fg
focusColor: *fg
menu:
fgColor: *fg
keyColor: *fg
numKeyColor: *text
crumbs:
fgColor: *fg
bgColor: *bg
activeColor: *active
status:
newColor: *white
modifyColor: *text
addColor: *ghost
errorColor: *err
highlightcolor: *dslate
killColor: *slate
completedColor: *gray
title:
fgColor: *fg
highlightColor: *active
counterColor: *text
filterColor: *slate
views:
table:
fgColor: *fg
bgColor: *bg
cursorBgColor: *fg
cursorFgColor: *bg
markColor: *mark
header:
fgColor: *dslate
bgColor: *bg
sorterColor: *fg
xray:
fgColor: *fg
bgColor: *bg
cursorColor: *ghost
graphicColor: gray
showIcons: false
yaml:
keyColor: *ghost
colorColor: *slate
valueColor: *text
logs:
fgColor: *ghost
bgColor: *bg
indicator:
fgColor: *ghost
bgColor: *bg
charts:
bgColor: default
defaultDialColors:
- *white
- *err
defaultChartColors:
- *white
- *err