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" },
|
Label = { link = "String" },
|
||||||
String = { fg = colors.lavender },
|
String = { fg = colors.lavender },
|
||||||
Exception = { link = "Keyword" },
|
Exception = { link = "Keyword" },
|
||||||
|
Macro = { fg = colors.pink },
|
||||||
|
|
||||||
-- Treesitter tokens
|
-- Treesitter tokens
|
||||||
["@constructor"] = { link = "Function" },
|
["@constructor"] = { link = "Function" },
|
||||||
|
|
@ -204,6 +205,7 @@ local custom_highlights = function(colors)
|
||||||
["@module"] = { link = "@text" },
|
["@module"] = { link = "@text" },
|
||||||
["@namespace"] = { link = "@keyword" },
|
["@namespace"] = { link = "@keyword" },
|
||||||
["@punctuation.bracket"] = { link = "@punctuation" },
|
["@punctuation.bracket"] = { link = "@punctuation" },
|
||||||
|
["@function.macro"] = { link = "Macro" },
|
||||||
|
|
||||||
-- Comments
|
-- Comments
|
||||||
["@punctuation.delimiter.comment"] = { link = "@Comment" },
|
["@punctuation.delimiter.comment"] = { link = "@Comment" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue