From 1510b7488fb0deeefd4d0fa6af19b8be5cd691c3 Mon Sep 17 00:00:00 2001 From: norman784 Date: Wed, 3 Sep 2025 20:00:54 +0200 Subject: [PATCH 1/2] updated ui.popup.info bg --- runtime/themes/doom-one.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/doom-one.toml b/runtime/themes/doom-one.toml index 8daa93467338..6a770f424606 100644 --- a/runtime/themes/doom-one.toml +++ b/runtime/themes/doom-one.toml @@ -102,7 +102,7 @@ # Popups for documentation or file picker "ui.popup" = { fg = "fg", bg = "bg" } -"ui.popup.info" = { fg = "fg", bg = "bg" } +"ui.popup.info" = { fg = "fg", bg = "bg_alt" } "ui.menu" = { fg = "fg", bg = "bg" } "ui.menu.selected" = { fg = "cyan", bg = "bg_highlight" } From 0662ffa8a5071cfda6e1fa5893aa1d894440e3ea Mon Sep 17 00:00:00 2001 From: norman784 Date: Wed, 3 Sep 2025 20:42:19 +0200 Subject: [PATCH 2/2] added `ui.virtual.jump-label` --- runtime/themes/doom-one.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/doom-one.toml b/runtime/themes/doom-one.toml index 6a770f424606..60dbd8747316 100644 --- a/runtime/themes/doom-one.toml +++ b/runtime/themes/doom-one.toml @@ -11,6 +11,7 @@ "ui.selection" = { bg = "bg_highlight" } "ui.selection.primary" = { bg = "bg_highlight" } "ui.virtual.ruler" = { bg = "bg_highlight" } +"ui.virtual.jump-label" = { fg = "cyan", modifiers = ["bold"] } # Markdown Highlighting "markup.raw" = { fg = "blue", bg = "bg" }