update colors

This commit is contained in:
xfy
2025-02-27 13:48:48 +08:00
parent 17c91a759b
commit 9c8dd86f8d
3 changed files with 9 additions and 15 deletions

View File

@ -161,9 +161,10 @@ return {
-- init = init_lackluster,
},
{
"wheat-thin-wiens/rei.nvim",
-- priority = 1000,
lazy = true,
-- "wheat-thin-wiens/rei.nvim",
"DefectingCat/rei.nvim",
priority = 1000,
-- lazy = true,
config = function()
require("rei").setup({
styles = {
@ -176,15 +177,7 @@ return {
loops = { italic = true },
},
integrations = {
gitsigns = true,
indent_blankline = true,
lsp = true,
mason = true,
neotree = true,
render_markdown = true,
telescope = true, -- 'borderless' theme also available, leave as true for default theme
treesitter = true,
which_key = true,
telescope = "borderless", -- 'borderless' theme also available, leave as true for default theme
},
transparency = true, -- Enables / Disables background transparency
terminal_colors = true,