forked from derailed/k9s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonokai.yml
131 lines (130 loc) · 2.97 KB
/
monokai.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# monokai.yml
# Styles...
foreground: &foreground "#ffffff"
background: &background "default"
backgroundOpaque: &backgroundOpaque "#333333"
magenta: &magenta "#f72972"
orange: &orange "#e47c20"
lightBlue: &lightBlue "#c3eff7"
blue: &blue "#69d9ed"
darkBlue: &darkBlue "#3174a2"
green: &green "#a7e24c"
purple: &purple "#856cc4"
# Skin...
k9s:
# General K9s styles
body:
fgColor: *foreground
bgColor: *background
logoColor: *magenta
# Command prompt styles
prompt:
fgColor: *foreground
bgColor: *background
suggestColor: *orange
# ClusterInfoView styles.
info:
fgColor: *blue
sectionColor: *lightBlue
# Dialog styles.
dialog:
fgColor: *foreground
bgColor: *background
buttonFgColor: *foreground
buttonBgColor: *green
buttonFocusFgColor: *foreground
buttonFocusBgColor: *darkBlue
labelFgColor: *orange
fieldFgColor: *blue
frame:
# Borders styles.
border:
fgColor: *blue
focusColor: *darkBlue
menu:
fgColor: *lightBlue
keyColor: *green
# Used for favorite namespaces
numKeyColor: *green
# CrumbView attributes for history navigation.
crumbs:
fgColor: *foreground
bgColor: *backgroundOpaque
activeColor: *blue
# Resource status and update styles
status:
newColor: *blue
modifyColor: *purple
addColor: *green
pendingColor: *orange
errorColor: *magenta
highlightcolor: *blue
killColor: *green
completedColor: *darkBlue
# Border title styles.
title:
fgColor: *foreground
bgColor: *background
highlightColor: *blue
counterColor: *lightBlue
filterColor: *orange
views:
# Charts skins...
charts:
bgColor: *background
dialBgColor: *background
chartBgColor: *backgroundOpaque
defaultDialColors:
- *blue
- *magenta
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
# TableView attributes.
table:
fgColor: *foreground
bgColor: *background
markColor: *magenta
# Header row styles.
header:
fgColor: *foreground
bgColor: *backgroundOpaque
sorterColor: *blue
# Xray view attributes.
xray:
fgColor: *foreground
bgColor: *background
cursorColor: *blue
cursorTextColor: *foreground
graphicColor: *blue
# YAML info styles.
yaml:
keyColor: *orange
colonColor: *orange
valueColor: *foreground
# Logs styles.
logs:
fgColor: *foreground
bgColor: *backgroundOpaque
indicator:
fgColor: *foreground
bgColor: *darkBlue