From fdd8bbf16bdbc19d2e814c463c1c327ee941eba9 Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Sat, 6 Aug 2022 18:46:23 +0300 Subject: Fix indent guide styling (#3324) * Fix incorrect indent guide styling Before the indent guides on top of whitespace inherited the theme from them. Now they do not. * Fix dark_plus theme indent_guides * Use whitespace style as fallback for indent-guide * Fix dark_plus theme indent_guides * Move indent_guide style patching out of loop--- runtime/themes/dark_plus.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/themes') diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 1512a650..451c28b5 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -81,7 +81,7 @@ "ui.virtual.whitespace" = { fg = "dark_gray" } "ui.virtual.ruler" = { bg = "borders" } -"ui.virtual.indent-guide" = { bg = "dark_gray4" } +"ui.virtual.indent-guide" = { fg = "dark_gray4" } "warning" = { fg = "gold2" } "error" = { fg = "red" } -- cgit v1.2.3-70-g09d2