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:
parent
d6e61d3cbe
commit
3f5761f9fe
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user