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

15 lines
328 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,
inactive_pane_hsb = {
brightness = 0.75,
hue = 1.0,
saturation = 1.0,
},
colors = colors.theme,
}