forked from dineshsalunke/nvim-config
refactor: update the colors for poimandres
This commit is contained in:
parent
4c137ac067
commit
f10295cae9
@ -2,9 +2,26 @@ return {
|
||||
{
|
||||
"dineshsalunke/poimandres.nvim",
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
opts = {
|
||||
disable_italics = true,
|
||||
},
|
||||
config = function()
|
||||
require("poimandres").setup({
|
||||
groups = {
|
||||
border = "blueGray1",
|
||||
},
|
||||
})
|
||||
vim.cmd.colorscheme("poimandres")
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1001,
|
||||
opts = {},
|
||||
config = function()
|
||||
-- vim.cmd.colorscheme("tokyonight-night")
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user