mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Changed string colour
This commit is contained in:
parent
ebb228a441
commit
a5f7fde0a3
2 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ function M.get()
|
|||
SpecialComment = { fg = p.iris },
|
||||
Statement = { fg = p.pine },
|
||||
StorageClass = { fg = p.foam },
|
||||
String = { fg = p.gold },
|
||||
String = { fg = p.green },
|
||||
Structure = { fg = p.foam },
|
||||
Tag = { fg = p.rose },
|
||||
Todo = { fg = p.iris },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue