Updated k9s config / skin

This commit is contained in:
Marcus Noble 2021-05-14 05:50:31 +01:00
parent 18a78386a4
commit b171074349
2 changed files with 67 additions and 56 deletions

View File

@ -1,6 +1,9 @@
k9s: k9s:
refreshRate: 2 refreshRate: 2
maxConnRetry: 5
enableMouse: false
headless: false headless: false
crumbsless: false
readOnly: false readOnly: false
noIcons: false noIcons: false
logger: logger:
@ -10,13 +13,12 @@ k9s:
fullScreenLogs: false fullScreenLogs: false
textWrap: false textWrap: false
showTime: false showTime: false
currentContext: currentContext: default
currentCluster:
clusters: clusters:
thresholds: thresholds:
cpu: cpu:
critical: 90 critical: 90
warn: 80 warn: 85
memory: memory:
critical: 90 critical: 90
warn: 80 warn: 85

View File

@ -1,66 +1,75 @@
# Base16 Material - k9s color config
# Scheme author: Nate Peterson
# Template author: Jef LeCompte (https://jef.buzz)
k9s: k9s:
# General K9s styles
body: body:
fgColor: "#97979b" fgColor: '#eeffff'
bgColor: "#414446" bgColor: '#263238'
logoColor: "#5af78e" logoColor: '#89ddff'
# ClusterInfoView styles
info: info:
fgColor: white fgColor: '#c3e88d'
sectionColor: "#5af78e" sectionColor: '#eeffff'
# Frame styles
frame: frame:
# Borders styles
border: border:
fgColor: "#5af78e" fgColor: '#82aaff'
focusColor: "#5af78e" focusColor: '#89ddff'
# MenuView attributes and styles
menu: menu:
fgColor: white fgColor: '#eeffff'
keyColor: "#57c7ff" keyColor: '#c3e88d'
numKeyColor: "#ff6ac1" # Used for favorite namespaces
numKeyColor: '#c3e88d'
# CrumbView attributes for history navigation.
crumbs: crumbs:
fgColor: "#414446" fgColor: '#89ddff'
bgColor: white bgColor: '#263238'
activeColor: "#f3f99d" activeColor: '#263238'
# Resource status and update styles
status: status:
newColor: "#eff0eb" newColor: '#eeffff'
modifyColor: "#5af78e" modifyColor: '#ffcb6b'
addColor: "#57c7ff" addColor: '#c3e88d'
errorColor: "#ff5c57" errorColor: '#f07178'
highlightcolor: "#f3f99d" highlightcolor: '#89ddff'
killColor: mediumpurple killColor: '#f07178'
completedColor: gray completedColor: '#c3e88d'
# Border title styles.
title: title:
fgColor: "#5af78e" fgColor: '#eeffff'
bgColor: "#414446" bgColor: '#263238'
highlightColor: white highlightColor: '#c792ea'
counterColor: white counterColor: '#c792ea'
filterColor: "#57c7ff" filterColor: '#c792ea'
# Specific views styles
views: views:
# Charts skins... # TableView attributes.
charts:
bgColor: default
defaultDialColors:
- "#57c7ff"
- "#ff5c57"
defaultChartColors:
- "#57c7ff"
- "#ff5c57"
table: table:
fgColor: "#57c7ff" fgColor: '#82aaff'
bgColor: "#414446" bgColor: '#263238'
cursorColor: "#5af78e" cursorColor: '#89ddff'
markColor: darkgoldenrod # Header row styles.
header: header:
fgColor: white fgColor: '#82aaff'
bgColor: "#414446" bgColor: '#263238'
sorterColor: orange sorterColor: '#c792ea'
xray:
fgColor: "#57c7ff" # YAML info styles.
bgColor: "#414446"
cursorColor: "#5af78e"
graphicColor: darkgoldenrod
showIcons: false
yaml: yaml:
keyColor: "#ff5c57" keyColor: '#f07178'
colonColor: white colonColor: '#89ddff'
valueColor: "#f3f99d" valueColor: '#eeffff'
# Logs styles.
logs: logs:
fgColor: white fgColor: '#eeffff'
bgColor: "#414446" bgColor: '#263238'