Revert "refactor(wezterm): decrease opacity"
This reverts commit ab682c6bf5
.
This commit is contained in:
parent
ab682c6bf5
commit
0d2345a0f9
@ -3,7 +3,7 @@ local colors = require("config.theme.colors")
|
|||||||
return {
|
return {
|
||||||
enable_scroll_bar = true,
|
enable_scroll_bar = true,
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "RESIZE",
|
||||||
window_background_opacity = 0.80,
|
window_background_opacity = 0.90,
|
||||||
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