diff --git a/runtime/themes/gruber-darker.toml b/runtime/themes/gruber-darker.toml index 4737f52f7..4ae0404e8 100644 --- a/runtime/themes/gruber-darker.toml +++ b/runtime/themes/gruber-darker.toml @@ -67,6 +67,7 @@ "ui.virtual.ruler" = { bg = "bg1" } "ui.virtual.inlay-hint" = { fg = "bg7" } "ui.virtual.wrap" = { fg = "bg2" } +"ui.virtual.jump-label" = { fg = "red3", modifiers = ["bold"] } "diagnostic.warning" = { underline = { color = "orange1", style = "dashed" } } "diagnostic.error" = { underline = { color = "red3", style = "dashed" } }