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 6fd1efd commit c67c3faCopy full SHA for c67c3fa
runtime/themes/nightfox.toml
@@ -36,6 +36,7 @@
36
"ui.virtual.indent-guide" = { fg = "black" } # Vertical indent width guides
37
"ui.virtual.inlay-hint" = { fg = "comment", bg = "bg2" } # Default style for inlay hints of all kinds
38
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold"] } # Style for virtual jump labels
39
+"ui.virtual.wrap" = { fg = "fg3" } # Soft-wrap indicator.
40
41
"ui.statusline" = { fg = "fg2", bg = "bg0" } # Status line.
42
"ui.statusline.inactive" = { fg = "fg3", bg = "bg0" } # Status line in unfocused windows.
0 commit comments