Skip to content

Commit f4f8126

Browse files
committed
style: 🎨 k9s configuration
1 parent af17400 commit f4f8126

3 files changed

Lines changed: 105 additions & 153 deletions

File tree

k9s/config.yaml

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,5 @@
1+
---
12
k9s:
2-
liveViewAutoRefresh: false
3-
screenDumpDir: /Users/assafdori/Library/Application Support/k9s/screen-dumps
4-
refreshRate: 2
5-
maxConnRetry: 5
6-
readOnly: false
7-
noExitOnCtrlC: false
83
ui:
9-
enableMouse: false
10-
headless: false
11-
logoless: false
12-
crumbsless: false
13-
reactive: false
14-
noIcons: false
15-
defaultsToFullScreen: false
16-
skipLatestRevCheck: false
17-
disablePodCounting: false
18-
shellPod:
19-
image: busybox:1.35.0
20-
namespace: default
21-
limits:
22-
cpu: 100m
23-
memory: 100Mi
24-
imageScans:
25-
enable: false
26-
exclusions:
27-
namespaces: []
28-
labels: {}
29-
logger:
30-
tail: 100
31-
buffer: 5000
32-
sinceSeconds: -1
33-
textWrap: false
34-
showTime: false
35-
thresholds:
36-
cpu:
37-
critical: 90
38-
warn: 70
39-
memory:
40-
critical: 90
41-
warn: 70
4+
logoless: true
5+
skin: skin

k9s/kanawaga.yaml

Lines changed: 0 additions & 114 deletions
This file was deleted.

k9s/skins/skin.yaml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
# -----------------------------------------------------------------------------
3+
# Custom Transparent Skin for k9s
4+
# -----------------------------------------------------------------------------
5+
6+
# Styles...
7+
fg: &fg "white"
8+
mark: &mark "darkgoldenrod"
9+
active: &active "dimgray"
10+
text: &text "navajowhite"
11+
white: &white "whitesmoke"
12+
ghost: &ghost "ghostwhite"
13+
dslate: &dslate "darkslategray"
14+
err: &err "pink"
15+
slate: &slate "slategray"
16+
gray: &gray "gray"
17+
18+
# Skin...
19+
k9s:
20+
body:
21+
fgColor: *fg
22+
bgColor: default
23+
logoColor: *fg
24+
prompt:
25+
fgColor: *fg
26+
bgColor: default
27+
suggestColor: *gray
28+
info:
29+
fgColor: *text
30+
sectionColor: *fg
31+
dialog:
32+
fgColor: *fg
33+
bgColor: default
34+
buttonFgColor: *fg
35+
buttonBgColor: default
36+
buttonFocusFgColor: *slate
37+
buttonFocusBgColor: *white
38+
labelFgColor: *ghost
39+
fieldFgColor: *white
40+
frame:
41+
border:
42+
fgColor: *fg
43+
focusColor: *fg
44+
menu:
45+
fgColor: *fg
46+
keyColor: *fg
47+
numKeyColor: *text
48+
crumbs:
49+
fgColor: *fg
50+
bgColor: default
51+
activeColor: *active
52+
status:
53+
newColor: *white
54+
modifyColor: *text
55+
addColor: *ghost
56+
errorColor: *err
57+
highlightColor: *dslate
58+
killColor: *slate
59+
completedColor: *gray
60+
title:
61+
fgColor: *fg
62+
bgColor: default
63+
highlightColor: *active
64+
counterColor: *text
65+
filterColor: *slate
66+
views:
67+
table:
68+
fgColor: *fg
69+
bgColor: default
70+
cursorBgColor: *fg
71+
cursorFgColor: *dslate
72+
markColor: *mark
73+
header:
74+
fgColor: *err
75+
bgColor: default
76+
sorterColor: *fg
77+
xray:
78+
fgColor: *fg
79+
bgColor: default
80+
cursorColor: *ghost
81+
graphicColor: gray
82+
showIcons: false
83+
yaml:
84+
keyColor: *ghost
85+
colorColor: *slate
86+
valueColor: *text
87+
logs:
88+
fgColor: *ghost
89+
bgColor: default
90+
indicator:
91+
fgColor: *ghost
92+
bgColor: default
93+
toggleOnColor: *mark
94+
toggleOffColor: gray
95+
charts:
96+
bgColor: default
97+
defaultDialColors:
98+
- *white
99+
- *err
100+
defaultChartColors:
101+
- *white
102+
- *err

0 commit comments

Comments
 (0)