mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: match treesitter operator colour
This commit is contained in:
parent
812bb12e29
commit
d48856ebcf
1 changed files with 2 additions and 2 deletions
|
|
@ -265,14 +265,14 @@ local theme = {
|
||||||
TSInclude = { fg = p.pine },
|
TSInclude = { fg = p.pine },
|
||||||
TSKeyword = { fg = p.pine },
|
TSKeyword = { fg = p.pine },
|
||||||
-- TSKeywordFunction = {},
|
-- TSKeywordFunction = {},
|
||||||
TSKeywordOperator = { fg = p.pine },
|
TSKeywordOperator = { fg = p.subtle },
|
||||||
TSLabel = { fg = p.foam },
|
TSLabel = { fg = p.foam },
|
||||||
-- TSLiteral = {},
|
-- TSLiteral = {},
|
||||||
-- TSMethod = {},
|
-- TSMethod = {},
|
||||||
-- TSNamespace = {},
|
-- TSNamespace = {},
|
||||||
-- TSNone = {},
|
-- TSNone = {},
|
||||||
-- TSNumber = {},
|
-- TSNumber = {},
|
||||||
TSOperator = { fg = p.pine },
|
TSOperator = { fg = p.subtle },
|
||||||
TSParameter = {
|
TSParameter = {
|
||||||
fg = p.iris,
|
fg = p.iris,
|
||||||
style = maybe_italic,
|
style = maybe_italic,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue