mirror of
https://github.com/taigrr/wtf
synced 2026-04-01 04:18:45 -07:00
feat: update to go modules
This commit is contained in:
18
vendor/github.com/alecthomas/chroma/styles/rrt.go
generated
vendored
18
vendor/github.com/alecthomas/chroma/styles/rrt.go
generated
vendored
@@ -1,18 +0,0 @@
|
||||
package styles
|
||||
|
||||
import (
|
||||
"github.com/alecthomas/chroma"
|
||||
)
|
||||
|
||||
// Rrt style.
|
||||
var Rrt = Register(chroma.MustNewStyle("rrt", chroma.StyleEntries{
|
||||
chroma.Comment: "#00ff00",
|
||||
chroma.NameFunction: "#ffff00",
|
||||
chroma.NameVariable: "#eedd82",
|
||||
chroma.NameConstant: "#7fffd4",
|
||||
chroma.Keyword: "#ff0000",
|
||||
chroma.CommentPreproc: "#e5e5e5",
|
||||
chroma.LiteralString: "#87ceeb",
|
||||
chroma.KeywordType: "#ee82ee",
|
||||
chroma.Background: " bg:#000000",
|
||||
}))
|
||||
Reference in New Issue
Block a user