mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 18:28:44 +02:00
add: config colorscheme dracula jetbrains theme
This commit is contained in:
parent
962640b935
commit
8cf225424b
4 changed files with 41 additions and 5 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue