From 3f5761f9fe0dab11cb8772b3ed76cb95e5059ffd Mon Sep 17 00:00:00 2001 From: Yang Yang Date: Tue, 30 Nov 2021 15:55:53 +0800 Subject: [PATCH] Fix background color of xcode-dark style --- styles/xcode-dark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/xcode-dark.go b/styles/xcode-dark.go index a16d946..9a9d757 100644 --- a/styles/xcode-dark.go +++ b/styles/xcode-dark.go @@ -21,7 +21,7 @@ var ( // Xcode dark style var XcodeDark = Register(chroma.MustNewStyle("xcode-dark", chroma.StyleEntries{ - chroma.Background: plainText + " bg: " + background, + chroma.Background: plainText + " bg:" + background, chroma.Comment: comments, chroma.CommentMultiline: comments,