From 2ba4c993edef7f6974f33d04c6f87a5562d5d0f2 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 27 Mar 2025 08:03:45 +0100 Subject: [PATCH] feat: try theme transparency --- lua/weeheavy/plugins/theme/rosepine.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/weeheavy/plugins/theme/rosepine.lua b/lua/weeheavy/plugins/theme/rosepine.lua index f00c774..d3a5b69 100644 --- a/lua/weeheavy/plugins/theme/rosepine.lua +++ b/lua/weeheavy/plugins/theme/rosepine.lua @@ -5,5 +5,9 @@ return { lazy = false, enabled = true, priority = 1000, - opts = {}, + opts = { + styles = { + transparency = true, + }, + }, }