Unnamed repository; edit this file 'description' to name the repository.
Rose pine theme: improve contrast of selected menu item (#13908)
Daniel Fortes 8 months ago
parent fc53af9 · commit e88e48f
-rw-r--r--runtime/themes/rose_pine.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml
index 49296705..33c71486 100644
--- a/runtime/themes/rose_pine.toml
+++ b/runtime/themes/rose_pine.toml
@@ -45,7 +45,7 @@
"ui.virtual.inlay-hint" = { fg = "subtle" }
"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.selection" = { bg = "overlay" }