From e4c95f65a64a0553e1dafa365a40dcd5c328fa69 Mon Sep 17 00:00:00 2001 From: dastrukar <3derid@gmail.com> Date: Sat, 19 Aug 2023 05:34:35 +0800 Subject: [PATCH] Nord theme: Update ruler to set bg instead of fg (#7995) --- runtime/themes/nord.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index c490aa7ce..5c3b6219c 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -125,7 +125,7 @@ # Virtual/invisable text "ui.virtual.indent-guide" = "nord3" "ui.virtual.inlay-hint" = { fg = "nord3", modifiers = ["italic"] } -"ui.virtual.ruler" = "nord3" +"ui.virtual.ruler" = { bg = "nord1" } "ui.virtual.whitespace" = "nord3" "ui.virtual.wrap" = "nord3"