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:
parent
841f839bb6
commit
89e271c095
2 changed files with 164 additions and 106 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue