From 6d5b52861a9d2914f478234e3b93eaaa1f65c95f Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Wed, 31 May 2023 11:07:59 -0400 Subject: [PATCH] fix: generate json styles for pink theme --- styles.go | 2 +- styles/pink.json | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/styles.go b/styles.go index e904dfd..b83aa32 100644 --- a/styles.go +++ b/styles.go @@ -549,7 +549,7 @@ var ( IndentToken: stringPtr("│ "), }, List: ansi.StyleList{ - LevelIndent: 0, + LevelIndent: 2, }, Heading: ansi.StyleBlock{ StylePrimitive: ansi.StylePrimitive{ diff --git a/styles/pink.json b/styles/pink.json index 64c98a7..10070eb 100644 --- a/styles/pink.json +++ b/styles/pink.json @@ -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": "│",