aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai_pro.toml
diff options
context:
space:
mode:
authorBen Lee-Cohen2024-03-26 16:18:13 +0000
committerGitHub2024-03-26 16:18:13 +0000
commitcef839e47779026322c072a10298217742d27166 (patch)
tree87b47685b336f86a8381f8d15b25fed41ef68d51 /runtime/themes/monokai_pro.toml
parent1e50fb8b556db083a5aaf6bf1279595cde59a1c1 (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.toml1
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"