From a6c6fa4c8ea3db3520f64de88c55729980720928 Mon Sep 17 00:00:00 2001 From: RoloEdits Date: Tue, 26 Mar 2024 12:48:08 -0700 Subject: [PATCH] feat(themes): add `jump-label` for gruvbox themes (#10012) --- runtime/themes/gruvbox.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index e3eef1855..3c1dfc593 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -65,6 +65,7 @@ "ui.virtual.ruler" = { bg = "bg1" } "ui.virtual.inlay-hint" = { fg = "gray1" } "ui.virtual.wrap" = { fg = "bg2" } +"ui.virtual.jump-label" = { fg = "purple0", modifiers = ["bold"] } "diagnostic.warning" = { underline = { color = "orange1", style = "curl" } } "diagnostic.error" = { underline = { color = "red1", style = "curl" } }