feat(rosepine): use transparency again
This commit is contained in:
parent
7b21c08de4
commit
b0f5412e80
1 changed files with 3 additions and 3 deletions
|
|
@ -9,18 +9,18 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
local rose = require("rose-pine")
|
local rose = require("rose-pine")
|
||||||
rose.setup({
|
rose.setup({
|
||||||
variant = "auto", -- auto, main, moon, or dawn
|
variant = "auto", -- auto, main, moon, or dawn
|
||||||
dark_variant = "moon", -- main, moon, or dawn
|
dark_variant = "moon", -- main, moon, or dawn
|
||||||
extend_background_behind_borders = true,
|
extend_background_behind_borders = true,
|
||||||
-- disable_background = true,
|
-- disable_background = true,
|
||||||
enable = {
|
enable = {
|
||||||
terminal = true,
|
terminal = true,
|
||||||
legacy_highlights = true, -- Improve compatibility for previous versions of Neovim
|
legacy_highlights = true, -- Improve compatibility for previous versions of Neovim
|
||||||
migrations = true, -- Handle deprecated options automatically
|
migrations = true, -- Handle deprecated options automatically
|
||||||
},
|
},
|
||||||
styles = {
|
styles = {
|
||||||
bold = true,
|
bold = true,
|
||||||
transparency = false,
|
transparency = true,
|
||||||
italic = false,
|
italic = false,
|
||||||
},
|
},
|
||||||
highlight_groups = {
|
highlight_groups = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue