From fc93edb689465395bdfbdd5a53bd6766bf050bc4 Mon Sep 17 00:00:00 2001 From: rojebd <132220348+rojebd@users.noreply.github.com> Date: Sat, 6 Jan 2024 16:56:15 -0700 Subject: [PATCH] updated ruler colors to bgrey-two --- runtime/themes/voxed.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/voxed.toml b/runtime/themes/voxed.toml index e55b46e5d..78aa96ad1 100644 --- a/runtime/themes/voxed.toml +++ b/runtime/themes/voxed.toml @@ -53,7 +53,7 @@ label = "yellow" "ui.text.focus" = { fg = "maize", bg = "bgrey" } "ui.text.inactive" = "bgrey" "ui.virtual" = { fg = "blue" } -"ui.virtual.ruler" = { bg = "bgrey-two" } +"ui.virtual.ruler" = { bg = "light-grey" } "ui.virtual.indent-guide" = { fg = "bpink" } "ui.selection" = { bg = "maize" }