Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Apr 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 54 additions & 24 deletions skins/monokai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,48 +10,69 @@ blue: &blue "#69d9ed"
darkBlue: &darkBlue "#3174a2"
green: &green "#a7e24c"
purple: &purple "#856cc4"
yellow: &yellow "#e1df8f"
darkGray: &darkGray "#666666"

# Skin...
k9s:
# General K9s styles
body:
fgColor: *foreground
bgColor: *background
logoColor: *magenta
logoColor: *purple
logoColorMsg: *foreground
logoColorInfo: *lightBlue
logoColorWarn: *orange
logoColorError: *magenta

# Command prompt styles
prompt:
fgColor: *foreground
bgColor: *background
suggestColor: *orange
suggestColor: *darkGray

# ClusterInfoView styles.
info:
fgColor: *blue
sectionColor: *lightBlue
fgColor: *magenta
sectionColor: *yellow

# Help Menu styles
help:
fgColor: *foreground
bgColor: *background
keyColor: *green
numKeyColor: *green
sectionColor: *blue

# Dialog styles.
dialog:
fgColor: *foreground
fgColor: *yellow
bgColor: *background
buttonFgColor: *foreground
buttonBgColor: *green
buttonBgColor: *background
buttonFocusFgColor: *foreground
buttonFocusBgColor: *darkBlue
labelFgColor: *orange
fieldFgColor: *blue
buttonFocusBgColor: *purple
labelFgColor: *magenta
fieldFgColor: *darkBlue

frame:
# Borders styles.
border:
fgColor: *blue
focusColor: *darkBlue
fgColor: *darkGray
focusColor: *darkGray

menu:
fgColor: *lightBlue
keyColor: *green
fgColor: *foreground
keyColor: *magenta
# Used for favorite namespaces
numKeyColor: *green

# CrumbView attributes for history navigation.
crumbs:
fgColor: *foreground
fgColor: *yellow
bgColor: *backgroundOpaque
activeColor: *blue
activeColor: *purple

# Resource status and update styles
status:
newColor: *blue
Expand All @@ -60,15 +81,18 @@ k9s:
pendingColor: *orange
errorColor: *magenta
highlightColor: *blue
killColor: *green
killColor: *magenta
completedColor: *darkBlue

# Border title styles.
title:
fgColor: *foreground
fgColor: *purple
bgColor: *background
highlightColor: *blue
counterColor: *lightBlue
highlightColor: *yellow
counterColor: *green
filterColor: *orange

# Specific views styles
views:
# Charts skins...
charts:
Expand Down Expand Up @@ -100,32 +124,38 @@ k9s:
v1/pods:
- *blue
- *magenta

# TableView attributes.
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *foreground
cursorBgColor: *backgroundOpaque
markColor: *magenta
# Header row styles.
header:
fgColor: *foreground
bgColor: *backgroundOpaque
sorterColor: *blue
sorterColor: *magenta

# Xray view attributes.
xray:
fgColor: *foreground
bgColor: *background
cursorColor: *blue
cursorTextColor: *foreground
graphicColor: *blue

# YAML info styles.
yaml:
keyColor: *orange
colonColor: *orange
keyColor: *green
colonColor: *magenta
valueColor: *foreground

# Logs styles.
logs:
fgColor: *foreground
bgColor: *backgroundOpaque
bgColor: *background
indicator:
fgColor: *foreground
bgColor: *darkBlue
bgColor: *backgroundOpaque