Pi66

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

templates/colors-wezterm.toml

 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
[colors]
ansi = [
  '{color0}',
  '{color1}',
  '{color2}',
  '{color3}',
  '{color4}',
  '{color5}',
  '{color6}',
  '{color7}',
]
background = '{background}'
brights = [
  '{color8}',
  '{color9}',
  '{color10}',
  '{color11}',
  '{color12}',
  '{color13}',
  '{color14}',
  '{color15}',
]
compose_cursor = '{cursor}'
cursor_bg = '{color1}'
cursor_border = '{color1}'
cursor_fg = '{background}'
foreground = '{foreground}'
scrollbar_thumb = '{color1}'
selection_bg = '{color2}'
selection_fg = '{background}'
split = '{background}'
visual_bell = '{color1}'

[colors.indexed]
16 = '{background}'
17 = '{background}'

[colors.tab_bar]
background = '{background}'
inactive_tab_edge = '{color8}'

[colors.tab_bar.active_tab]
bg_color = '{color1}'
fg_color = '{background}'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'

[colors.tab_bar.inactive_tab]
bg_color = '{color8}'
fg_color = '{foreground}'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'

[colors.tab_bar.inactive_tab_hover]
bg_color = '{color1}'
fg_color = '{background}'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'

[colors.tab_bar.new_tab]
bg_color = '{background}'
fg_color = '{color1}'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'

[colors.tab_bar.new_tab_hover]
bg_color = '{color1}'
fg_color = '{background}'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'