From 76f7a15479e5df47e2fdba4a8d199d031b54fff1 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 12 Nov 2021 11:40:44 -0500 Subject: [PATCH] Fix Dracula JSON --- styles/dracula.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/dracula.json b/styles/dracula.json index c7c0708..c46eaf1 100644 --- a/styles/dracula.json +++ b/styles/dracula.json @@ -49,11 +49,11 @@ "crossed_out": true }, "emph": { - "italic": true + "italic": true, "color": "229" }, "strong": { - "bold": true + "bold": true, "color": "#ffb86c" }, "hr": {