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 fc41162992af3fbd3a7cbfd66401ada29f241017
parent 015686e6aedca4613604b734d3a5da5084e92f6c
Author: FIGBERT <figbert@figbert.com>
Date:   Mon,  5 Sep 2022 09:52:25 -0700

Update BlockQuote style to match circumflex

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

diff --git a/style.go b/style.go @@ -14,7 +14,7 @@ var CLXStyleConfig = ansi.StyleConfig{ Margin: uintPtr(2), }, BlockQuote: ansi.StyleBlock{ - StylePrimitive: ansi.StylePrimitive{}, + StylePrimitive: ansi.StylePrimitive{Color: stringPtr("244")}, Indent: uintPtr(1), IndentToken: stringPtr("│ "), },