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.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/themes/doom-one.toml b/runtime/themes/doom-one.toml
index 60dbd874..038477fe 100644
--- a/runtime/themes/doom-one.toml
+++ b/runtime/themes/doom-one.toml
@@ -10,8 +10,7 @@
"ui.statusline" = { fg = "blue" }
"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"] }
+"ui.virtual.ruler" = { fg = "bg_highlight" }
# Markdown Highlighting
"markup.raw" = { fg = "blue", bg = "bg" }
@@ -103,7 +102,7 @@
# Popups for documentation or file picker
"ui.popup" = { fg = "fg", bg = "bg" }
-"ui.popup.info" = { fg = "fg", bg = "bg_alt" }
+"ui.popup.info" = { fg = "fg", bg = "bg" }
"ui.menu" = { fg = "fg", bg = "bg" }
"ui.menu.selected" = { fg = "cyan", bg = "bg_highlight" }