mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 18:28:44 +02:00
add: update config color scheme
This commit is contained in:
parent
30537367c1
commit
962640b935
3 changed files with 9 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
-- nightfox, dayfox, dawnfox, duskfox, nordfox, terafox, carbonfox
|
||||
-- github_dark, github_dark_default, github_dark_colorblind, github_dark_dimmed
|
||||
-- solarized-osaka
|
||||
vim.g.pcode_colorscheme = "solarized-osaka"
|
||||
vim.g.pcode_colorscheme = "dracula"
|
||||
|
||||
-- 0 =off 1= on
|
||||
vim.g.pcode_transparent_mode = 0
|
||||
|
|
|
@ -135,6 +135,9 @@ return {
|
|||
Pmenu = { fg = colors.fg, bg = colors.bg },
|
||||
WinBarNC = { fg = colors.fg, bg = colors.bg },
|
||||
LspInfoBorder = { fg = colors.fg },
|
||||
LspReferenceText = { bg = "#3b4261" },
|
||||
LspReferenceRead = { bg = "#3b4261" },
|
||||
LspReferenceWrite = { bg = "#3b4261" },
|
||||
},
|
||||
transparent_bg = (transparent_mode == 1) and true or false,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue