minor color changes

This commit is contained in:
Eric Xiao 2022-12-08 09:37:02 -08:00
commit 5678225465
2 changed files with 3 additions and 6 deletions

View file

@ -2,7 +2,7 @@ local p = require("rose-pine.palette")
return {
normal = {
a = {bg = p.rose, fg = p.base, gui = "bold"},
a = {bg = p.pink, fg = p.base, gui = "bold"},
b = {bg = p.overlay, fg = p.rose},
c = {bg = p.base, fg = p.text}
},