Files
dotfiles/k9s/.config/k9s/skins/default-dark.yaml
2026-06-23 11:11:13 -05:00

115 lines
2.6 KiB
YAML

# Default Dark — base16 default dark k9s skin
# Colors hardcoded from ghostty default-dark theme (base16 default).
# Backgrounds are explicit (not transparent) so k9s renders consistently
# regardless of terminal theme handling.
foreground: &foreground "#d8d8d8"
background: &background "#181818"
black: &black "#181818"
blue: &blue "#7cafc2"
green: &green "#a1b56c"
grey: &grey "#585858"
orange: &orange "#dc9656"
purple: &purple "#ba8baf"
red: &red "#ab4642"
yellow: &yellow "#f7ca88"
cyan: &cyan "#86c1b9"
k9s:
body:
fgColor: *foreground
bgColor: *background
logoColor: *green
prompt:
fgColor: *foreground
bgColor: *background
suggestColor: *orange
info:
fgColor: *foreground
sectionColor: *green
help:
fgColor: *foreground
bgColor: *background
keyColor: *yellow
numKeyColor: *blue
sectionColor: *purple
dialog:
fgColor: *foreground
bgColor: *background
buttonFgColor: *background
buttonBgColor: *green
buttonFocusFgColor: *background
buttonFocusBgColor: *blue
labelFgColor: *orange
fieldFgColor: *blue
frame:
border:
fgColor: *grey
focusColor: *blue
menu:
fgColor: *foreground
keyColor: *yellow
numKeyColor: *yellow
crumbs:
fgColor: *background
bgColor: *green
activeColor: *yellow
status:
newColor: *blue
modifyColor: *green
addColor: *foreground
pendingColor: *orange
errorColor: *red
highlightColor: *yellow
killColor: *purple
completedColor: *grey
title:
fgColor: *blue
bgColor: *background
highlightColor: *purple
counterColor: *foreground
filterColor: *blue
views:
charts:
bgColor: *background
defaultDialColors:
- *green
- *red
defaultChartColors:
- *green
- *red
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *background
cursorBgColor: *blue
markColor: *orange
header:
fgColor: *foreground
bgColor: *background
sorterColor: *orange
selectedSortColumnColor: *foreground
xray:
fgColor: *foreground
bgColor: *background
cursorColor: *blue
graphicColor: *orange
showIcons: false
yaml:
keyColor: *blue
colonColor: *grey
valueColor: *foreground
logs:
fgColor: *foreground
bgColor: *background
indicator:
fgColor: *blue
bgColor: *background
toggleOnColor: *green
toggleOffColor: *grey
help:
fgColor: *foreground
bgColor: *background
indicator:
fgColor: *blue