Updated k9s config / skin
This commit is contained in:
parent
fe445a48f1
commit
a1b136155b
113
.k9s/skin.yml
113
.k9s/skin.yml
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user