From 587354da6b16c2888f72bf1ac9286f5a1760bdf9 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 10 Feb 2025 17:00:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-10 17:00:05 --- .config/helix/config.toml | 1 + .config/helix/themes/ashen.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index e7bb382e..8d5275df 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -23,6 +23,7 @@ space = "none" newline = "all" [editor.whitespace.characters] +# newline = "󰘌" newline = "" # newline = "↪" tab = "→" diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index e1f84859..f9bc6ec7 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -96,7 +96,8 @@ "ui.text.directory" = { fg = "blue" } "ui.virtual" = "g_5" -"ui.virtual.ruler" = "g_5" +"ui.virtual.ruler" = "g_8" +"ui.virtual.whitespace" = "g_8" "ui.virtual.indent-guide" = "g_8" "ui.virtual.wrap" = "g_8" "ui.virtual.inlay-hint" = {fg = "g_6", modifiers = [ "italic"]}