Skip to content

Commit 3f5761f

Browse files
wdscxsjalecthomas
authored andcommitted
Fix background color of xcode-dark style
1 parent d6e61d3 commit 3f5761f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: styles/xcode-dark.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121

2222
// Xcode dark style
2323
var XcodeDark = Register(chroma.MustNewStyle("xcode-dark", chroma.StyleEntries{
24-
chroma.Background: plainText + " bg: " + background,
24+
chroma.Background: plainText + " bg:" + background,
2525

2626
chroma.Comment: comments,
2727
chroma.CommentMultiline: comments,

0 commit comments

Comments
 (0)