From 188a355da7b0bc4d27b9d46a2f89daf8d1024883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Andr=C3=A9=20Damas?= Date: Tue, 29 Jul 2025 09:43:46 +0100 Subject: [PATCH] Add transparency to tokyonight --- lua/plugins/tokyonight.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/tokyonight.lua b/lua/plugins/tokyonight.lua index 8556e24..85cef9a 100644 --- a/lua/plugins/tokyonight.lua +++ b/lua/plugins/tokyonight.lua @@ -5,7 +5,7 @@ return { init = function() require("tokyonight").setup({ - transparent = false, + transparent = true, dim_inactive = true, on_highlights = function(highlights) -- Make delete sections in diff look better