Last active
March 28, 2025 19:23
-
-
Save buzztaiki/0d30bf0a5c4c9e13b3efdae2b3319d2c to your computer and use it in GitHub Desktop.
K9s Modus Operandi Skin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# K9s Modus Operandi Skin based on Solarized Light Skin | |
# https://gist.github.com/buzztaiki/0d30bf0a5c4c9e13b3efdae2b3319d2c | |
foreground: &foreground default | |
background: &background default | |
current_line: ¤t_line "#404148" | |
selection: &selection "#404148" | |
comment: &comment "#505050" | |
cyan: &cyan "#00538b" | |
green: &green "#005e00" | |
yellow: &yellow "#813e00" | |
orange: &orange "#5d3026" | |
magenta: &magenta "#721045" | |
blue: &blue "#0031a9" | |
red: &red "#a60000" | |
k9s: | |
body: | |
fgColor: *foreground | |
bgColor: *background | |
logoColor: *blue | |
prompt: | |
fgColor: *foreground | |
bgColor: *background | |
suggestColor: *orange | |
info: | |
fgColor: *magenta | |
sectionColor: *foreground | |
dialog: | |
fgColor: *foreground | |
bgColor: *background | |
buttonFgColor: *foreground | |
buttonBgColor: *magenta | |
buttonFocusFgColor: white | |
buttonFocusBgColor: *cyan | |
labelFgColor: *orange | |
fieldFgColor: *foreground | |
frame: | |
border: | |
fgColor: *selection | |
focusColor: *foreground | |
menu: | |
fgColor: *foreground | |
keyColor: *magenta | |
numKeyColor: *magenta | |
crumbs: | |
fgColor: white | |
bgColor: *cyan | |
activeColor: *yellow | |
status: | |
newColor: *cyan | |
modifyColor: *blue | |
addColor: *green | |
errorColor: *red | |
highlightColor: *orange | |
killColor: *comment | |
completedColor: *comment | |
title: | |
fgColor: *foreground | |
bgColor: *background | |
highlightColor: *blue | |
counterColor: *magenta | |
filterColor: *magenta | |
views: | |
charts: | |
bgColor: default | |
defaultDialColors: | |
- *blue | |
- *red | |
defaultChartColors: | |
- *blue | |
- *red | |
table: | |
fgColor: *foreground | |
bgColor: *background | |
cursorFgColor: white | |
cursorBgColor: *background | |
markColor: darkgoldenrod | |
header: | |
fgColor: *foreground | |
bgColor: *background | |
sorterColor: *cyan | |
xray: | |
fgColor: *foreground | |
bgColor: *background | |
cursorColor: *current_line | |
graphicColor: *blue | |
showIcons: false | |
yaml: | |
keyColor: *magenta | |
colonColor: *blue | |
valueColor: *foreground | |
logs: | |
fgColor: *foreground | |
bgColor: *background | |
indicator: | |
fgColor: *foreground | |
bgColor: *selection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment