Make goto_word highlights visible (same fix as #12904) (#13174)

This commit is contained in:
Asta Halkjær From 2025-03-23 16:27:58 +01:00 committed by GitHub
parent f07c1c1b29
commit 8ff544757f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,6 +83,7 @@ inherits="adwaita-dark"
"ui.text" = "dark_4"
"ui.virtual" = "light_1"
"ui.virtual.ruler" = { bg = "light_5"}
"ui.virtual.jump-label" = { modifiers = ["reversed"] }
"ui.menu" = { fg = "dark_4", bg = "light_3" }
"ui.menu.selected" = { fg = "dark_4", bg = "blue_1" }
"ui.menu.scroll" = { fg = "dark_6", bg = "light_3" }