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 },
|
||||
TSKeyword = { fg = p.pine },
|
||||
-- TSKeywordFunction = {},
|
||||
TSKeywordOperator = { fg = p.pine },
|
||||
TSKeywordOperator = { fg = p.subtle },
|
||||
TSLabel = { fg = p.foam },
|
||||
-- TSLiteral = {},
|
||||
-- TSMethod = {},
|
||||
-- TSNamespace = {},
|
||||
-- TSNone = {},
|
||||
-- TSNumber = {},
|
||||
TSOperator = { fg = p.pine },
|
||||
TSOperator = { fg = p.subtle },
|
||||
TSParameter = {
|
||||
fg = p.iris,
|
||||
style = maybe_italic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue