Skip to content

Commit

Permalink
themes: add inlay-hint to nightfox (#6655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhscheer authored Apr 8, 2023
1 parent af88a3c commit 25858ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/nightfox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"ui.virtual.ruler" = { bg = "bg3" } # Vertical rulers (colored columns in editing area).
"ui.virtual.whitespace" = { fg = "bg3" } # Whitespace markers in editing area.
"ui.virtual.indent-guide" = { fg = "black" } # Vertical indent width guides
"ui.virtual.inlay-hint" = { fg = "comment", bg = "bg2" } # Default style for inlay hints of all kinds

"ui.statusline" = { fg = "fg2", bg = "bg0" } # Status line.
"ui.statusline.inactive" = { fg = "fg3", bg = "bg0" } # Status line in unfocused windows.
Expand Down

0 comments on commit 25858ec

Please sign in to comment.