Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

templates/colors--nodim-alacritty.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
colors:
  primary:
    background: "{background}"
    foreground: "{foreground}"
  cursor:
    text: CellBackground
    cursor: CellForeground
  vi_mode_cursor:
    text: CellBackground
    cursor: CellForeground
  search:
    matches:
      foreground: '{color0}'
      background: '{color15}'
    focused_match:
      foreground: CellBackground
      background: CellForeground
  line_indicator:
    foreground: None
    background: None
  footer_bar:
    foreground: '{color8}'
    background: '{color7}'
  selection:
    text: CellBackground
    background: CellForeground
  normal:
    black: "{color0}"
    red: "{color1}"
    green: "{color2}"
    yellow: "{color3}"
    blue: "{color4}"
    magenta: "{color5}"
    cyan: "{color6}"
    white: "{color7}"
  bright:
    black: "{color8}"
    red: "{color9}"
    green: "{color10}"
    yellow: "{color11}"
    blue: "{color12}"
    magenta: "{color13}"
    cyan: "{color14}"
    white: "{color15}"