diff options
author | terminaldweller <thabogre@gmail.com> | 2021-08-05 05:14:10 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-08-05 05:14:10 +0000 |
commit | 5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a (patch) | |
tree | a892e31077574f1c1a340af257bb6e27ae0ad89c /.k9s/skin.yml | |
parent | update for neomutt (diff) | |
download | scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.tar.gz scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.zip |
a lot of updates and fixes
Diffstat (limited to '.k9s/skin.yml')
-rw-r--r-- | .k9s/skin.yml | 70 |
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 |