forked from derailed/k9s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathin-the-navy.yaml
108 lines (106 loc) · 2.22 KB
/
in-the-navy.yaml
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
96
97
98
99
100
101
102
103
104
105
106
107
108
# -----------------------------------------------------------------------------
# In the Navy
# -----------------------------------------------------------------------------
# Styles...
fg: &fg "dodgerblue"
bg: &bg "white"
blue: &blue "blue"
sky: &sky "lightskyblue"
steel: &steel "steelblue"
dark: &dark "darkblue"
alice: &alice "aliceblue"
corn: &corn "cornflowerblue"
err: &err "indianred"
royal: &royal "royalblue"
slate: &slate "slategray"
gray: &gray "gray"
cadet: &cadet "cadetblue"
powder: &powder "powderblue"
aqua: &aqua "aqua"
mslate: &mslate "mediumslateblue"
# Skin...
k9s:
body:
fgColor: *fg
bgColor: *bg
logoColor: *blue
prompt:
fgColor: *fg
bgColor: *bg
suggestColor: *cadet
info:
fgColor: *sky
sectionColor: *steel
dialog:
fgColor: *fg
bgColor: *bg
buttonFgColor: *fg
buttonBgColor: *powder
buttonFocusFgColor: white
buttonFocusBgColor: *aqua
labelFgColor: *mslate
fieldFgColor: *fg
frame:
border:
fgColor: *fg
bgColor: *dark
focusColor: *alice
menu:
fgColor: *dark
keyColor: *corn
numKeyColor: *cadet
crumbs:
fgColor: *bg
bgColor: *steel
activeColor: *sky
status:
newColor: *blue
modifyColor: *powder
addColor: *sky
errorColor: *err
highlightColor: *royal
killColor: *slate
completedColor: *gray
title:
fgColor: *cadet
bgColor: *bg
highlightColor: *sky
counterColor: *slate
filterColor: *slate
views:
table:
fgColor: *fg
bgColor: *bg
cursorFgColor: *fg
cursorBgColor: *aqua
markColor: *mslate
header:
fgColor: *fg
bgColor: *bg
sorterColor: *cadet
xray:
fgColor: *blue
bgColor: *dark
cursorColor: *aqua
graphicColor: *mslate
showIcons: false
charts:
bgColor: *bg
defaultDialColors:
- *aqua
- *err
defaultChartColors:
- *aqua
- *err
yaml:
keyColor: *steel
colorColor: *blue
valueColor: *royal
logs:
fgColor: *dark
bgColor: *bg
indicator:
fgColor: *dark
bgColor: *bg
toggleOnColor: *steel
toggleOffColor: *blue