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