From bac30490f8cc20a2950eeadbb60723c39bf5c497 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 6 Jun 2026 16:44:18 -0400 Subject: [PATCH] helix: Markup styling --- helix/themes/base.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helix/themes/base.toml b/helix/themes/base.toml index e29243b..ceddca9 100644 --- a/helix/themes/base.toml +++ b/helix/themes/base.toml @@ -78,13 +78,13 @@ "markup" = {} "markup.heading" = { modifiers = ["bold"] } # "markup.heading.marker" = {} -# "markup.heading.1" = {} -# "markup.heading.2" = {} +"markup.heading.1" = { fg = "Keyword", modifiers = ["bold"] } +"markup.heading.2" = { fg = "Function" } # "markup.heading.3" = {} # "markup.heading.4" = {} # "markup.heading.5" = {} # "markup.heading.6" = {} -# "markup.list" = {} +"markup.list" = { fg = "Type" } # "markup.list.unnumbered" = {} # "markup.list.numbered" = {} # "markup.list.checked" = {}