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("│ "),
},
List: ansi.StyleList{
LevelIndent: 0,
LevelIndent: 2,
},
Heading: ansi.StyleBlock{
StylePrimitive: ansi.StylePrimitive{
+4 -6
View File
@@ -8,7 +8,7 @@
},
"paragraph": {},
"list": {
"level_indent": 2,
"level_indent": 2
},
"heading": {
"block_suffix": "\n",
@@ -75,12 +75,10 @@
"code": {
"prefix": " ",
"suffix": " ",
"color": "99",
"background_color": "0"
},
"code_block": {
"color": "99"
"color": "212",
"background_color": "236"
},
"code_block": {},
"table": {
"center_separator": "┼",
"column_separator": "│",