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

10 lines
223 B
Lua

local colors = require("config.theme.colors")
return {
enable_scroll_bar = true,
window_decorations = "RESIZE",
window_background_opacity = 0.97,
text_background_opacity = 1.0,
colors = colors.theme,
}