mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
slight change
This commit is contained in:
parent
5678225465
commit
eb213254cd
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ function M.get_theme()
|
||||||
TSOperator = {fg = p.subtle},
|
TSOperator = {fg = p.subtle},
|
||||||
TSParameter = {fg = p.iris, style = styles.italic},
|
TSParameter = {fg = p.iris, style = styles.italic},
|
||||||
-- TSParameterReference = {},
|
-- TSParameterReference = {},
|
||||||
TSProperty = {fg = p.iris, style = styles.italic},
|
TSProperty = {fg = p.rose, style = styles.italic},
|
||||||
TSPunctBracket = {fg = groups.punctuation},
|
TSPunctBracket = {fg = groups.punctuation},
|
||||||
TSPunctDelimiter = {fg = groups.punctuation},
|
TSPunctDelimiter = {fg = groups.punctuation},
|
||||||
TSPunctSpecial = {fg = groups.punctuation},
|
TSPunctSpecial = {fg = groups.punctuation},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue