add: config colorscheme dracula jetbrains theme

This commit is contained in:
asep.komarudin 2024-05-28 11:53:17 +07:00
parent 962640b935
commit 8cf225424b
4 changed files with 41 additions and 5 deletions

View file

@ -672,4 +672,11 @@ return {
require("solarized-osaka").setup(opts)
end,
},
{
"pojokcodeid/darcula-dark.nvim",
enabled = (color == "darcula-dark") and true or false,
priority = 1000,
lazy = false,
config = function() end,
},
}