From 50b6b12952695ed6e7489c13d3bbd1deb3d3d867 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 10 Feb 2025 17:15:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-10 17:15:05 --- .config/helix/themes/ashen.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/themes/ashen.toml b/.config/helix/themes/ashen.toml index f9bc6ec7..9148d5ee 100644 --- a/.config/helix/themes/ashen.toml +++ b/.config/helix/themes/ashen.toml @@ -55,7 +55,7 @@ "special" = "orange_smolder" # fuzzy highlight -"markup.heading" = "red_glowing" +"markup.heading" = {fg = "red_glowing", modifiers = ["bold"]} "markup.list" = "orange_glow" "markup.bold" = { modifiers = ["bold"] } "markup.italic" = { modifiers = ["italic"] }