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, + }, + }, }