mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: set attribute style
This commit is contained in:
parent
8db1217704
commit
0ca4bfbc6f
1 changed files with 2 additions and 1 deletions
|
|
@ -308,7 +308,8 @@ local function set_highlights()
|
|||
["@type.builtin"] = { fg = palette.foam, bold = styles.bold },
|
||||
-- ["@type.definition"] = {},
|
||||
|
||||
-- ["@attribute"] = {},
|
||||
["@attribute"] = { fg = "iris" },
|
||||
["@attribute.builtin"] = { fg = "iris", bold = styles.bold },
|
||||
["@property"] = { fg = palette.foam, italic = styles.italic },
|
||||
|
||||
["@function"] = { fg = palette.rose },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue