clx-browser

[ACTIVE] a smol browser based off of circumflex
git clone git://git.figbert.com/clx-browser.git
Log | Files | Refs | README | LICENSE

commit b8cceddc3f6ccdc7c68e6520635cf89ed6344cf9
parent f23aed0ca792a5aca8612166c354c3701871a727
Author: FIGBERT <figbert@figbert.com>
Date:   Fri,  2 Sep 2022 13:11:44 -0700

Match H2 styles to circumflex

Diffstat:
Mstyle.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.go b/style.go @@ -39,7 +39,7 @@ var CLXStyleConfig = ansi.StyleConfig{ }, H2: ansi.StyleBlock{ StylePrimitive: ansi.StylePrimitive{ - Prefix: "## ", + Color: stringPtr("252"), }, }, H3: ansi.StyleBlock{