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.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.toml')
-rw-r--r-- | runtime/themes/monokai.toml | 1 |
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" } |