Update color scheme to something with treesitter support

This commit is contained in:
Jonathan DeMasi
2025-09-14 22:25:25 -06:00
parent 912ee56b04
commit 78e72a681f
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
return {
{
"briones-gabriel/darcula-solid.nvim",
dependencies = { 'rktjmp/lush.nvim' },
lazy = false,
priority = 1000,
config = function()
vim.cmd([[colorscheme darcula-solid]])
vim.cmd([[set termguicolors]])
end,
},
}