commit 24f4fa6b9b4234519d36e34da8f1c3f45e9fc325
parent 8627ae95ad33a52582e0d0a5c6989b0360214bd0
Author: FIGBERT <figbert@figbert.com>
Date: Fri, 2 Sep 2022 11:03:37 -0700
Match code style with circumflex
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/style.go b/style.go
@@ -106,10 +106,8 @@ var CLXStyleConfig = ansi.StyleConfig{
},
Code: ansi.StyleBlock{
StylePrimitive: ansi.StylePrimitive{
- Prefix: " ",
- Suffix: " ",
- Color: stringPtr("203"),
- BackgroundColor: stringPtr("236"),
+ Color: stringPtr("200"),
+ Italic: boolPtr(true),
},
},
CodeBlock: ansi.StyleCodeBlock{