mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ui/colorscheme.lua: update macro highlight
This commit is contained in:
parent
c06bbdc328
commit
eba945eab7
1 changed files with 2 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ local custom_highlights = function(colors)
|
|||
Label = { link = "String" },
|
||||
String = { fg = colors.lavender },
|
||||
Exception = { link = "Keyword" },
|
||||
Macro = { fg = colors.pink },
|
||||
|
||||
-- Treesitter tokens
|
||||
["@constructor"] = { link = "Function" },
|
||||
|
|
@ -204,6 +205,7 @@ local custom_highlights = function(colors)
|
|||
["@module"] = { link = "@text" },
|
||||
["@namespace"] = { link = "@keyword" },
|
||||
["@punctuation.bracket"] = { link = "@punctuation" },
|
||||
["@function.macro"] = { link = "Macro" },
|
||||
|
||||
-- Comments
|
||||
["@punctuation.delimiter.comment"] = { link = "@Comment" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue