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 f23aed0ca792a5aca8612166c354c3701871a727
parent 24f4fa6b9b4234519d36e34da8f1c3f45e9fc325
Author: FIGBERT <figbert@figbert.com>
Date:   Fri,  2 Sep 2022 13:08:41 -0700

Match H4 styles to circumflex

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

diff --git a/style.go b/style.go @@ -49,7 +49,8 @@ var CLXStyleConfig = ansi.StyleConfig{ }, H4: ansi.StyleBlock{ StylePrimitive: ansi.StylePrimitive{ - Prefix: "#### ", + Color: stringPtr("220"), + Underline: boolPtr(true), }, }, H5: ansi.StyleBlock{