mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
chore(theme): fix "ui.selection" for rose_pine themes (#1716)
This commit is contained in:
parent
39f7ba36e0
commit
f9ad1cafdc
@ -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…
Reference in New Issue
Block a user