feat: Changed theme

This commit is contained in:
2026-08-19 10:31:05 +01:00
parent ba267f5151
commit 78353b3023
2 changed files with 8 additions and 3 deletions
-3
View File
@@ -1,3 +0,0 @@
return {
{ "ellisonleao/gruvbox.nvim", priority = 1000 , config = function() vim.cmd([[colorscheme gruvbox]]) end, opts = ...},
}
+8
View File
@@ -0,0 +1,8 @@
return {
"dasupradyumna/midnight.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme midnight]])
end,
}