fix: use macro color for annotations
This commit is contained in:
parent
1f39660946
commit
5c62f2bd20
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ function PALETTE:set_semantic_colors()
|
|||
vim.api.nvim_set_hl(0, "@lsp.type.class", { link = "@storageclass" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.comment", { link = "@comment" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.decorator", { link = "@macro" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.annotation", { link = "@macro" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.enum", { link = "@structure" })
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.enumMember", {}) -- HIGHLIGHT(self.orange.bright, nil, {bold=true}))
|
||||
vim.api.nvim_set_hl(0, "@lsp.type.function", { link = "@function" })
|
||||
|
|
Loading…
Reference in a new issue