From b0f5412e8072f6673aa7c8ab280bc2bc42ed316b Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Fri, 10 Oct 2025 22:51:37 +0200 Subject: [PATCH] feat(rosepine): use transparency again --- lua/weeheavy/plugins/theme/rosepine.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/weeheavy/plugins/theme/rosepine.lua b/lua/weeheavy/plugins/theme/rosepine.lua index 1818717..b44e086 100644 --- a/lua/weeheavy/plugins/theme/rosepine.lua +++ b/lua/weeheavy/plugins/theme/rosepine.lua @@ -9,18 +9,18 @@ return { config = function() local rose = require("rose-pine") rose.setup({ - variant = "auto", -- auto, main, moon, or dawn + variant = "auto", -- auto, main, moon, or dawn dark_variant = "moon", -- main, moon, or dawn extend_background_behind_borders = true, -- disable_background = true, enable = { terminal = true, legacy_highlights = true, -- Improve compatibility for previous versions of Neovim - migrations = true, -- Handle deprecated options automatically + migrations = true, -- Handle deprecated options automatically }, styles = { bold = true, - transparency = false, + transparency = true, italic = false, }, highlight_groups = {