mirror of https://github.com/helix-editor/helix
Rose pine theme: improve contrast of selected menu item (#13908)
parent
fc53af9f4e
commit
e88e48f41c
|
@ -45,7 +45,7 @@
|
||||||
"ui.virtual.inlay-hint" = { fg = "subtle" }
|
"ui.virtual.inlay-hint" = { fg = "subtle" }
|
||||||
|
|
||||||
"ui.menu" = { fg = "subtle", bg = "surface" }
|
"ui.menu" = { fg = "subtle", bg = "surface" }
|
||||||
"ui.menu.selected" = { fg = "text" }
|
"ui.menu.selected" = { fg = "text", bg = "overlay" }
|
||||||
"ui.menu.scroll" = { fg = "muted", bg = "highlight_med" }
|
"ui.menu.scroll" = { fg = "muted", bg = "highlight_med" }
|
||||||
|
|
||||||
"ui.selection" = { bg = "overlay" }
|
"ui.selection" = { bg = "overlay" }
|
||||||
|
|
Loading…
Reference in New Issue