forked from derailed/k9s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnazzy.yaml
88 lines (87 loc) · 2 KB
/
snazzy.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
# -----------------------------------------------------------------------------
# Snazzy skin
# -----------------------------------------------------------------------------
# Skin...
k9s:
body:
fgColor: "#97979b"
bgColor: "#282a36"
logoColor: "#5af78e"
prompt:
fgColor: "#97979b"
bgColor: "#282a36"
suggestColor: "#5af78e"
info:
fgColor: white
sectionColor: "#5af78e"
dialog:
fgColor: "#97979b"
bgColor: "#282a36"
buttonFgColor: "#97979b"
buttonBgColor: "#282a36"
buttonFocusFgColor: "#97979b"
buttonFocusBgColor: "#5af78e"
labelFgColor: "#97979b"
fieldFgColor: "#5af78e"
frame:
border:
fgColor: "#5af78e"
focusColor: "#5af78e"
menu:
fgColor: white
keyColor: "#57c7ff"
numKeyColor: "#ff6ac1"
crumbs:
fgColor: "#282a36"
bgColor: white
activeColor: "#f3f99d"
status:
newColor: "#eff0eb"
modifyColor: "#5af78e"
addColor: "#57c7ff"
errorColor: "#ff5c57"
highlightColor: "#f3f99d"
killColor: mediumpurple
completedColor: gray
title:
fgColor: "#5af78e"
bgColor: "#282a36"
highlightColor: white
counterColor: white
filterColor: "#57c7ff"
views:
# Charts skins...
charts:
bgColor: default
defaultDialColors:
- "#57c7ff"
- "#ff5c57"
defaultChartColors:
- "#57c7ff"
- "#ff5c57"
table:
fgColor: "#57c7ff"
bgColor: "#282a36"
markColor: darkgoldenrod
header:
fgColor: white
bgColor: "#282a36"
sorterColor: orange
xray:
fgColor: "#57c7ff"
bgColor: "#282a36"
cursorColor: "#5af78e"
graphicColor: darkgoldenrod
showIcons: false
yaml:
keyColor: "#ff5c57"
colonColor: white
valueColor: "#f3f99d"
logs:
fgColor: white
bgColor: "#282a36"
indicator:
fgColor: white
bgColor: "#282a36"
toggleOnColor: "#ff5c57"
toggleOffColor: white