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