ease changing/adding highlight group colors

nvim_set_hl function from nvim v0.7 was used, now the highlight groups & their colors are in one whole table, can easily merge user highlghts override table, check https://nvchad.github.io/config/Custom%20config#override-default-highlights
This commit is contained in:
siduck 2022-05-01 21:24:33 +05:30
parent 841f839bb6
commit 89e271c095
2 changed files with 164 additions and 106 deletions

View file

@ -18,7 +18,7 @@ M.options = {
---- UI -----
M.ui = {
hl_override = "",
hl_override = {},
colors = "", -- path of your file that contains colors
theme = "onedark", -- default theme
transparency = false,