mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-13 10:54:30 +02:00
add: update default config
This commit is contained in:
parent
f468320299
commit
d1e7d99d27
18 changed files with 27 additions and 101 deletions
|
@ -1,4 +1,4 @@
|
|||
local colorscheme = "gruvbox_baby"
|
||||
local colorscheme = vim.g.pcode_colorscheme or "gruvbox-baby"
|
||||
local lst_style = {
|
||||
"sonokai",
|
||||
"sonokai_atlantis",
|
||||
|
@ -23,11 +23,7 @@ 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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue