Skip to content

Commit

Permalink
fix(config:appearance): make acrylic background a bit darker
Browse files Browse the repository at this point in the history
  • Loading branch information
sravioli committed Nov 2, 2023
1 parent e2bdf39 commit f17d0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/appearance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ local background = function()
},
width = "100%",
height = "100%",
opacity = 0.3,
opacity = 0.45,
},
{
source = { Color = "black" },
width = "100%",
height = "100%",
opacity = 0.2,
opacity = 0.25,
},
}
end
Expand Down

0 comments on commit f17d0a4

Please sign in to comment.