add: update config colorscheme

This commit is contained in:
asep.komarudin 2024-05-25 09:28:49 +07:00
parent 8f2a003224
commit 8a10c63f32
5 changed files with 44 additions and 99 deletions

View file

@ -1,11 +1,4 @@
local colorscheme = vim.g.pcode_colorscheme or "gruvbox-baby"
local transparent_mode = vim.g.pcode_transparent_mode or 0
if transparent_mode ~= nil then
if transparent_mode == 1 then
vim.g.gruvbox_baby_transparent_mode = 1
vim.g.sonokai_transparent_background = 2
end
end
if substring(tostring(colorscheme), "sonokai") then
colorscheme = "sonokai"