Dot_Files/.config/wezterm/config/theme.lua

12 lines
219 B
Lua

return {
color_scheme = 'tokyonight',
hide_tab_bar_if_only_one_tab = true,
enable_scroll_bar = true,
window_padding = {
left = 0,
right = 0,
top = 5,
bottom = 0,
},
}