aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai.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.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.toml')
-rw-r--r--runtime/themes/monokai.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index 66106d48..bcb6c8d0 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -34,6 +34,7 @@
"comment" = { fg = "#88846F" }
"ui.virtual.whitespace" = "#88846F"
"ui.virtual.ruler" = { bg = "#24241e" }
+"ui.virtual.jump-label" = { fg = "special", modifiers = ["bold"] }
"string" = { fg = "#e6db74" }
"constant.character" = { fg = "#e6db74" }