Use dracula theme

This commit is contained in:
2026-04-01 18:27:42 +02:00
parent e916b8ca78
commit 32e6adb6e3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -73,12 +73,12 @@ if vim.fn.executable("git") == 1 then
lazy = false,
},
{
"samharju/synthweave.nvim",
"Mofiqul/dracula.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd.colorscheme("synthweave")
vim.cmd.colorscheme("dracula")
end
},
{