Make `goto_word` jump-labels easier to distinguish for zed themes (#13370)

pull/13375/head
Kristoffer Plagborg Bak Sørensen 2025-04-17 22:26:52 +02:00 committed by GitHub
parent 0f1af75f76
commit 3bfec18a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
"ui.virtual.whitespace" = { fg = "light-gray" }
"ui.virtual.ruler" = { bg = "gray" }
"ui.virtual.inlay-hint" = { fg = "blue-gray", modifiers = ["bold"] }
"ui.virtual.jump-label" = { fg = "purple", modifiers = ["bold", "italic"] }
"ui.cursor" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }