arch-setup/templates/wezterm/includes/colors.lua.j2
2024-08-30 12:58:29 +02:00

10 lines
171 B
Django/Jinja

-- {{ ansible_managed }}
return {
colors = {
-- The default text color
foreground = 'black',
-- The default background color
background = 'white'
}
}