diff options
author | Pascal Kuthe | 2023-11-21 00:46:12 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2024-03-23 06:35:25 +0000 |
commit | b46064b8c469c85b9626dba60728e23798354ed8 (patch) | |
tree | 203d9698a3e99767202c05e8c62850ea199a2a06 /runtime/themes | |
parent | 3001f22b315e479dcfc24c7a0fd221d7fb03d276 (diff) |
Add an Amp-like jump command
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/everforest_dark.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/everforest_dark.toml b/runtime/themes/everforest_dark.toml index 25a49134..a3083d53 100644 --- a/runtime/themes/everforest_dark.toml +++ b/runtime/themes/everforest_dark.toml @@ -40,6 +40,7 @@ "constructor" = "green" "module" = "yellow" "special" = "blue" +"ui.virtual.jump-label" = { fg = "#00dfff", modifiers = ["bold"] } "markup.heading.marker" = "grey1" "markup.heading.1" = { fg = "red", modifiers = ["bold"] } |