Changed theme back to nord

This commit is contained in:
Luka Jankovic 2025-01-21 21:24:10 +01:00
parent 5bd4debf8f
commit cfd03ec11f
3 changed files with 24 additions and 39 deletions

View file

@ -1,9 +1,6 @@
return {
"bluz71/vim-moonfly-colors",
name = "moonfly",
lazy = false,
priority = 1000,
'shaunsingh/nord.nvim',
config = function()
vim.cmd [[colorscheme moonfly]]
end,
vim.cmd [[colorscheme nord]]
end
}