mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
minor color changes
This commit is contained in:
parent
7fbba55cb2
commit
5678225465
2 changed files with 3 additions and 6 deletions
|
|
@ -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}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue