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"]}