default wezterm config

This commit is contained in:
JesseBot 2022-12-25 23:07:35 +01:00
parent 7bff3f4125
commit d3e7450af6
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -0,0 +1,29 @@
local wezterm = require 'wezterm'
return {
hide_tab_bar_if_only_one_tab = true,
window_decorations = "RESIZE",
-- default terminal colors
colors = {
ansi = {
'#282727',
'#fe8ea2',
'#97e178',
'#f6f76a',
'#6eb3ec',
'#ef8ef6',
'#86f0e4',
'#dadfe0',
},
brights = {
'#282727',
'#fe8ea2',
'#97e178',
'#f6f76a',
'#6eb3ec',
'#ef8ef6',
'#86f0e4',
'#dadfe0',
},
},
}