aboutsummaryrefslogtreecommitdiffstats
path: root/.k9s/skin.yml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-03 19:42:34 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-03 19:42:34 +0000
commit2595c133eea2ffc7e3fd40b555f1364305125af1 (patch)
tree651d0094c36c97164e3c2036f1299c2c04c7cbe5 /.k9s/skin.yml
parentzsh overhaul (diff)
downloadscripts-2595c133eea2ffc7e3fd40b555f1364305125af1.tar.gz
scripts-2595c133eea2ffc7e3fd40b555f1364305125af1.zip
removed path from tmux, added short path to shell prompt. removed exa, using ls again. no more htop, using top now.
Diffstat (limited to '.k9s/skin.yml')
-rw-r--r--.k9s/skin.yml55
1 files changed, 35 insertions, 20 deletions
diff --git a/.k9s/skin.yml b/.k9s/skin.yml
index c5ed102..8c2a23c 100644
--- a/.k9s/skin.yml
+++ b/.k9s/skin.yml
@@ -1,15 +1,25 @@
-# Skin InTheNavy...
+# adapted from InTheNavy...
k9s:
- # General K9s styles
body:
- fgColor: dodgerblue
+ fgColor: dodgerblue4
bgColor: '#000000'
logoColor: '#0000ff'
- # ClusterInfoView styles.
+ prompt:
+ fgColor: cadetblue
+ bgColor: black
+ suggestColor: dodgerblue4
info:
fgColor: lightskyblue
sectionColor: steelblue
- # Help panel styles
+ dialog:
+ fgColor: dodgerblue4
+ bgColor: black
+ buttonFgColor: black
+ buttonBgColor: dodgerblue4
+ buttonFocusFgColor: white
+ buttonFocusBgColor: slateblue3
+ labelFgColor: slateblue3
+ fieldFgColor: dodgerblue4
help:
fgColor: white
bgColor: default
@@ -17,31 +27,26 @@ k9s:
numKeyColor: blue
sectionColor: gray
frame:
- # Borders styles.
border:
- fgColor: dodgerblue
+ fgColor: dodgerblue4
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
+ activeColor: deepskyblue
status:
- newColor: '#00ff00'
+ newColor: darkgreen
modifyColor: powderblue
addColor: lightskyblue
- errorColor: indianred
+ errorColor: darkred
+ pendingColor: mediumpruple
highlightcolor: royalblue
killColor: slategray
- completedColor: gray
- # Border title styles.
+ completedColor: slateblue3
title:
fgColor: aqua
bgColor: default
@@ -49,22 +54,32 @@ k9s:
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
+ xray:
+ fgColor: blue
+ bgColor: black
+ cursorColor: aqua
+ graphicColor: cornflowerblue
+ showIcons: false
+ charts:
+ bgColor: black
+ defaultDialColors:
+ - linegreen
+ - orangered
+ defaultChartColors:
+ - linegreen
+ - orangered