Skip to content

Commit

Permalink
Update monokai.yml
Browse files Browse the repository at this point in the history
Spent more time getting the colors right on all screens. Checked pulses and xray more thoroughly.
  • Loading branch information
mikesigs authored Nov 19, 2020
1 parent 3a6031a commit 8515b1d
Showing 1 changed file with 55 additions and 34 deletions.
89 changes: 55 additions & 34 deletions skins/monokai.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# monokai.yml
# Styles...
foreground: &foreground "#dcdcdc"
background: &background "#2a2a2a"
current_line: &current_line "#75715e"
selection: &selection "#66d9ef"
comment: &comment "#a6e22e"
red: &red "#ff0000"
magenta: &magenta "#F72972"
foreground: &foreground "#ffffff"
background: &background "default"
backgroundOpaque: &backgroundOpaque "#333333"
magenta: &magenta "#f72972"
orange: &orange "#e47c20"
lightBlue: &lightBlue "#c3eff7"
blue: &blue "#69d9ed"
darkBlue: &darkBlue "#3f828e"
darkBlue: &darkBlue "#3174a2"
green: &green "#a7e24c"
grey: &grey "#3a3a3a"
purple: &purple "#856cc4"

# Skin...
k9s:
Expand All @@ -27,17 +25,17 @@ k9s:
# Dialog styles.
dialog:
fgColor: *foreground
bgColor: *grey
bgColor: *background
buttonFgColor: *foreground
buttonBgColor: *darkBlue
buttonBgColor: *green
buttonFocusFgColor: *foreground
buttonFocusBgColor: *darkBlue
labelFgColor: *lightBlue
fieldFgColor: *darkBlue
labelFgColor: *orange
fieldFgColor: *blue
frame:
# Borders styles.
border:
fgColor: *selection
fgColor: *blue
focusColor: *darkBlue
menu:
fgColor: *lightBlue
Expand All @@ -47,61 +45,84 @@ k9s:
# CrumbView attributes for history navigation.
crumbs:
fgColor: *foreground
bgColor: *current_line
activeColor: *current_line
bgColor: *backgroundOpaque
activeColor: *blue
# Resource status and update styles
status:
newColor: *blue
modifyColor: *darkBlue
modifyColor: *purple
addColor: *green
errorColor: *red
highlightcolor: *lightBlue
killColor: *comment
pendingColor: *orange
errorColor: *magenta
highlightcolor: *blue
killColor: *green
completedColor: *darkBlue
# Border title styles.
title:
fgColor: *foreground
bgColor: *grey
bgColor: *background
highlightColor: *blue
counterColor: *lightBlue
filterColor: *orange
views:
# Charts skins...
charts:
bgColor: default
bgColor: *background
dialBgColor: *background
chartBgColor: *backgroundOpaque
defaultDialColors:
- *blue
- *magenta
- *red
defaultChartColors:
- *blue
- *magenta
- *red
resourceColors:
batch/v1/jobs:
- *blue
- *magenta
v1/persistentvolumes:
- *blue
- *magenta
cpu:
- *blue
- *magenta
mem:
- *blue
- *magenta
v1/events:
- *blue
- *magenta
v1/pods:
- *blue
- *magenta
# TableView attributes.
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *foreground
cursorBgColor: *current_line
cursorBgColor: *backgroundOpaque
markColor: *magenta
# Header row styles.
header:
fgColor: *foreground
bgColor: *grey
sorterColor: *orange
bgColor: *backgroundOpaque
sorterColor: *blue
# Xray view attributes.
xray:
fgColor: *foreground
bgColor: *grey
cursorColor: *current_line
graphicColor: *magenta
showIcons: false
bgColor: *background
cursorColor: *blue
cursorTextColor: *foreground
graphicColor: *blue
# YAML info styles.
yaml:
keyColor: *orange
colonColor: *lightBlue
colonColor: *orange
valueColor: *foreground
# Logs styles.
logs:
fgColor: *foreground
bgColor: *background
bgColor: *backgroundOpaque
indicator:
fgColor: *foreground
bgColor: *grey
bgColor: *darkBlue

0 comments on commit 8515b1d

Please sign in to comment.