commit 015686e6aedca4613604b734d3a5da5084e92f6c
parent b8cceddc3f6ccdc7c68e6520635cf89ed6344cf9
Author: FIGBERT <figbert@figbert.com>
Date: Fri, 2 Sep 2022 13:23:34 -0700
Adjust image colors to match circumflex
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style.go b/style.go
@@ -98,11 +98,11 @@ var CLXStyleConfig = ansi.StyleConfig{
Bold: boolPtr(true),
},
Image: ansi.StylePrimitive{
- Color: stringPtr("212"),
+ Color: stringPtr("245"),
Underline: boolPtr(true),
},
ImageText: ansi.StylePrimitive{
- Color: stringPtr("243"),
+ Color: stringPtr("88"),
Format: "Image: {{.text}} →",
},
Code: ansi.StyleBlock{