-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskin.yml
121 lines (119 loc) · 2.74 KB
/
skin.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
foreground: &foreground "#c0caf5"
background: &background "#24283b"
current_line: ¤t_line "#8c6c3e"
selection: &selection "#364a82"
comment: &comment "#565f89"
cyan: &cyan "#7dcfff"
green: &green "#9ece6a"
yellow: &yellow "#e0af68"
orange: &orange "#ff9e64"
magenta: &magenta "#bb9af7"
blue: &blue "#7aa2f7"
red: &red "#f7768e"
purple: &purple "#9d7cd8"
pink: &pink "#bb9af7"
white: &white "#a9b1d6"
black: &black "#1d202f"
k9s:
# General K9s styles
body:
fgColor: *foreground
bgColor: default
logoColor: *blue
# Command prompt styles
prompt:
fgColor: *foreground
bgColor: *background
suggestColor: *orange
# ClusterInfoView styles.
info:
fgColor: *magenta
sectionColor: *foreground
# Dialog styles.
dialog:
fgColor: *foreground
bgColor: default
buttonFgColor: *foreground
buttonBgColor: *magenta
buttonFocusFgColor: *background
buttonFocusBgColor: *foreground
labelFgColor: *comment
fieldFgColor: *foreground
frame:
# Borders styles.
border:
fgColor: *selection
focusColor: *foreground
menu:
fgColor: *foreground
keyColor: *magenta
# Used for favorite namespaces
numKeyColor: *magenta
# CrumbView attributes for history navigation.
crumbs:
fgColor: *white
bgColor: *cyan
activeColor: *yellow
# Resource status and update styles
status:
newColor: *magenta
modifyColor: *blue
addColor: *green
errorColor: *red
highlightcolor: *orange
killColor: *comment
completedColor: *comment
# Border title styles.
title:
fgColor: *foreground
bgColor: default
highlightColor: *blue
counterColor: *magenta
filterColor: *magenta
views:
# Charts skins...
charts:
bgColor: default
defaultDialColors:
- *blue
- *red
defaultChartColors:
- *blue
- *red
# TableView attributes.
table:
fgColor: *foreground
bgColor: default
cursorFgColor: *white
cursorBgColor: *background
markColor: darkgoldenrod
# Header row styles.
header:
fgColor: *foreground
bgColor: default
sorterColor: *cyan
# Xray view attributes.
xray:
fgColor: *foreground
bgColor: default
cursorColor: *current_line
graphicColor: *blue
showIcons: false
# YAML info styles.
yaml:
keyColor: *magenta
colonColor: *blue
valueColor: *foreground
# Logs styles.
logs:
fgColor: *foreground
bgColor: default
indicator:
fgColor: *foreground
bgColor: *selection
help:
fgColor: *foreground
bgColor: default
indicator:
fgColor: *red
bgColor: *selection