Skip to content

Commit 50c1a67

Browse files
authored
Update doom-one theme (#14384)
1 parent ed08fbd commit 50c1a67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/themes/doom-one.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"ui.selection" = { bg = "bg_highlight" }
1212
"ui.selection.primary" = { bg = "bg_highlight" }
1313
"ui.virtual.ruler" = { bg = "bg_highlight" }
14+
"ui.virtual.jump-label" = { fg = "cyan", modifiers = ["bold"] }
1415

1516
# Markdown Highlighting
1617
"markup.raw" = { fg = "blue", bg = "bg" }
@@ -102,7 +103,7 @@
102103

103104
# Popups for documentation or file picker
104105
"ui.popup" = { fg = "fg", bg = "bg" }
105-
"ui.popup.info" = { fg = "fg", bg = "bg" }
106+
"ui.popup.info" = { fg = "fg", bg = "bg_alt" }
106107
"ui.menu" = { fg = "fg", bg = "bg" }
107108
"ui.menu.selected" = { fg = "cyan", bg = "bg_highlight" }
108109

0 commit comments

Comments
 (0)