added night-owl and made it default theme.

This commit is contained in:
2024-08-25 15:04:14 +02:00
parent a1e41476b2
commit 45b5b3738a
2 changed files with 10 additions and 5 deletions
+5 -4
View File
@@ -34,11 +34,12 @@ return require('packer').startup(function(use)
-- Color schemes.
use({
'folke/tokyonight.nvim',
as = 'tokyonight',
config = function()
vim.cmd('colorscheme tokyonight')
end
as = 'tokyonight',
})
use({
"oxfist/night-owl.nvim",
as = 'night-owl',
})
-- Status bar
use {
'nvim-lualine/lualine.nvim',