add: update config

This commit is contained in:
asep.komarudin 2024-05-29 07:45:28 +07:00
parent ff6c42d6ff
commit b626bce72a
2 changed files with 6 additions and 1 deletions

View file

@ -679,6 +679,11 @@ return {
priority = 1000,
lazy = false,
config = function()
require("darcula").setup {
colors = {
lavender = "#9876AA",
},
}
vim.api.nvim_create_autocmd("ColorScheme", {
pattern = "*",
callback = function()