chore(theme): fix "ui.selection" for rose_pine themes (#1716)
This commit is contained in:
parent
39f7ba36e0
commit
f9ad1cafdc
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"ui.menu.selected" = { fg = "iris", bg = "surface" }
|
||||
"ui.linenr" = {fg = "subtle" }
|
||||
"ui.liner.selected" = "highlightOverlay"
|
||||
"ui.selection" = "highlight"
|
||||
"ui.selection" = { bg = "highlight" }
|
||||
"comment" = "subtle"
|
||||
"ui.statusline" = {fg = "foam", bg = "surface" }
|
||||
"ui.statusline.inactive" = { fg = "iris", bg = "surface" }
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"ui.menu.selected" = { fg = "iris", bg = "surface" }
|
||||
"ui.linenr" = {fg = "subtle" }
|
||||
"ui.liner.selected" = "highlightOverlay"
|
||||
"ui.selection" = "highlight"
|
||||
"ui.selection" = { bg = "highlight" }
|
||||
"comment" = "subtle"
|
||||
"ui.statusline" = {fg = "foam", bg = "surface" }
|
||||
"ui.statusline.inactive" = { fg = "iris", bg = "surface" }
|
||||
|
|
Loading…
Add table
Reference in a new issue