fix: generate json styles for pink theme

This commit is contained in:
Maas Lalani
2023-05-31 11:07:59 -04:00
parent 63cd3b88ae
commit 6d5b52861a
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -549,7 +549,7 @@ var (
IndentToken: stringPtr("│ "), IndentToken: stringPtr("│ "),
}, },
List: ansi.StyleList{ List: ansi.StyleList{
LevelIndent: 0, LevelIndent: 2,
}, },
Heading: ansi.StyleBlock{ Heading: ansi.StyleBlock{
StylePrimitive: ansi.StylePrimitive{ StylePrimitive: ansi.StylePrimitive{
+4 -6
View File
@@ -8,7 +8,7 @@
}, },
"paragraph": {}, "paragraph": {},
"list": { "list": {
"level_indent": 2, "level_indent": 2
}, },
"heading": { "heading": {
"block_suffix": "\n", "block_suffix": "\n",
@@ -75,12 +75,10 @@
"code": { "code": {
"prefix": " ", "prefix": " ",
"suffix": " ", "suffix": " ",
"color": "99", "color": "212",
"background_color": "0" "background_color": "236"
},
"code_block": {
"color": "99"
}, },
"code_block": {},
"table": { "table": {
"center_separator": "┼", "center_separator": "┼",
"column_separator": "│", "column_separator": "│",