mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-04 06:24:29 +02:00
add: update config colorscheme
This commit is contained in:
parent
8f2a003224
commit
8a10c63f32
5 changed files with 44 additions and 99 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue