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

12 lines
219 B
Lua
Raw Normal View History

2022-06-19 16:03:11 -05:00
return {
color_scheme = 'tokyonight',
hide_tab_bar_if_only_one_tab = true,
enable_scroll_bar = true,
window_padding = {
left = 0,
right = 0,
top = 0,
bottom = 0,
},
}