Skip to content

Commit 3ad23c2

Browse files
committed
chore(settings): enable transparent_background
1 parent d049b4b commit 3ad23c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ settings["colorscheme"] = "catppuccin"
8686

8787
-- Set it to true if your terminal has transparent background.
8888
---@type boolean
89-
settings["transparent_background"] = false
89+
settings["transparent_background"] = true
9090

9191
-- Set background color to use here.
9292
-- Useful if you would like to use a colorscheme that has a light and dark variant like `edge`.

0 commit comments

Comments
 (0)