mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
add: update config
This commit is contained in:
parent
eb42d864e8
commit
f468320299
4 changed files with 74 additions and 52 deletions
|
@ -1,4 +1,4 @@
|
|||
local colorscheme = vim.g.pcode_colorscheme
|
||||
local colorscheme = "gruvbox_baby"
|
||||
local lst_style = {
|
||||
"sonokai",
|
||||
"sonokai_atlantis",
|
||||
|
@ -23,6 +23,10 @@ local lst_onedark = {
|
|||
"onedark_light",
|
||||
}
|
||||
|
||||
if vim.g.pcode_colorscheme ~= nil then
|
||||
colorscheme = vim.g.pcode_colorscheme
|
||||
end
|
||||
|
||||
local transparent_mode = vim.g.pcode_transparent_mode
|
||||
if transparent_mode ~= nil then
|
||||
if transparent_mode == 1 then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue