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

10 lines
223 B
Lua
Raw Normal View History

2022-07-08 21:07:14 -05:00
local colors = require("config.theme.colors")
return {
enable_scroll_bar = true,
2022-07-08 21:07:14 -05:00
window_decorations = "RESIZE",
2022-07-08 20:54:30 -05:00
window_background_opacity = 0.97,
text_background_opacity = 1.0,
colors = colors.theme,
}