mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +02:00
update colorcheme config
This commit is contained in:
parent
ad84490084
commit
d68c8f582b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
require("dracula").setup({
|
require("dracula").setup({
|
||||||
colors = {
|
colors = {
|
||||||
purple = "#BE6DB7",
|
purple = "#FCC76A",
|
||||||
},
|
},
|
||||||
transparent_bg = transparent,
|
transparent_bg = transparent,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue