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

7 lines
150 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,
2022-07-08 16:39:27 -05:00
window_decorations = 'RESIZE',
2022-06-19 16:03:11 -05:00
}