Update monokai.yml

Spent more time getting the colors right on all screens. Checked pulses and xray more thoroughly.
mine
Mike Sigsworth 2020-11-19 00:48:23 -07:00 committed by GitHub
parent 3a6031acc2
commit 8515b1d208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 55 additions and 34 deletions

View File

@ -1,17 +1,15 @@
# monokai.yml
# Styles... # Styles...
foreground: &foreground "#dcdcdc" foreground: &foreground "#ffffff"
background: &background "#2a2a2a" background: &background "default"
current_line: &current_line "#75715e" backgroundOpaque: &backgroundOpaque "#333333"
selection: &selection "#66d9ef" magenta: &magenta "#f72972"
comment: &comment "#a6e22e"
red: &red "#ff0000"
magenta: &magenta "#F72972"
orange: &orange "#e47c20" orange: &orange "#e47c20"
lightBlue: &lightBlue "#c3eff7" lightBlue: &lightBlue "#c3eff7"
blue: &blue "#69d9ed" blue: &blue "#69d9ed"
darkBlue: &darkBlue "#3f828e" darkBlue: &darkBlue "#3174a2"
green: &green "#a7e24c" green: &green "#a7e24c"
grey: &grey "#3a3a3a" purple: &purple "#856cc4"
# Skin... # Skin...
k9s: k9s:
@ -27,17 +25,17 @@ k9s:
# Dialog styles. # Dialog styles.
dialog: dialog:
fgColor: *foreground fgColor: *foreground
bgColor: *grey bgColor: *background
buttonFgColor: *foreground buttonFgColor: *foreground
buttonBgColor: *darkBlue buttonBgColor: *green
buttonFocusFgColor: *foreground buttonFocusFgColor: *foreground
buttonFocusBgColor: *darkBlue buttonFocusBgColor: *darkBlue
labelFgColor: *lightBlue labelFgColor: *orange
fieldFgColor: *darkBlue fieldFgColor: *blue
frame: frame:
# Borders styles. # Borders styles.
border: border:
fgColor: *selection fgColor: *blue
focusColor: *darkBlue focusColor: *darkBlue
menu: menu:
fgColor: *lightBlue fgColor: *lightBlue
@ -47,61 +45,84 @@ k9s:
# CrumbView attributes for history navigation. # CrumbView attributes for history navigation.
crumbs: crumbs:
fgColor: *foreground fgColor: *foreground
bgColor: *current_line bgColor: *backgroundOpaque
activeColor: *current_line activeColor: *blue
# Resource status and update styles # Resource status and update styles
status: status:
newColor: *blue newColor: *blue
modifyColor: *darkBlue modifyColor: *purple
addColor: *green addColor: *green
errorColor: *red pendingColor: *orange
highlightcolor: *lightBlue errorColor: *magenta
killColor: *comment highlightcolor: *blue
killColor: *green
completedColor: *darkBlue completedColor: *darkBlue
# Border title styles. # Border title styles.
title: title:
fgColor: *foreground fgColor: *foreground
bgColor: *grey bgColor: *background
highlightColor: *blue highlightColor: *blue
counterColor: *lightBlue counterColor: *lightBlue
filterColor: *orange filterColor: *orange
views: views:
# Charts skins... # Charts skins...
charts: charts:
bgColor: default bgColor: *background
dialBgColor: *background
chartBgColor: *backgroundOpaque
defaultDialColors: defaultDialColors:
- *blue
- *magenta - *magenta
- *red
defaultChartColors: defaultChartColors:
- *blue
- *magenta - *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. # TableView attributes.
table: table:
fgColor: *foreground fgColor: *foreground
bgColor: *background bgColor: *background
cursorFgColor: *foreground cursorFgColor: *foreground
cursorBgColor: *current_line cursorBgColor: *backgroundOpaque
markColor: *magenta
# Header row styles. # Header row styles.
header: header:
fgColor: *foreground fgColor: *foreground
bgColor: *grey bgColor: *backgroundOpaque
sorterColor: *orange sorterColor: *blue
# Xray view attributes. # Xray view attributes.
xray: xray:
fgColor: *foreground fgColor: *foreground
bgColor: *grey bgColor: *background
cursorColor: *current_line cursorColor: *blue
graphicColor: *magenta cursorTextColor: *foreground
showIcons: false graphicColor: *blue
# YAML info styles. # YAML info styles.
yaml: yaml:
keyColor: *orange keyColor: *orange
colonColor: *lightBlue colonColor: *orange
valueColor: *foreground valueColor: *foreground
# Logs styles. # Logs styles.
logs: logs:
fgColor: *foreground fgColor: *foreground
bgColor: *background bgColor: *backgroundOpaque
indicator: indicator:
fgColor: *foreground fgColor: *foreground
bgColor: *grey bgColor: *darkBlue