fix(wezterm): do not display scrollbar from theme

This commit is contained in:
Price Hiller 2022-09-16 05:14:55 -05:00
parent 9b69cdfb17
commit a393e7f4bc

View File

@ -1,7 +1,6 @@
local colors = require("config.theme.colors")
return {
enable_scroll_bar = true,
window_decorations = "RESIZE",
window_background_opacity = 0.90,
text_background_opacity = 1.0,