From 2595c133eea2ffc7e3fd40b555f1364305125af1 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 4 Sep 2021 00:12:34 +0430 Subject: removed path from tmux, added short path to shell prompt. removed exa, using ls again. no more htop, using top now. --- .k9s/skin.yml | 55 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 20 deletions(-) (limited to '.k9s') 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 -- cgit v1.2.3