Skip to content

Commit

Permalink
base16_default: add ui.virtual default
Browse files Browse the repository at this point in the history
Previously virtual text such as LSP inlay was impossible to distinguish
from 'real' text by default.

Signed-off-by: J. Dekker <[email protected]>
  • Loading branch information
jdek committed May 31, 2024
1 parent 1b5423d commit 58a7179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base16_theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ui.help" = { fg = "white", bg = "black" }
"ui.statusline.insert" = { fg = "black", bg = "green" }
"ui.statusline.select" = { fg = "black", bg = "blue" }
"ui.virtual" = { fg = "gray", modifiers = ["italic"] }
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
"ui.virtual.ruler" = { bg = "black" }

Expand Down

0 comments on commit 58a7179

Please sign in to comment.