mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
chore(deps): upgrade vendored dependencies
This commit is contained in:
2
vendor/github.com/alecthomas/chroma/styles/xcode-dark.go
generated
vendored
2
vendor/github.com/alecthomas/chroma/styles/xcode-dark.go
generated
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user