From 96f7d73f3d01715268daa2c1a4c62ac8273164b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Gonz=C3=A1lez?= Date: Tue, 2 Apr 2024 18:38:22 -0300 Subject: [PATCH] Add jump label support to Darcula themes (#10116) --- runtime/themes/darcula.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index db6ce989d..7e0907c09 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -25,6 +25,7 @@ "ui.virtual.indent-guide" = "grey02" "ui.virtual.whitespace" = "grey03" "ui.virtual.inlay-hint" = { fg = "grey03", modifiers = ["italic"] } +"ui.virtual.jump-label" = { fg = "lightblue", modifiers = ["italic", "bold"] } "ui.bufferline" = { fg = "grey04", bg = "grey00" } "ui.bufferline.active" = { fg = "grey07", bg = "grey02" }