Add wezterm setup
This commit is contained in:
parent
ceaec45f54
commit
76f102b21d
7 changed files with 87 additions and 68 deletions
10
templates/wezterm/includes/colors.lua.j2
Normal file
10
templates/wezterm/includes/colors.lua.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
return {
|
||||
colors = {
|
||||
-- The default text color
|
||||
foreground = 'black',
|
||||
-- The default background color
|
||||
background = 'white'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue