diff options
Diffstat (limited to 'runtime/themes/nord.toml')
-rw-r--r-- | runtime/themes/nord.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index dab31610..0fe6db12 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -123,9 +123,10 @@ "ui.statusline.select" = { fg = "nord1", bg = "nord7" } "ui.statusline.separator" = "nord3" -# Virtual/invisable text +# Virtual/invisible text "ui.virtual.indent-guide" = "nord3" "ui.virtual.inlay-hint" = { fg = "nord3", modifiers = ["italic"] } +"ui.virtual.jump-label" = { fg = "nord11", modifiers = ["bold"] } "ui.virtual.ruler" = { bg = "nord1" } "ui.virtual.whitespace" = "nord3" "ui.virtual.wrap" = "nord3" |