Changed string colour

This commit is contained in:
Eric Xiao 2022-10-18 19:00:19 -07:00
commit a5f7fde0a3
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -142,7 +142,7 @@ function M.get()
SpecialComment = { fg = p.iris }, SpecialComment = { fg = p.iris },
Statement = { fg = p.pine }, Statement = { fg = p.pine },
StorageClass = { fg = p.foam }, StorageClass = { fg = p.foam },
String = { fg = p.gold }, String = { fg = p.green },
Structure = { fg = p.foam }, Structure = { fg = p.foam },
Tag = { fg = p.rose }, Tag = { fg = p.rose },
Todo = { fg = p.iris }, Todo = { fg = p.iris },