fix: darker background for concealed text

This commit is contained in:
əlemi 2023-04-16 12:19:40 +02:00
parent 3b4a63a6b4
commit 690c51427b

View file

@ -196,7 +196,7 @@ function PALETTE:set_ui_colors()
vim.api.nvim_set_hl(0, "CursorLineNr", HIGHLIGHT(self.yellow.normal, self.black.normal, {bold=true})) -- CursorLine color (in number column)
vim.api.nvim_set_hl(0, "LineNr", HIGHLIGHT(self.black.bright, nil, nil)) -- Number column color
vim.api.nvim_set_hl(0, "MsgArea", HIGHLIGHT(self.white.dark, nil, nil)) -- Number column color
vim.api.nvim_set_hl(0, "Conceal", HIGHLIGHT(self.white.dark, self.black.normal, nil))
vim.api.nvim_set_hl(0, "Conceal", HIGHLIGHT(self.white.dark, self.black.dark, nil))
vim.api.nvim_set_hl(0, "Pmenu", HIGHLIGHT(nil, self.black.normal, nil)) -- Balloon color
vim.api.nvim_set_hl(0, "PmenuSel", HIGHLIGHT(nil, self.gray.dark, nil)) -- Balloon color