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:
19
vendor/github.com/alecthomas/chroma/styles/hr_high_contrast.go
generated
vendored
Normal file
19
vendor/github.com/alecthomas/chroma/styles/hr_high_contrast.go
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
package styles
|
||||
|
||||
import (
|
||||
"github.com/alecthomas/chroma"
|
||||
)
|
||||
|
||||
// Theme based on HackerRank High Contrast Editor Theme
|
||||
var HrHighContrast = Register(chroma.MustNewStyle("hr_high_contrast", chroma.StyleEntries{
|
||||
chroma.Comment: "#5a8349",
|
||||
chroma.Keyword: "#467faf",
|
||||
chroma.OperatorWord: "#467faf",
|
||||
chroma.Name: "#ffffff",
|
||||
chroma.LiteralString: "#a87662",
|
||||
chroma.LiteralNumber: "#fff",
|
||||
chroma.LiteralStringBoolean: "#467faf",
|
||||
chroma.Operator: "#e4e400",
|
||||
chroma.Background: "#000",
|
||||
chroma.Other: "#d5d500",
|
||||
}))
|
Reference in New Issue
Block a user