Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/doom-one.toml')
-rw-r--r--runtime/themes/doom-one.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/doom-one.toml b/runtime/themes/doom-one.toml
index 8daa9346..60dbd874 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" }
@@ -102,7 +103,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" }