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:
17
vendor/github.com/alecthomas/chroma/styles/hr_dark.go
generated
vendored
Normal file
17
vendor/github.com/alecthomas/chroma/styles/hr_dark.go
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
package styles
|
||||
|
||||
import (
|
||||
"github.com/alecthomas/chroma"
|
||||
)
|
||||
|
||||
// Theme based on HackerRank Dark Editor theme
|
||||
var HrDark = Register(chroma.MustNewStyle("hrdark", chroma.StyleEntries{
|
||||
chroma.Comment: "italic #828b96",
|
||||
chroma.Keyword: "#ff636f",
|
||||
chroma.OperatorWord: "#ff636f",
|
||||
chroma.Name: "#58a1dd",
|
||||
chroma.Literal: "#a6be9d",
|
||||
chroma.Operator: "#ff636f",
|
||||
chroma.Background: "#1d2432",
|
||||
chroma.Other: "#fff",
|
||||
}))
|
Reference in New Issue
Block a user