Unnamed repository; edit this file 'description' to name the repository.
chore: add "ui.virtual.jump-label" to serika-dark theme (#11911)
Oren Mittman 2024-11-21
parent f06f481 · commit 6373027
-rw-r--r--runtime/themes/serika-dark.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/serika-dark.toml b/runtime/themes/serika-dark.toml
index eb8d6c83..10ceacd1 100644
--- a/runtime/themes/serika-dark.toml
+++ b/runtime/themes/serika-dark.toml
@@ -53,6 +53,7 @@
"ui.virtual.whitespace" = "bg2"
"ui.virtual.ruler" = { bg = "grey2" }
"ui.virtual.inlay-hint" = { fg = "grey2", modifiers = ["italic"] }
+"ui.virtual.jump-label" = { fg = "nasty-red", modifiers = ["bold"] }
"hint" = "blue"
"info" = "aqua"