Add Nord skin (#1103)
parent
a07243dbb0
commit
5166686be5
|
|
@ -0,0 +1,109 @@
|
||||||
|
foreground: &foreground "#DADEE8"
|
||||||
|
background: &background "#30343F"
|
||||||
|
current_line: ¤t_line "#383D4A"
|
||||||
|
selection: &selection "#D9DEE8"
|
||||||
|
comment: &comment "#8891A7"
|
||||||
|
cyan: &cyan "#88C0D0"
|
||||||
|
green: &green "#A3BE8C"
|
||||||
|
orange: &orange "#D08770"
|
||||||
|
blue: &blue "#81A1C1"
|
||||||
|
magenta: &magenta "#B48EAD"
|
||||||
|
red: &red "#BF616A"
|
||||||
|
yellow: &yellow "#EBCB8B"
|
||||||
|
|
||||||
|
k9s:
|
||||||
|
# General K9s styles
|
||||||
|
body:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: default
|
||||||
|
logoColor: *magenta
|
||||||
|
# ClusterInfoView styles.
|
||||||
|
info:
|
||||||
|
fgColor: *blue
|
||||||
|
sectionColor: *foreground
|
||||||
|
# Dialog styles.
|
||||||
|
dialog:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: default
|
||||||
|
buttonFgColor: *foreground
|
||||||
|
buttonBgColor: *magenta
|
||||||
|
buttonFocusFgColor: *yellow
|
||||||
|
buttonFocusBgColor: *blue
|
||||||
|
labelFgColor: *orange
|
||||||
|
fieldFgColor: *foreground
|
||||||
|
frame:
|
||||||
|
# Borders styles.
|
||||||
|
border:
|
||||||
|
fgColor: *selection
|
||||||
|
focusColor: *current_line
|
||||||
|
menu:
|
||||||
|
fgColor: *foreground
|
||||||
|
keyColor: *blue
|
||||||
|
# Used for favorite namespaces
|
||||||
|
numKeyColor: *blue
|
||||||
|
# CrumbView attributes for history navigation.
|
||||||
|
crumbs:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: *current_line
|
||||||
|
activeColor: *current_line
|
||||||
|
# Resource status and update styles
|
||||||
|
status:
|
||||||
|
newColor: *cyan
|
||||||
|
modifyColor: *magenta
|
||||||
|
addColor: *green
|
||||||
|
errorColor: *red
|
||||||
|
highlightcolor: *orange
|
||||||
|
killColor: *comment
|
||||||
|
completedColor: *comment
|
||||||
|
# Border title styles.
|
||||||
|
title:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: *current_line
|
||||||
|
highlightColor: *orange
|
||||||
|
counterColor: *magenta
|
||||||
|
filterColor: *blue
|
||||||
|
views:
|
||||||
|
# Charts skins...
|
||||||
|
charts:
|
||||||
|
bgColor: default
|
||||||
|
defaultDialColors:
|
||||||
|
- *magenta
|
||||||
|
- *red
|
||||||
|
defaultChartColors:
|
||||||
|
- *magenta
|
||||||
|
- *red
|
||||||
|
# TableView attributes.
|
||||||
|
table:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: default
|
||||||
|
cursorFgColor: *foreground
|
||||||
|
cursorBgColor: *current_line
|
||||||
|
# Header row styles.
|
||||||
|
header:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: default
|
||||||
|
sorterColor: *cyan
|
||||||
|
# Xray view attributes.
|
||||||
|
xray:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: default
|
||||||
|
cursorColor: *current_line
|
||||||
|
graphicColor: *magenta
|
||||||
|
showIcons: false
|
||||||
|
# YAML info styles.
|
||||||
|
yaml:
|
||||||
|
keyColor: *blue
|
||||||
|
colonColor: *magenta
|
||||||
|
valueColor: *foreground
|
||||||
|
# Logs styles.
|
||||||
|
logs:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: default
|
||||||
|
indicator:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: *magenta
|
||||||
|
help:
|
||||||
|
fgColor: *foreground
|
||||||
|
bgColor: *background
|
||||||
|
indicator:
|
||||||
|
fgColor: *red
|
||||||
Loading…
Reference in New Issue