Update monokai.yml
Spent more time getting the colors right on all screens. Checked pulses and xray more thoroughly.mine
parent
3a6031acc2
commit
8515b1d208
|
|
@ -1,17 +1,15 @@
|
|||
# monokai.yml
|
||||
# Styles...
|
||||
foreground: &foreground "#dcdcdc"
|
||||
background: &background "#2a2a2a"
|
||||
current_line: ¤t_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:
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
resourceColors:
|
||||
batch/v1/jobs:
|
||||
- *blue
|
||||
- *magenta
|
||||
v1/persistentvolumes:
|
||||
- *blue
|
||||
- *magenta
|
||||
cpu:
|
||||
- *blue
|
||||
- *magenta
|
||||
mem:
|
||||
- *blue
|
||||
- *magenta
|
||||
v1/events:
|
||||
- *blue
|
||||
- *magenta
|
||||
v1/pods:
|
||||
- *blue
|
||||
- *magenta
|
||||
- *red
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue