Add wezterm setup

This commit is contained in:
Sonny Bakker 2024-08-30 12:58:29 +02:00
parent ceaec45f54
commit 76f102b21d
7 changed files with 87 additions and 68 deletions

View file

@ -0,0 +1,10 @@
-- {{ ansible_managed }}
return {
colors = {
-- The default text color
foreground = 'black',
-- The default background color
background = 'white'
}
}