From 249f9fd458d0690647ec133f297cd62a277b2e4c Mon Sep 17 00:00:00 2001 From: Oren Mittman Date: Wed, 21 Aug 2024 11:41:38 -0400 Subject: [PATCH] chore: add "ui.virtual.jump-label" to gruber-darker theme --- runtime/themes/gruber-darker.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/gruber-darker.toml b/runtime/themes/gruber-darker.toml index 4737f52f74e5..4ae0404e80b3 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" } }