forked from dineshsalunke/nvim-config
chore: use lighter color for borders
This commit is contained in:
parent
debc75f074
commit
7e383a76e2
@ -1,4 +1,18 @@
|
||||
return {
|
||||
{
|
||||
"dineshsalunke/poimandres.nvim",
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("poimandres").setup({
|
||||
disable_background = true,
|
||||
disable_float_background = true,
|
||||
groups = {
|
||||
border = "blueGray1",
|
||||
},
|
||||
})
|
||||
vim.cmd.colorscheme("poimandres")
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
|
Loading…
x
Reference in New Issue
Block a user