1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-17 20:58:08 +02:00

Fix background color of xcode-dark style

This commit is contained in:
Yang Yang 2021-11-30 15:55:53 +08:00 committed by Alec Thomas
parent d6e61d3cbe
commit 3f5761f9fe

View File

@ -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,