diff options
author | Florent Nuttens | 2024-03-23 22:28:14 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2024-03-24 02:42:35 +0000 |
commit | da2dec174a227baa94d61aa115585dad9297adc3 (patch) | |
tree | bd83401663d26be7234609205bdafa2608f903c6 | |
parent | 628dcd5c567176062f2b4013cb7e12a7d7541888 (diff) |
feat: add jump label color to onedark theme
-rw-r--r-- | runtime/themes/onedark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index eae11172..5b049aff 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -56,6 +56,7 @@ "ui.virtual.whitespace" = { fg = "light-gray" } "ui.virtual.ruler" = { bg = "gray" } "ui.virtual.inlay-hint" = { fg = "light-gray" } +"ui.virtual.jump-label" = { fg = "light-gray", modifiers = ["bold"] } "ui.cursor" = { fg = "white", modifiers = ["reversed"] } "ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] } |