Updated monokai skin with help styles, and more monokai appropriate colors (#2030)

* Add help styles to monokai skin

* Fixed typo, and changed several colors to be more monokai-y

* Use default background
mine
Mike Sigsworth 2023-04-13 07:15:21 -06:00 committed by GitHub
parent c16246dec7
commit 0ac1430c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 55 additions and 25 deletions

View File

@ -10,6 +10,8 @@ blue: &blue "#69d9ed"
darkBlue: &darkBlue "#3174a2" darkBlue: &darkBlue "#3174a2"
green: &green "#a7e24c" green: &green "#a7e24c"
purple: &purple "#856cc4" purple: &purple "#856cc4"
yellow: &yellow "#e1df8f"
darkGray: &darkGray "#666666"
# Skin... # Skin...
k9s: k9s:
@ -17,41 +19,60 @@ k9s:
body: body:
fgColor: *foreground fgColor: *foreground
bgColor: *background bgColor: *background
logoColor: *magenta logoColor: *purple
logoColorMsg: *foreground
logoColorInfo: *lightBlue
logoColorWarn: *orange
logoColorError: *magenta
# Command prompt styles # Command prompt styles
prompt: prompt:
fgColor: *foreground fgColor: *foreground
bgColor: *background bgColor: *background
suggestColor: *orange suggestColor: *darkGray
# ClusterInfoView styles. # ClusterInfoView styles.
info: info:
fgColor: *blue fgColor: *magenta
sectionColor: *lightBlue sectionColor: *yellow
# Dialog styles.
dialog: # Help Menu styles
help:
fgColor: *foreground fgColor: *foreground
bgColor: *background bgColor: *background
keyColor: *green
numKeyColor: *green
sectionColor: *blue
# Dialog styles.
dialog:
fgColor: *yellow
bgColor: *background
buttonFgColor: *foreground buttonFgColor: *foreground
buttonBgColor: *green buttonBgColor: *background
buttonFocusFgColor: *foreground buttonFocusFgColor: *foreground
buttonFocusBgColor: *darkBlue buttonFocusBgColor: *purple
labelFgColor: *orange labelFgColor: *magenta
fieldFgColor: *blue fieldFgColor: *darkBlue
frame: frame:
# Borders styles. # Borders styles.
border: border:
fgColor: *blue fgColor: *darkGray
focusColor: *darkBlue focusColor: *darkGray
menu: menu:
fgColor: *lightBlue fgColor: *foreground
keyColor: *green keyColor: *magenta
# Used for favorite namespaces # Used for favorite namespaces
numKeyColor: *green numKeyColor: *green
# CrumbView attributes for history navigation. # CrumbView attributes for history navigation.
crumbs: crumbs:
fgColor: *foreground fgColor: *yellow
bgColor: *backgroundOpaque bgColor: *backgroundOpaque
activeColor: *blue activeColor: *purple
# Resource status and update styles # Resource status and update styles
status: status:
newColor: *blue newColor: *blue
@ -60,15 +81,18 @@ k9s:
pendingColor: *orange pendingColor: *orange
errorColor: *magenta errorColor: *magenta
highlightColor: *blue highlightColor: *blue
killColor: *green killColor: *magenta
completedColor: *darkBlue completedColor: *darkBlue
# Border title styles. # Border title styles.
title: title:
fgColor: *foreground fgColor: *purple
bgColor: *background bgColor: *background
highlightColor: *blue highlightColor: *yellow
counterColor: *lightBlue counterColor: *green
filterColor: *orange filterColor: *orange
# Specific views styles
views: views:
# Charts skins... # Charts skins...
charts: charts:
@ -100,16 +124,20 @@ k9s:
v1/pods: v1/pods:
- *blue - *blue
- *magenta - *magenta
# TableView attributes. # TableView attributes.
table: table:
fgColor: *foreground fgColor: *foreground
bgColor: *background bgColor: *background
cursorFgColor: *foreground
cursorBgColor: *backgroundOpaque
markColor: *magenta markColor: *magenta
# Header row styles. # Header row styles.
header: header:
fgColor: *foreground fgColor: *foreground
bgColor: *backgroundOpaque bgColor: *backgroundOpaque
sorterColor: *blue sorterColor: *magenta
# Xray view attributes. # Xray view attributes.
xray: xray:
fgColor: *foreground fgColor: *foreground
@ -117,15 +145,17 @@ k9s:
cursorColor: *blue cursorColor: *blue
cursorTextColor: *foreground cursorTextColor: *foreground
graphicColor: *blue graphicColor: *blue
# YAML info styles. # YAML info styles.
yaml: yaml:
keyColor: *orange keyColor: *green
colonColor: *orange colonColor: *magenta
valueColor: *foreground valueColor: *foreground
# Logs styles. # Logs styles.
logs: logs:
fgColor: *foreground fgColor: *foreground
bgColor: *backgroundOpaque bgColor: *background
indicator: indicator:
fgColor: *foreground fgColor: *foreground
bgColor: *darkBlue bgColor: *backgroundOpaque