diff options
author | Ben Lee-Cohen | 2024-03-26 16:18:13 +0000 |
---|---|---|
committer | GitHub | 2024-03-26 16:18:13 +0000 |
commit | cef839e47779026322c072a10298217742d27166 (patch) | |
tree | 87b47685b336f86a8381f8d15b25fed41ef68d51 /runtime/themes/monokai_pro.toml | |
parent | 1e50fb8b556db083a5aaf6bf1279595cde59a1c1 (diff) |
feat: add jump format for monokai family (#10009)
Co-authored-by: Ben Lee-Cohen <ben@lee-cohen.com>
Diffstat (limited to 'runtime/themes/monokai_pro.toml')
-rw-r--r-- | runtime/themes/monokai_pro.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/monokai_pro.toml b/runtime/themes/monokai_pro.toml index a898671f..65a95a7d 100644 --- a/runtime/themes/monokai_pro.toml +++ b/runtime/themes/monokai_pro.toml @@ -8,6 +8,7 @@ "ui.menu.selected" = { fg = "base2", bg = "yellow" } "ui.virtual.whitespace" = "base5" "ui.virtual.ruler" = { bg = "base1" } +"ui.virtual.jump-label" = { fg = "red", modifiers = ["bold"] } "info" = "base8" "hint" = "base8" |