aboutsummaryrefslogtreecommitdiffstats
path: root/.k9s/skin.yml
blob: 9feae6508bfaea48ae88964ab9ea0e201c93c9d1 (plain) (blame)
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
# adapted from InTheNavy...
k9s:
  body:
    fgColor: dodgerblue
    bgColor: '#000000'
    logoColor: '#0000ff'
  prompt:
    fgColor: cadetblue
    bgColor: black
    suggestColor: dodgerblue
  info:
    fgColor: lightskyblue
    sectionColor: steelblue
  dialog:
    fgColor: dodgerblue
    bgColor: black
    buttonFgColor: orchid
    buttonBgColor: dodgerblue
    buttonFocusFgColor: white
    buttonFocusBgColor: slateblue
    labelFgColor: slateblue
    fieldFgColor: dodgerblue
  help:
    fgColor: white
    bgColor: black
    keyColor: slateblue
    numKeyColor: dodgerblue
    sectionColor: gray
  frame:
    border:
      fgColor: dodgerblue
      focusColor: aliceblue
    menu:
      fgColor: dodgerblue
      keyColor: cornflowerblue
      numKeyColor: cadetblue
    crumbs:
      fgColor: white
      bgColor: black
      activeColor: deepskyblue
    status:
      newColor: darkgreen
      modifyColor: powderblue
      addColor: lightskyblue
      errorColor: darkred
      pendingColor: mediumpruple
      highlightcolor: royalblue
      killColor: slategray
      completedColor: slateblue
    title:
      fgColor: aqua
      bgColor: black
      highlightColor: skyblue
      counterColor: slateblue
      filterColor: slategray
  views:
    table:
      fgColor: blue
      bgColor: black
      cursorColor: orange
      header:
        fgColor: white
        bgColor: black
        sorterColor: orange
    yaml:
      keyColor: steelblue
      colonColor: blue
      valueColor: royalblue
    logs:
      fgColor: '#005f5f'
      bgColor: black
    xray:
      fgColor: seagreen
      bgColor: black
      cursorColor: steelblue
      graphicColor: cornflowerblue
      showIcons: true
    charts:
      bgColor: black
      dialBgColor: black
      chartBgColor: black
      defaultDialColors:
        - "#005f00"
        - "#005faf"
      defaultChartColors:
        - "#005f00"
        - "#005faf"
      resourceColors:
        batch/v1/jobs:
          - "#005f00"
          - "#005faf"
        v1/persistentvolumes:
          - "#005f00"
          - "#005faf"
        cpu:
          - "#005f00"
          - "#005faf"
        mem:
          - "#005f00"
          - "#005faf"
        v1/events:
          - "#005f00"
          - "#005faf"
        v1/pods:
          - "#005f00"
          - "#005faf"