2021-05-14 04:50:31 +00:00
|
|
|
# Base16 Material - k9s color config
|
|
|
|
# Scheme author: Nate Peterson
|
|
|
|
# Template author: Jef LeCompte (https://jef.buzz)
|
2020-09-17 02:17:53 +00:00
|
|
|
k9s:
|
2021-05-14 04:50:31 +00:00
|
|
|
# General K9s styles
|
2020-09-17 02:17:53 +00:00
|
|
|
body:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#eeffff'
|
|
|
|
bgColor: '#263238'
|
|
|
|
logoColor: '#89ddff'
|
|
|
|
|
|
|
|
# ClusterInfoView styles
|
2020-09-17 02:17:53 +00:00
|
|
|
info:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#c3e88d'
|
|
|
|
sectionColor: '#eeffff'
|
|
|
|
|
|
|
|
# Frame styles
|
2020-09-17 02:17:53 +00:00
|
|
|
frame:
|
2021-05-14 04:50:31 +00:00
|
|
|
# Borders styles
|
2020-09-17 02:17:53 +00:00
|
|
|
border:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#82aaff'
|
|
|
|
focusColor: '#89ddff'
|
|
|
|
|
|
|
|
# MenuView attributes and styles
|
2020-09-17 02:17:53 +00:00
|
|
|
menu:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#eeffff'
|
|
|
|
keyColor: '#c3e88d'
|
|
|
|
# Used for favorite namespaces
|
|
|
|
numKeyColor: '#c3e88d'
|
|
|
|
|
|
|
|
# CrumbView attributes for history navigation.
|
2020-09-17 02:17:53 +00:00
|
|
|
crumbs:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#89ddff'
|
|
|
|
bgColor: '#263238'
|
|
|
|
activeColor: '#263238'
|
|
|
|
|
|
|
|
# Resource status and update styles
|
2020-09-17 02:17:53 +00:00
|
|
|
status:
|
2021-05-14 04:50:31 +00:00
|
|
|
newColor: '#eeffff'
|
|
|
|
modifyColor: '#ffcb6b'
|
|
|
|
addColor: '#c3e88d'
|
|
|
|
errorColor: '#f07178'
|
|
|
|
highlightcolor: '#89ddff'
|
|
|
|
killColor: '#f07178'
|
|
|
|
completedColor: '#c3e88d'
|
|
|
|
|
|
|
|
# Border title styles.
|
2020-09-17 02:17:53 +00:00
|
|
|
title:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#eeffff'
|
|
|
|
bgColor: '#263238'
|
|
|
|
highlightColor: '#c792ea'
|
|
|
|
counterColor: '#c792ea'
|
|
|
|
filterColor: '#c792ea'
|
|
|
|
# Specific views styles
|
2020-09-17 02:17:53 +00:00
|
|
|
views:
|
2021-05-14 04:50:31 +00:00
|
|
|
# TableView attributes.
|
2020-09-17 02:17:53 +00:00
|
|
|
table:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#82aaff'
|
|
|
|
bgColor: '#263238'
|
|
|
|
cursorColor: '#89ddff'
|
|
|
|
# Header row styles.
|
2020-09-17 02:17:53 +00:00
|
|
|
header:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#82aaff'
|
|
|
|
bgColor: '#263238'
|
|
|
|
sorterColor: '#c792ea'
|
|
|
|
|
|
|
|
# YAML info styles.
|
2020-09-17 02:17:53 +00:00
|
|
|
yaml:
|
2021-05-14 04:50:31 +00:00
|
|
|
keyColor: '#f07178'
|
|
|
|
colonColor: '#89ddff'
|
|
|
|
valueColor: '#eeffff'
|
|
|
|
|
|
|
|
# Logs styles.
|
2020-09-17 02:17:53 +00:00
|
|
|
logs:
|
2021-05-14 04:50:31 +00:00
|
|
|
fgColor: '#eeffff'
|
|
|
|
bgColor: '#263238'
|