laptop-dots/.config/wal/templates/col.lua
2023-02-19 22:07:04 -08:00

29 lines
475 B
Lua

local color_scheme_base = {{
background = '{background}',
foreground = '{foreground}',
cursor_bg = '#e5dae5',
cursor_border = '#a5aaa5',
ansi = {{
'{color0}',
'{color1}',
'{color2}',
'{color3}',
'{color4}',
'{color5}',
'{color6}',
'{color7}',
}},
brights = {{
'{color8}',
'{color9}',
'{color10}',
'{color11}',
'{color12}',
'{color13}',
'{color14}',
'{color15}',
}},
}}
return color_scheme_base