add transparency via rose-pine theme

This commit is contained in:
Carlos Sousa 2025-01-07 15:33:09 +01:00
parent b1908dcf6e
commit 8ba530c76a
2 changed files with 2 additions and 10 deletions

View File

@ -5,11 +5,3 @@ else
require('editor_settings')
require('user')
end
local window_opts = {
bg = "none",
blend = 0,
}
vim.api.nvim_set_hl(0, "Normal", window_opts)
vim.api.nvim_set_hl(0, "NormalFloat", window_opts)

View File

@ -14,9 +14,9 @@ return {
local rose = require('rose-pine')
rose.setup({
variant = "main",
dim_inactive_windows = true,
dim_inactive_windows = false,
styles = {
transparency = false,
transparency = true,
},
highlight_groups = {
TelescopeNormal = { fg = "subtle", bg = "overlay" },