change the theme

This commit is contained in:
mjhika 2024-02-03 12:17:06 -05:00
parent fecc679aac
commit f0e6f421fe
3 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,7 @@
return {
'chriskempson/base16-vim',
'xiantang/darcula-dark.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'base16-bright'
vim.cmd.colorscheme 'darcula-dark'
end,
}