diff options
author | Ben Lee-Cohen | 2024-03-26 14:51:53 +0000 |
---|---|---|
committer | GitHub | 2024-03-26 14:51:53 +0000 |
commit | 1e50fb8b556db083a5aaf6bf1279595cde59a1c1 (patch) | |
tree | 4601912424c068ead2c2adc12bbed7dccd823cb4 /runtime/themes/nord.toml | |
parent | 07e21a10f065eab5491e1e4a1a7aa12000b47d59 (diff) |
Adding jump styles for Nord and Nord Light (#10008)
Co-authored-by: Ben Lee-Cohen <ben@lee-cohen.com>
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" |