aboutsummaryrefslogtreecommitdiff
path: root/.config/k9s/skins/catppuccin-mocha-transparent.yaml
blob: 44df98ca1587e739b116aa7d9ae70d3b7a4e0461 (plain)
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
k9s:
  body:
    fgColor: '#cdd6f4'
    bgColor: default
    logoColor: '#cba6f7'
  prompt:
    fgColor: '#cdd6f4'
    bgColor: default
    suggestColor: '#89b4fa'
  help:
    fgColor: '#cdd6f4'
    bgColor: default
    sectionColor: '#a6e3a1'
    keyColor: '#89b4fa'
    numKeyColor: '#eba0ac'
  frame:
    title:
      fgColor: '#94e2d5'
      bgColor: default
      highlightColor: '#f5c2e7'
      counterColor: '#f9e2af'
      filterColor: '#a6e3a1'
    border:
      fgColor: '#cba6f7'
      focusColor: '#b4befe'
    menu:
      fgColor: '#cdd6f4'
      keyColor: '#89b4fa'
      numKeyColor: '#eba0ac'
    crumbs:
      fgColor: '#1e1e2e'
      bgColor: default
      activeColor: '#f2cdcd'
    status:
      newColor: '#89b4fa'
      modifyColor: '#b4befe'
      addColor: '#a6e3a1'
      pendingColor: '#fab387'
      errorColor: '#f38ba8'
      highlightColor: '#89dceb'
      killColor: '#cba6f7'
      completedColor: '#6c7086'
  info:
    fgColor: '#fab387'
    sectionColor: '#cdd6f4'
  views:
    table:
      fgColor: '#cdd6f4'
      bgColor: default
      cursorFgColor: '#313244'
      cursorBgColor: '#45475a'
      markColor: '#f5e0dc'
      header:
        fgColor: '#f9e2af'
        bgColor: default
        sorterColor: '#89dceb'
    xray:
      fgColor: '#cdd6f4'
      bgColor: default
      cursorColor: '#45475a'
      cursorTextColor: '#1e1e2e'
      graphicColor: '#f5c2e7'
    charts:
      bgColor: default
      chartBgColor: default
      dialBgColor: default
      defaultDialColors:
        - '#a6e3a1'
        - '#f38ba8'
      defaultChartColors:
        - '#a6e3a1'
        - '#f38ba8'
      resourceColors:
        cpu:
          - '#cba6f7'
          - '#89b4fa'
        mem:
          - '#f9e2af'
          - '#fab387'
    yaml:
      keyColor: '#89b4fa'
      valueColor: '#cdd6f4'
      colonColor: '#a6adc8'
    logs:
      fgColor: '#cdd6f4'
      bgColor: default
      indicator:
        fgColor: '#b4befe'
        bgColor: default
        toggleOnColor: '#a6e3a1'
        toggleOffColor: '#a6adc8'
  dialog:
    fgColor: '#f9e2af'
    bgColor: default
    buttonFgColor: '#1e1e2e'
    buttonBgColor: default
    buttonFocusFgColor: '#1e1e2e'
    buttonFocusBgColor: '#f5c2e7'
    labelFgColor: '#f5e0dc'
    fieldFgColor: '#cdd6f4'