refactor(wezterm): increase window opacity
This commit is contained in:
parent
c1751fb962
commit
dd4a31f222
@ -2,7 +2,7 @@ local colors = require("config.theme.colors")
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "RESIZE",
|
||||||
window_background_opacity = 0.25,
|
window_background_opacity = 0.65,
|
||||||
text_background_opacity = 1.0,
|
text_background_opacity = 1.0,
|
||||||
inactive_pane_hsb = {
|
inactive_pane_hsb = {
|
||||||
brightness = 0.75,
|
brightness = 0.75,
|
||||||
|
Loading…
Reference in New Issue
Block a user