aboutsummaryrefslogtreecommitdiffstats
path: root/.k9s/skin.yml
blob: d50ddc94b05f87747dd9fa510bf49a54a0e5a1d7 (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
# adapted from InTheNavy...
k9s:
  body:
    fgColor: dodgerblue4
    bgColor: '#000000'
    logoColor: '#0000ff'
  prompt:
    fgColor: cadetblue
    bgColor: black
    suggestColor: dodgerblue4
  info:
    fgColor: lightskyblue
    sectionColor: steelblue
  dialog:
    fgColor: dodgerblue4
    bgColor: black
    buttonFgColor: black
    buttonBgColor: dodgerblue4
    buttonFocusFgColor: white
    buttonFocusBgColor: slateblue3
    labelFgColor: slateblue3
    fieldFgColor: dodgerblue4
  help:
    fgColor: white
    bgColor: default
    keyColor: cyan
    numKeyColor: dodgerblue4
    sectionColor: gray
  frame:
    border:
      fgColor: dodgerblue4
      focusColor: aliceblue
    menu:
      fgColor: dodgerblue4
      keyColor: cornflowerblue
      numKeyColor: cadetblue
    crumbs:
      fgColor: white
      bgColor: default
      activeColor: deepskyblue
    status:
      newColor: darkgreen
      modifyColor: powderblue
      addColor: lightskyblue
      errorColor: darkred
      pendingColor: mediumpruple
      highlightcolor: royalblue
      killColor: slategray
      completedColor: slateblue3
    title:
      fgColor: aqua
      bgColor: default
      highlightColor: skyblue
      counterColor: slateblue
      filterColor: slategray
  views:
    table:
      fgColor: blue
      bgColor: default
      cursorColor: aqua
      header:
        fgColor: white
        bgColor: default
        sorterColor: orange
    yaml:
      keyColor: steelblue
      colonColor: blue
      valueColor: royalblue
    logs:
      fgColor: white
      bgColor: default
    xray:
      fgColor: blue
      bgColor: black
      cursorColor: aqua
      graphicColor: cornflowerblue
      showIcons: false
    charts:
      bgColor: black
      defaultDialColors:
        - linegreen
        - orangered
      defaultChartColors:
        - linegreen
        - orangered