set theme to catppuccin
This commit is contained in:
parent
49d7ac42dd
commit
b27941e7b1
2 changed files with 5 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ return {
|
|||
vim.api.nvim_set_hl(0, group, {})
|
||||
end
|
||||
end,
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -81,6 +81,7 @@ return {
|
|||
config = function ()
|
||||
vim.opt.termguicolors = true
|
||||
vim.cmd.colorscheme 'melange'
|
||||
end
|
||||
}
|
||||
end,
|
||||
enabled = false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue