add: update config color scheme

This commit is contained in:
asep.komarudin 2024-05-27 21:20:27 +07:00
parent 30537367c1
commit 962640b935
3 changed files with 9 additions and 8 deletions

View file

@ -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,
}