k9s skin tweaks

not done yet but better than before
master
Jordan Orelli 1 year ago
parent 8171e8aec0
commit 7ebb558e26

@ -1,27 +1,20 @@
# -----------------------------------------------------------------------------
# OneDark Skin
# -----------------------------------------------------------------------------
# Styles...
foreground: &foreground "#abb2bf"
# background: &background "#282c34"
background: &background "#101c24"
foreground: &foreground "#dedede"
background: &background "#121212"
black: &black "#080808"
blue: &blue "#61afef"
green: &green "#98c379"
grey: &grey "#abb2bf"
orange: &orange "#ffb86c"
purple: &purple "#c678dd"
red: &red "#e06370"
yellow: &yellow "#e5c07b"
blue: &blue "#97bedc"
green: &green "#94b979"
grey: &grey "#929292"
orange: &orange "#ffba7b"
purple: &purple "#e1c0fa"
red: &red "#e27373"
yellow: &yellow "#ffdca0"
yellow_bright: &yellow_bright "#d19a66"
# Skin...
k9s:
body:
fgColor: *foreground
bgColor: *background
logoColor: *green
logoColor: *purple
prompt:
fgColor: *foreground
bgColor: *background

Loading…
Cancel
Save