We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed08fbd commit 50c1a67Copy full SHA for 50c1a67
runtime/themes/doom-one.toml
@@ -11,6 +11,7 @@
11
"ui.selection" = { bg = "bg_highlight" }
12
"ui.selection.primary" = { bg = "bg_highlight" }
13
"ui.virtual.ruler" = { bg = "bg_highlight" }
14
+"ui.virtual.jump-label" = { fg = "cyan", modifiers = ["bold"] }
15
16
# Markdown Highlighting
17
"markup.raw" = { fg = "blue", bg = "bg" }
@@ -102,7 +103,7 @@
102
103
104
# Popups for documentation or file picker
105
"ui.popup" = { fg = "fg", bg = "bg" }
-"ui.popup.info" = { fg = "fg", bg = "bg" }
106
+"ui.popup.info" = { fg = "fg", bg = "bg_alt" }
107
"ui.menu" = { fg = "fg", bg = "bg" }
108
"ui.menu.selected" = { fg = "cyan", bg = "bg_highlight" }
109
0 commit comments