Skip to content

Commit

Permalink
base16_default: add styles to newer unthemed features (#10858)
Browse files Browse the repository at this point in the history
* base16_default: add `ui.statusline` for `color-modes`

Signed-off-by: J. Dekker <[email protected]>

* base16_default: add `ui.virtual` default

Previously virtual text such as LSP inlay was impossible to distinguish
from 'real' text by default.

Signed-off-by: J. Dekker <[email protected]>

---------

Signed-off-by: J. Dekker <[email protected]>
  • Loading branch information
jdek committed Jun 23, 2024
1 parent 44e113c commit 3b5f2e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base16_theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"label" = "magenta"
"namespace" = "magenta"
"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 3b5f2e6

Please sign in to comment.