Unnamed repository; edit this file 'description' to name the repository.
feat(themes): add `ui.virtual.ruler` for `mellow`
Rolo 2024-04-18
parent 785d09e · commit ccb0c40
-rw-r--r--runtime/themes/mellow.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/mellow.toml b/runtime/themes/mellow.toml
index 8ab66622..db237f97 100644
--- a/runtime/themes/mellow.toml
+++ b/runtime/themes/mellow.toml
@@ -79,6 +79,7 @@
"ui.text.focus" = { fg = "fg" }
"ui.virtual" = { fg = "gray02" }
+"ui.virtual.ruler" = { bg ="gray02" }
"ui.virtual.indent-guide" = { fg = "gray02" }
"ui.virtual.inlay-hint" = { fg = "gray04" }