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
|
|
@ -8,6 +8,7 @@ local palette = {
|
|||
love = '#eb6f92',
|
||||
gold = '#f69957',
|
||||
rose = '#ebbcba',
|
||||
calm = '#23ff87',
|
||||
pine = '#cd51d5',
|
||||
foam = '#9ccfd8',
|
||||
iris = '#c4a7e7',
|
||||
|
|
|
|||
|
|
@ -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