refactor(wezterm): increase opacity

This commit is contained in:
Price Hiller 2022-10-25 19:39:06 -05:00
parent b6a651eb8b
commit 920c57e994

View File

@ -2,7 +2,7 @@ local colors = require("config.theme.colors")
return {
window_decorations = "RESIZE",
window_background_opacity = 0.90,
window_background_opacity = 0.95,
text_background_opacity = 1.0,
inactive_pane_hsb = {
brightness = 0.75,