From be8dc22272825542f245e316eb68c712669f8de3 Mon Sep 17 00:00:00 2001
From: Rolo <roloedits@gmail.com>
Date: Mon, 8 Apr 2024 13:37:16 -0700
Subject: [PATCH] feat(themes): add `ui.virtual.ruler` for `horizon-dark`

---
 runtime/themes/horizon-dark.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/runtime/themes/horizon-dark.toml b/runtime/themes/horizon-dark.toml
index d44cefb5..e51ec09f 100644
--- a/runtime/themes/horizon-dark.toml
+++ b/runtime/themes/horizon-dark.toml
@@ -33,6 +33,7 @@ tag = "red"
 "ui.selection" = { bg = "selection" }
 "ui.virtual.indent-guide" = { fg = "gray" }
 "ui.virtual.whitespace" = { fg = "light-gray" }
+"ui.virtual.ruler" = { bg ="dark-bg" }
 "ui.statusline" = { bg = "dark-bg", fg = "light-gray" }
 "ui.popup" = { bg = "dark-bg", fg = "orange" }
 "ui.help" = { bg = "dark-bg", fg = "orange" }