aboutsummaryrefslogtreecommitdiffstats
path: root/.k9s/skin.yml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-08-05 05:14:10 +0000
committerterminaldweller <thabogre@gmail.com>2021-08-05 05:14:10 +0000
commit5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a (patch)
treea892e31077574f1c1a340af257bb6e27ae0ad89c /.k9s/skin.yml
parentupdate for neomutt (diff)
downloadscripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.tar.gz
scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.zip
a lot of updates and fixes
Diffstat (limited to '.k9s/skin.yml')
-rw-r--r--.k9s/skin.yml70
1 files changed, 70 insertions, 0 deletions
diff --git a/.k9s/skin.yml b/.k9s/skin.yml
new file mode 100644
index 0000000..c5ed102
--- /dev/null
+++ b/.k9s/skin.yml
@@ -0,0 +1,70 @@
+# Skin InTheNavy...
+k9s:
+ # General K9s styles
+ body:
+ fgColor: dodgerblue
+ bgColor: '#000000'
+ logoColor: '#0000ff'
+ # ClusterInfoView styles.
+ info:
+ fgColor: lightskyblue
+ sectionColor: steelblue
+ # Help panel styles
+ help:
+ fgColor: white
+ bgColor: default
+ keyColor: cyan
+ numKeyColor: blue
+ sectionColor: gray
+ frame:
+ # Borders styles.
+ border:
+ fgColor: dodgerblue
+ focusColor: aliceblue
+ # MenuView attributes and styles.
+ menu:
+ fgColor: darkblue
+ keyColor: cornflowerblue
+ # Used for favorite namespaces
+ numKeyColor: cadetblue
+ # CrumbView attributes for history navigation.
+ crumbs:
+ fgColor: white
+ bgColor: default
+ activeColor: skyblue
+ # Resource status and update styles
+ status:
+ newColor: '#00ff00'
+ modifyColor: powderblue
+ addColor: lightskyblue
+ errorColor: indianred
+ highlightcolor: royalblue
+ killColor: slategray
+ completedColor: gray
+ # Border title styles.
+ title:
+ fgColor: aqua
+ bgColor: default
+ highlightColor: skyblue
+ counterColor: slateblue
+ filterColor: slategray
+ views:
+ # TableView attributes.
+ table:
+ fgColor: blue
+ bgColor: default
+ cursorColor: aqua
+ # Header row styles.
+ header:
+ fgColor: white
+ bgColor: default
+ sorterColor: orange
+ # YAML info styles.
+ yaml:
+ keyColor: steelblue
+ colonColor: blue
+ valueColor: royalblue
+ # Logs styles.
+ logs:
+ fgColor: white
+ bgColor: default