fix: nvim-notify background

This commit is contained in:
asep.komarudin 2024-06-13 16:51:54 +07:00
parent be59c58be4
commit 7482132068
3 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,7 @@
-- solarized-osaka
-- darcula-dark
-- juliana
vim.g.pcode_colorscheme = "dracula"
vim.g.pcode_colorscheme = "darcula-dark"
-- 0 =off 1= on
vim.g.pcode_transparent_mode = 0