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

10 lines
223 B
Lua
Raw Normal View History

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