styles

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Abap style.

View Source
var Algol = Register(zdpgo_pygments.MustNewStyle("algol", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Comment:            "italic #888",
	zdpgo_pygments.CommentPreproc:     "bold noitalic #888",
	zdpgo_pygments.CommentSpecial:     "bold noitalic #888",
	zdpgo_pygments.Keyword:            "underline bold",
	zdpgo_pygments.KeywordDeclaration: "italic",
	zdpgo_pygments.NameBuiltin:        "bold italic",
	zdpgo_pygments.NameBuiltinPseudo:  "bold italic",
	zdpgo_pygments.NameNamespace:      "bold italic #666",
	zdpgo_pygments.NameClass:          "bold italic #666",
	zdpgo_pygments.NameFunction:       "bold italic #666",
	zdpgo_pygments.NameVariable:       "bold italic #666",
	zdpgo_pygments.NameConstant:       "bold italic #666",
	zdpgo_pygments.OperatorWord:       "bold",
	zdpgo_pygments.LiteralString:      "italic #666",
	zdpgo_pygments.Error:              "border:#FF0000",
	zdpgo_pygments.Background:         " bg:#ffffff",
}))

Algol style.

View Source
var AlgolNu = Register(zdpgo_pygments.MustNewStyle("algol_nu", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Comment:            "italic #888",
	zdpgo_pygments.CommentPreproc:     "bold noitalic #888",
	zdpgo_pygments.CommentSpecial:     "bold noitalic #888",
	zdpgo_pygments.Keyword:            "bold",
	zdpgo_pygments.KeywordDeclaration: "italic",
	zdpgo_pygments.NameBuiltin:        "bold italic",
	zdpgo_pygments.NameBuiltinPseudo:  "bold italic",
	zdpgo_pygments.NameNamespace:      "bold italic #666",
	zdpgo_pygments.NameClass:          "bold italic #666",
	zdpgo_pygments.NameFunction:       "bold italic #666",
	zdpgo_pygments.NameVariable:       "bold italic #666",
	zdpgo_pygments.NameConstant:       "bold italic #666",
	zdpgo_pygments.OperatorWord:       "bold",
	zdpgo_pygments.LiteralString:      "italic #666",
	zdpgo_pygments.Error:              "border:#FF0000",
	zdpgo_pygments.Background:         " bg:#ffffff",
}))

AlgolNu style.

Arduino style.

View Source
var Autumn = Register(zdpgo_pygments.MustNewStyle("autumn", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:      "#bbbbbb",
	zdpgo_pygments.Comment:             "italic #aaaaaa",
	zdpgo_pygments.CommentPreproc:      "noitalic #4c8317",
	zdpgo_pygments.CommentSpecial:      "italic #0000aa",
	zdpgo_pygments.Keyword:             "#0000aa",
	zdpgo_pygments.KeywordType:         "#00aaaa",
	zdpgo_pygments.OperatorWord:        "#0000aa",
	zdpgo_pygments.NameBuiltin:         "#00aaaa",
	zdpgo_pygments.NameFunction:        "#00aa00",
	zdpgo_pygments.NameClass:           "underline #00aa00",
	zdpgo_pygments.NameNamespace:       "underline #00aaaa",
	zdpgo_pygments.NameVariable:        "#aa0000",
	zdpgo_pygments.NameConstant:        "#aa0000",
	zdpgo_pygments.NameEntity:          "bold #800",
	zdpgo_pygments.NameAttribute:       "#1e90ff",
	zdpgo_pygments.NameTag:             "bold #1e90ff",
	zdpgo_pygments.NameDecorator:       "#888888",
	zdpgo_pygments.LiteralString:       "#aa5500",
	zdpgo_pygments.LiteralStringSymbol: "#0000aa",
	zdpgo_pygments.LiteralStringRegex:  "#009999",
	zdpgo_pygments.LiteralNumber:       "#009999",
	zdpgo_pygments.GenericHeading:      "bold #000080",
	zdpgo_pygments.GenericSubheading:   "bold #800080",
	zdpgo_pygments.GenericDeleted:      "#aa0000",
	zdpgo_pygments.GenericInserted:     "#00aa00",
	zdpgo_pygments.GenericError:        "#aa0000",
	zdpgo_pygments.GenericEmph:         "italic",
	zdpgo_pygments.GenericStrong:       "bold",
	zdpgo_pygments.GenericPrompt:       "#555555",
	zdpgo_pygments.GenericOutput:       "#888888",
	zdpgo_pygments.GenericTraceback:    "#aa0000",
	zdpgo_pygments.GenericUnderline:    "underline",
	zdpgo_pygments.Error:               "#F00 bg:#FAA",
	zdpgo_pygments.Background:          " bg:#ffffff",
}))

Autumn style.

View Source
var Base16Snazzy = Register(zdpgo_pygments.MustNewStyle("base16-snazzy", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Comment:                  "#78787e",
	zdpgo_pygments.CommentHashbang:          "#78787e",
	zdpgo_pygments.CommentMultiline:         "#78787e",
	zdpgo_pygments.CommentPreproc:           "#78787e",
	zdpgo_pygments.CommentSingle:            "#78787e",
	zdpgo_pygments.CommentSpecial:           "#78787e",
	zdpgo_pygments.Generic:                  "#e2e4e5",
	zdpgo_pygments.GenericDeleted:           "#ff5c57",
	zdpgo_pygments.GenericEmph:              "#e2e4e5 underline",
	zdpgo_pygments.GenericError:             "#ff5c57",
	zdpgo_pygments.GenericHeading:           "#e2e4e5 bold",
	zdpgo_pygments.GenericInserted:          "#e2e4e5 bold",
	zdpgo_pygments.GenericOutput:            "#43454f",
	zdpgo_pygments.GenericPrompt:            "#e2e4e5",
	zdpgo_pygments.GenericStrong:            "#e2e4e5 italic",
	zdpgo_pygments.GenericSubheading:        "#e2e4e5 bold",
	zdpgo_pygments.GenericTraceback:         "#e2e4e5",
	zdpgo_pygments.GenericUnderline:         "underline",
	zdpgo_pygments.Error:                    "#ff5c57",
	zdpgo_pygments.Keyword:                  "#ff6ac1",
	zdpgo_pygments.KeywordConstant:          "#ff6ac1",
	zdpgo_pygments.KeywordDeclaration:       "#ff5c57",
	zdpgo_pygments.KeywordNamespace:         "#ff6ac1",
	zdpgo_pygments.KeywordPseudo:            "#ff6ac1",
	zdpgo_pygments.KeywordReserved:          "#ff6ac1",
	zdpgo_pygments.KeywordType:              "#9aedfe",
	zdpgo_pygments.Literal:                  "#e2e4e5",
	zdpgo_pygments.LiteralDate:              "#e2e4e5",
	zdpgo_pygments.Name:                     "#e2e4e5",
	zdpgo_pygments.NameAttribute:            "#57c7ff",
	zdpgo_pygments.NameBuiltin:              "#ff5c57",
	zdpgo_pygments.NameBuiltinPseudo:        "#e2e4e5",
	zdpgo_pygments.NameClass:                "#f3f99d",
	zdpgo_pygments.NameConstant:             "#ff9f43",
	zdpgo_pygments.NameDecorator:            "#ff9f43",
	zdpgo_pygments.NameEntity:               "#e2e4e5",
	zdpgo_pygments.NameException:            "#e2e4e5",
	zdpgo_pygments.NameFunction:             "#57c7ff",
	zdpgo_pygments.NameLabel:                "#ff5c57",
	zdpgo_pygments.NameNamespace:            "#e2e4e5",
	zdpgo_pygments.NameOther:                "#e2e4e5",
	zdpgo_pygments.NameTag:                  "#ff6ac1",
	zdpgo_pygments.NameVariable:             "#ff5c57",
	zdpgo_pygments.NameVariableClass:        "#ff5c57",
	zdpgo_pygments.NameVariableGlobal:       "#ff5c57",
	zdpgo_pygments.NameVariableInstance:     "#ff5c57",
	zdpgo_pygments.LiteralNumber:            "#ff9f43",
	zdpgo_pygments.LiteralNumberBin:         "#ff9f43",
	zdpgo_pygments.LiteralNumberFloat:       "#ff9f43",
	zdpgo_pygments.LiteralNumberHex:         "#ff9f43",
	zdpgo_pygments.LiteralNumberInteger:     "#ff9f43",
	zdpgo_pygments.LiteralNumberIntegerLong: "#ff9f43",
	zdpgo_pygments.LiteralNumberOct:         "#ff9f43",
	zdpgo_pygments.Operator:                 "#ff6ac1",
	zdpgo_pygments.OperatorWord:             "#ff6ac1",
	zdpgo_pygments.Other:                    "#e2e4e5",
	zdpgo_pygments.Punctuation:              "#e2e4e5",
	zdpgo_pygments.LiteralString:            "#5af78e",
	zdpgo_pygments.LiteralStringBacktick:    "#5af78e",
	zdpgo_pygments.LiteralStringChar:        "#5af78e",
	zdpgo_pygments.LiteralStringDoc:         "#5af78e",
	zdpgo_pygments.LiteralStringDouble:      "#5af78e",
	zdpgo_pygments.LiteralStringEscape:      "#5af78e",
	zdpgo_pygments.LiteralStringHeredoc:     "#5af78e",
	zdpgo_pygments.LiteralStringInterpol:    "#5af78e",
	zdpgo_pygments.LiteralStringOther:       "#5af78e",
	zdpgo_pygments.LiteralStringRegex:       "#5af78e",
	zdpgo_pygments.LiteralStringSingle:      "#5af78e",
	zdpgo_pygments.LiteralStringSymbol:      "#5af78e",
	zdpgo_pygments.Text:                     "#e2e4e5",
	zdpgo_pygments.TextWhitespace:           "#e2e4e5",
	zdpgo_pygments.Background:               " bg:#282a36",
}))

Base16Snazzy style

BlackWhite style.

Borland style.

View Source
var Colorful = Register(zdpgo_pygments.MustNewStyle("colorful", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:        "#bbbbbb",
	zdpgo_pygments.Comment:               "#888",
	zdpgo_pygments.CommentPreproc:        "#579",
	zdpgo_pygments.CommentSpecial:        "bold #cc0000",
	zdpgo_pygments.Keyword:               "bold #080",
	zdpgo_pygments.KeywordPseudo:         "#038",
	zdpgo_pygments.KeywordType:           "#339",
	zdpgo_pygments.Operator:              "#333",
	zdpgo_pygments.OperatorWord:          "bold #000",
	zdpgo_pygments.NameBuiltin:           "#007020",
	zdpgo_pygments.NameFunction:          "bold #06B",
	zdpgo_pygments.NameClass:             "bold #B06",
	zdpgo_pygments.NameNamespace:         "bold #0e84b5",
	zdpgo_pygments.NameException:         "bold #F00",
	zdpgo_pygments.NameVariable:          "#963",
	zdpgo_pygments.NameVariableInstance:  "#33B",
	zdpgo_pygments.NameVariableClass:     "#369",
	zdpgo_pygments.NameVariableGlobal:    "bold #d70",
	zdpgo_pygments.NameConstant:          "bold #036",
	zdpgo_pygments.NameLabel:             "bold #970",
	zdpgo_pygments.NameEntity:            "bold #800",
	zdpgo_pygments.NameAttribute:         "#00C",
	zdpgo_pygments.NameTag:               "#070",
	zdpgo_pygments.NameDecorator:         "bold #555",
	zdpgo_pygments.LiteralString:         "bg:#fff0f0",
	zdpgo_pygments.LiteralStringChar:     "#04D bg:",
	zdpgo_pygments.LiteralStringDoc:      "#D42 bg:",
	zdpgo_pygments.LiteralStringInterpol: "bg:#eee",
	zdpgo_pygments.LiteralStringEscape:   "bold #666",
	zdpgo_pygments.LiteralStringRegex:    "bg:#fff0ff #000",
	zdpgo_pygments.LiteralStringSymbol:   "#A60 bg:",
	zdpgo_pygments.LiteralStringOther:    "#D20",
	zdpgo_pygments.LiteralNumber:         "bold #60E",
	zdpgo_pygments.LiteralNumberInteger:  "bold #00D",
	zdpgo_pygments.LiteralNumberFloat:    "bold #60E",
	zdpgo_pygments.LiteralNumberHex:      "bold #058",
	zdpgo_pygments.LiteralNumberOct:      "bold #40E",
	zdpgo_pygments.GenericHeading:        "bold #000080",
	zdpgo_pygments.GenericSubheading:     "bold #800080",
	zdpgo_pygments.GenericDeleted:        "#A00000",
	zdpgo_pygments.GenericInserted:       "#00A000",
	zdpgo_pygments.GenericError:          "#FF0000",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericPrompt:         "bold #c65d09",
	zdpgo_pygments.GenericOutput:         "#888",
	zdpgo_pygments.GenericTraceback:      "#04D",
	zdpgo_pygments.GenericUnderline:      "underline",
	zdpgo_pygments.Error:                 "#F00 bg:#FAA",
	zdpgo_pygments.Background:            " bg:#ffffff",
}))

Colorful style.

View Source
var DoomOne = Register(zdpgo_pygments.MustNewStyle("doom-one", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Text:                 "#b0c4de",
	zdpgo_pygments.Error:                "#b0c4de",
	zdpgo_pygments.Comment:              "italic #8a93a5",
	zdpgo_pygments.CommentHashbang:      "bold",
	zdpgo_pygments.Keyword:              "#c678dd",
	zdpgo_pygments.KeywordType:          "#ef8383",
	zdpgo_pygments.KeywordConstant:      "bold #b756ff",
	zdpgo_pygments.Operator:             "#c7bf54",
	zdpgo_pygments.OperatorWord:         "bold #b756ff",
	zdpgo_pygments.Punctuation:          "#b0c4de",
	zdpgo_pygments.Name:                 "#c1abea",
	zdpgo_pygments.NameAttribute:        "#b3d23c",
	zdpgo_pygments.NameBuiltin:          "#ef8383",
	zdpgo_pygments.NameClass:            "#76a9f9",
	zdpgo_pygments.NameConstant:         "bold #b756ff",
	zdpgo_pygments.NameDecorator:        "#e5c07b",
	zdpgo_pygments.NameEntity:           "#bda26f",
	zdpgo_pygments.NameException:        "bold #fd7474",
	zdpgo_pygments.NameFunction:         "#00b1f7",
	zdpgo_pygments.NameProperty:         "#cebc3a",
	zdpgo_pygments.NameLabel:            "#f5a40d",
	zdpgo_pygments.NameNamespace:        "#76a9f9",
	zdpgo_pygments.NameTag:              "#e06c75",
	zdpgo_pygments.NameVariable:         "#DCAEEA",
	zdpgo_pygments.NameVariableGlobal:   "bold #DCAEEA",
	zdpgo_pygments.NameVariableInstance: "#e06c75",
	zdpgo_pygments.Literal:              "#98c379",
	zdpgo_pygments.Number:               "#d19a66",
	zdpgo_pygments.String:               "#98c379",
	zdpgo_pygments.StringDoc:            "#7e97c3",
	zdpgo_pygments.StringDouble:         "#63c381",
	zdpgo_pygments.StringEscape:         "bold #d26464",
	zdpgo_pygments.StringHeredoc:        "#98c379",
	zdpgo_pygments.StringInterpol:       "#98c379",
	zdpgo_pygments.StringOther:          "#70b33f",
	zdpgo_pygments.StringRegex:          "#56b6c2",
	zdpgo_pygments.StringSingle:         "#98c379",
	zdpgo_pygments.StringSymbol:         "#56b6c2",
	zdpgo_pygments.Generic:              "#b0c4de",
	zdpgo_pygments.GenericEmph:          "italic",
	zdpgo_pygments.GenericHeading:       "bold #a2cbff",
	zdpgo_pygments.GenericInserted:      "#a6e22e",
	zdpgo_pygments.GenericOutput:        "#a6e22e",
	zdpgo_pygments.GenericUnderline:     "underline",
	zdpgo_pygments.GenericPrompt:        "#a6e22e",
	zdpgo_pygments.GenericStrong:        "bold",
	zdpgo_pygments.GenericSubheading:    "#a2cbff",
	zdpgo_pygments.GenericTraceback:     "#a2cbff",
	zdpgo_pygments.Background:           "#b0c4de bg:#282c34",
}))

Doom One style. Inspired by Atom One and Doom Emacs's Atom One theme

View Source
var DoomOne2 = Register(zdpgo_pygments.MustNewStyle("doom-one2", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Text:                 "#b0c4de",
	zdpgo_pygments.Error:                "#b0c4de",
	zdpgo_pygments.Comment:              "italic #8a93a5",
	zdpgo_pygments.CommentHashbang:      "bold",
	zdpgo_pygments.Keyword:              "#76a9f9",
	zdpgo_pygments.KeywordConstant:      "#e5c07b",
	zdpgo_pygments.KeywordType:          "#e5c07b",
	zdpgo_pygments.Operator:             "#54b1c7",
	zdpgo_pygments.OperatorWord:         "bold #b756ff",
	zdpgo_pygments.Punctuation:          "#abb2bf",
	zdpgo_pygments.Name:                 "#aa89ea",
	zdpgo_pygments.NameAttribute:        "#cebc3a",
	zdpgo_pygments.NameBuiltin:          "#e5c07b",
	zdpgo_pygments.NameClass:            "#ca72ff",
	zdpgo_pygments.NameConstant:         "bold",
	zdpgo_pygments.NameDecorator:        "#e5c07b",
	zdpgo_pygments.NameEntity:           "#bda26f",
	zdpgo_pygments.NameException:        "bold #fd7474",
	zdpgo_pygments.NameFunction:         "#00b1f7",
	zdpgo_pygments.NameProperty:         "#cebc3a",
	zdpgo_pygments.NameLabel:            "#f5a40d",
	zdpgo_pygments.NameNamespace:        "#ca72ff",
	zdpgo_pygments.NameTag:              "#76a9f9",
	zdpgo_pygments.NameVariable:         "#DCAEEA",
	zdpgo_pygments.NameVariableClass:    "#DCAEEA",
	zdpgo_pygments.NameVariableGlobal:   "bold #DCAEEA",
	zdpgo_pygments.NameVariableInstance: "#e06c75",
	zdpgo_pygments.NameVariableMagic:    "#DCAEEA",
	zdpgo_pygments.Literal:              "#98c379",
	zdpgo_pygments.LiteralDate:          "#98c379",
	zdpgo_pygments.Number:               "#d19a66",
	zdpgo_pygments.NumberBin:            "#d19a66",
	zdpgo_pygments.NumberFloat:          "#d19a66",
	zdpgo_pygments.NumberHex:            "#d19a66",
	zdpgo_pygments.NumberInteger:        "#d19a66",
	zdpgo_pygments.NumberIntegerLong:    "#d19a66",
	zdpgo_pygments.NumberOct:            "#d19a66",
	zdpgo_pygments.String:               "#98c379",
	zdpgo_pygments.StringAffix:          "#98c379",
	zdpgo_pygments.StringBacktick:       "#98c379",
	zdpgo_pygments.StringDelimiter:      "#98c379",
	zdpgo_pygments.StringDoc:            "#7e97c3",
	zdpgo_pygments.StringDouble:         "#63c381",
	zdpgo_pygments.StringEscape:         "bold #d26464",
	zdpgo_pygments.StringHeredoc:        "#98c379",
	zdpgo_pygments.StringInterpol:       "#98c379",
	zdpgo_pygments.StringOther:          "#70b33f",
	zdpgo_pygments.StringRegex:          "#56b6c2",
	zdpgo_pygments.StringSingle:         "#98c379",
	zdpgo_pygments.StringSymbol:         "#56b6c2",
	zdpgo_pygments.Generic:              "#b0c4de",
	zdpgo_pygments.GenericDeleted:       "#b0c4de",
	zdpgo_pygments.GenericEmph:          "italic",
	zdpgo_pygments.GenericHeading:       "bold #a2cbff",
	zdpgo_pygments.GenericInserted:      "#a6e22e",
	zdpgo_pygments.GenericOutput:        "#a6e22e",
	zdpgo_pygments.GenericUnderline:     "underline",
	zdpgo_pygments.GenericPrompt:        "#a6e22e",
	zdpgo_pygments.GenericStrong:        "bold",
	zdpgo_pygments.GenericSubheading:    "#a2cbff",
	zdpgo_pygments.GenericTraceback:     "#a2cbff",
	zdpgo_pygments.Background:           "#b0c4de bg:#282c34",
}))

Doom One 2 style. Inspired by Atom One and Doom Emacs's Atom One theme

View Source
var Dracula = Register(zdpgo_pygments.MustNewStyle("dracula", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Comment:                  "#6272a4",
	zdpgo_pygments.CommentHashbang:          "#6272a4",
	zdpgo_pygments.CommentMultiline:         "#6272a4",
	zdpgo_pygments.CommentPreproc:           "#ff79c6",
	zdpgo_pygments.CommentSingle:            "#6272a4",
	zdpgo_pygments.CommentSpecial:           "#6272a4",
	zdpgo_pygments.Generic:                  "#f8f8f2",
	zdpgo_pygments.GenericDeleted:           "#ff5555",
	zdpgo_pygments.GenericEmph:              "#f8f8f2 underline",
	zdpgo_pygments.GenericError:             "#f8f8f2",
	zdpgo_pygments.GenericHeading:           "#f8f8f2 bold",
	zdpgo_pygments.GenericInserted:          "#50fa7b bold",
	zdpgo_pygments.GenericOutput:            "#44475a",
	zdpgo_pygments.GenericPrompt:            "#f8f8f2",
	zdpgo_pygments.GenericStrong:            "#f8f8f2",
	zdpgo_pygments.GenericSubheading:        "#f8f8f2 bold",
	zdpgo_pygments.GenericTraceback:         "#f8f8f2",
	zdpgo_pygments.GenericUnderline:         "underline",
	zdpgo_pygments.Error:                    "#f8f8f2",
	zdpgo_pygments.Keyword:                  "#ff79c6",
	zdpgo_pygments.KeywordConstant:          "#ff79c6",
	zdpgo_pygments.KeywordDeclaration:       "#8be9fd italic",
	zdpgo_pygments.KeywordNamespace:         "#ff79c6",
	zdpgo_pygments.KeywordPseudo:            "#ff79c6",
	zdpgo_pygments.KeywordReserved:          "#ff79c6",
	zdpgo_pygments.KeywordType:              "#8be9fd",
	zdpgo_pygments.Literal:                  "#f8f8f2",
	zdpgo_pygments.LiteralDate:              "#f8f8f2",
	zdpgo_pygments.Name:                     "#f8f8f2",
	zdpgo_pygments.NameAttribute:            "#50fa7b",
	zdpgo_pygments.NameBuiltin:              "#8be9fd italic",
	zdpgo_pygments.NameBuiltinPseudo:        "#f8f8f2",
	zdpgo_pygments.NameClass:                "#50fa7b",
	zdpgo_pygments.NameConstant:             "#f8f8f2",
	zdpgo_pygments.NameDecorator:            "#f8f8f2",
	zdpgo_pygments.NameEntity:               "#f8f8f2",
	zdpgo_pygments.NameException:            "#f8f8f2",
	zdpgo_pygments.NameFunction:             "#50fa7b",
	zdpgo_pygments.NameLabel:                "#8be9fd italic",
	zdpgo_pygments.NameNamespace:            "#f8f8f2",
	zdpgo_pygments.NameOther:                "#f8f8f2",
	zdpgo_pygments.NameTag:                  "#ff79c6",
	zdpgo_pygments.NameVariable:             "#8be9fd italic",
	zdpgo_pygments.NameVariableClass:        "#8be9fd italic",
	zdpgo_pygments.NameVariableGlobal:       "#8be9fd italic",
	zdpgo_pygments.NameVariableInstance:     "#8be9fd italic",
	zdpgo_pygments.LiteralNumber:            "#bd93f9",
	zdpgo_pygments.LiteralNumberBin:         "#bd93f9",
	zdpgo_pygments.LiteralNumberFloat:       "#bd93f9",
	zdpgo_pygments.LiteralNumberHex:         "#bd93f9",
	zdpgo_pygments.LiteralNumberInteger:     "#bd93f9",
	zdpgo_pygments.LiteralNumberIntegerLong: "#bd93f9",
	zdpgo_pygments.LiteralNumberOct:         "#bd93f9",
	zdpgo_pygments.Operator:                 "#ff79c6",
	zdpgo_pygments.OperatorWord:             "#ff79c6",
	zdpgo_pygments.Other:                    "#f8f8f2",
	zdpgo_pygments.Punctuation:              "#f8f8f2",
	zdpgo_pygments.LiteralString:            "#f1fa8c",
	zdpgo_pygments.LiteralStringBacktick:    "#f1fa8c",
	zdpgo_pygments.LiteralStringChar:        "#f1fa8c",
	zdpgo_pygments.LiteralStringDoc:         "#f1fa8c",
	zdpgo_pygments.LiteralStringDouble:      "#f1fa8c",
	zdpgo_pygments.LiteralStringEscape:      "#f1fa8c",
	zdpgo_pygments.LiteralStringHeredoc:     "#f1fa8c",
	zdpgo_pygments.LiteralStringInterpol:    "#f1fa8c",
	zdpgo_pygments.LiteralStringOther:       "#f1fa8c",
	zdpgo_pygments.LiteralStringRegex:       "#f1fa8c",
	zdpgo_pygments.LiteralStringSingle:      "#f1fa8c",
	zdpgo_pygments.LiteralStringSymbol:      "#f1fa8c",
	zdpgo_pygments.Text:                     "#f8f8f2",
	zdpgo_pygments.TextWhitespace:           "#f8f8f2",
	zdpgo_pygments.Background:               " bg:#282a36",
}))

Dracula Style

View Source
var Emacs = Register(zdpgo_pygments.MustNewStyle("emacs", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:        "#bbbbbb",
	zdpgo_pygments.Comment:               "italic #008800",
	zdpgo_pygments.CommentPreproc:        "noitalic",
	zdpgo_pygments.CommentSpecial:        "noitalic bold",
	zdpgo_pygments.Keyword:               "bold #AA22FF",
	zdpgo_pygments.KeywordPseudo:         "nobold",
	zdpgo_pygments.KeywordType:           "bold #00BB00",
	zdpgo_pygments.Operator:              "#666666",
	zdpgo_pygments.OperatorWord:          "bold #AA22FF",
	zdpgo_pygments.NameBuiltin:           "#AA22FF",
	zdpgo_pygments.NameFunction:          "#00A000",
	zdpgo_pygments.NameClass:             "#0000FF",
	zdpgo_pygments.NameNamespace:         "bold #0000FF",
	zdpgo_pygments.NameException:         "bold #D2413A",
	zdpgo_pygments.NameVariable:          "#B8860B",
	zdpgo_pygments.NameConstant:          "#880000",
	zdpgo_pygments.NameLabel:             "#A0A000",
	zdpgo_pygments.NameEntity:            "bold #999999",
	zdpgo_pygments.NameAttribute:         "#BB4444",
	zdpgo_pygments.NameTag:               "bold #008000",
	zdpgo_pygments.NameDecorator:         "#AA22FF",
	zdpgo_pygments.LiteralString:         "#BB4444",
	zdpgo_pygments.LiteralStringDoc:      "italic",
	zdpgo_pygments.LiteralStringInterpol: "bold #BB6688",
	zdpgo_pygments.LiteralStringEscape:   "bold #BB6622",
	zdpgo_pygments.LiteralStringRegex:    "#BB6688",
	zdpgo_pygments.LiteralStringSymbol:   "#B8860B",
	zdpgo_pygments.LiteralStringOther:    "#008000",
	zdpgo_pygments.LiteralNumber:         "#666666",
	zdpgo_pygments.GenericHeading:        "bold #000080",
	zdpgo_pygments.GenericSubheading:     "bold #800080",
	zdpgo_pygments.GenericDeleted:        "#A00000",
	zdpgo_pygments.GenericInserted:       "#00A000",
	zdpgo_pygments.GenericError:          "#FF0000",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericPrompt:         "bold #000080",
	zdpgo_pygments.GenericOutput:         "#888",
	zdpgo_pygments.GenericTraceback:      "#04D",
	zdpgo_pygments.GenericUnderline:      "underline",
	zdpgo_pygments.Error:                 "border:#FF0000",
	zdpgo_pygments.Background:            " bg:#f8f8f8",
}))

Emacs style.

View Source
var Fallback = SwapOff

Fallback style. Reassign to change the default fallback style.

View Source
var Friendly = Register(zdpgo_pygments.MustNewStyle("friendly", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:        "#bbbbbb",
	zdpgo_pygments.Comment:               "italic #60a0b0",
	zdpgo_pygments.CommentPreproc:        "noitalic #007020",
	zdpgo_pygments.CommentSpecial:        "noitalic bg:#fff0f0",
	zdpgo_pygments.Keyword:               "bold #007020",
	zdpgo_pygments.KeywordPseudo:         "nobold",
	zdpgo_pygments.KeywordType:           "nobold #902000",
	zdpgo_pygments.Operator:              "#666666",
	zdpgo_pygments.OperatorWord:          "bold #007020",
	zdpgo_pygments.NameBuiltin:           "#007020",
	zdpgo_pygments.NameFunction:          "#06287e",
	zdpgo_pygments.NameClass:             "bold #0e84b5",
	zdpgo_pygments.NameNamespace:         "bold #0e84b5",
	zdpgo_pygments.NameException:         "#007020",
	zdpgo_pygments.NameVariable:          "#bb60d5",
	zdpgo_pygments.NameConstant:          "#60add5",
	zdpgo_pygments.NameLabel:             "bold #002070",
	zdpgo_pygments.NameEntity:            "bold #d55537",
	zdpgo_pygments.NameAttribute:         "#4070a0",
	zdpgo_pygments.NameTag:               "bold #062873",
	zdpgo_pygments.NameDecorator:         "bold #555555",
	zdpgo_pygments.LiteralString:         "#4070a0",
	zdpgo_pygments.LiteralStringDoc:      "italic",
	zdpgo_pygments.LiteralStringInterpol: "italic #70a0d0",
	zdpgo_pygments.LiteralStringEscape:   "bold #4070a0",
	zdpgo_pygments.LiteralStringRegex:    "#235388",
	zdpgo_pygments.LiteralStringSymbol:   "#517918",
	zdpgo_pygments.LiteralStringOther:    "#c65d09",
	zdpgo_pygments.LiteralNumber:         "#40a070",
	zdpgo_pygments.GenericHeading:        "bold #000080",
	zdpgo_pygments.GenericSubheading:     "bold #800080",
	zdpgo_pygments.GenericDeleted:        "#A00000",
	zdpgo_pygments.GenericInserted:       "#00A000",
	zdpgo_pygments.GenericError:          "#FF0000",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericPrompt:         "bold #c65d09",
	zdpgo_pygments.GenericOutput:         "#888",
	zdpgo_pygments.GenericTraceback:      "#04D",
	zdpgo_pygments.GenericUnderline:      "underline",
	zdpgo_pygments.Error:                 "border:#FF0000",
	zdpgo_pygments.Background:            " bg:#f0f0f0",
}))

Friendly style.

View Source
var Fruity = Register(zdpgo_pygments.MustNewStyle("fruity", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:    "#888888",
	zdpgo_pygments.Background:        "#ffffff bg:#111111",
	zdpgo_pygments.GenericOutput:     "#444444 bg:#222222",
	zdpgo_pygments.Keyword:           "#fb660a bold",
	zdpgo_pygments.KeywordPseudo:     "nobold",
	zdpgo_pygments.LiteralNumber:     "#0086f7 bold",
	zdpgo_pygments.NameTag:           "#fb660a bold",
	zdpgo_pygments.NameVariable:      "#fb660a",
	zdpgo_pygments.Comment:           "#008800 bg:#0f140f italic",
	zdpgo_pygments.NameAttribute:     "#ff0086 bold",
	zdpgo_pygments.LiteralString:     "#0086d2",
	zdpgo_pygments.NameFunction:      "#ff0086 bold",
	zdpgo_pygments.GenericHeading:    "#ffffff bold",
	zdpgo_pygments.KeywordType:       "#cdcaa9 bold",
	zdpgo_pygments.GenericSubheading: "#ffffff bold",
	zdpgo_pygments.NameConstant:      "#0086d2",
	zdpgo_pygments.CommentPreproc:    "#ff0007 bold",
}))

Fruity style.

View Source
var GitHub = Register(zdpgo_pygments.MustNewStyle("github", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.CommentMultiline:     "italic #999988",
	zdpgo_pygments.CommentPreproc:       "bold #999999",
	zdpgo_pygments.CommentSingle:        "italic #999988",
	zdpgo_pygments.CommentSpecial:       "bold italic #999999",
	zdpgo_pygments.Comment:              "italic #999988",
	zdpgo_pygments.Error:                "bg:#e3d2d2 #a61717",
	zdpgo_pygments.GenericDeleted:       "bg:#ffdddd #000000",
	zdpgo_pygments.GenericEmph:          "italic #000000",
	zdpgo_pygments.GenericError:         "#aa0000",
	zdpgo_pygments.GenericHeading:       "#999999",
	zdpgo_pygments.GenericInserted:      "bg:#ddffdd #000000",
	zdpgo_pygments.GenericOutput:        "#888888",
	zdpgo_pygments.GenericPrompt:        "#555555",
	zdpgo_pygments.GenericStrong:        "bold",
	zdpgo_pygments.GenericSubheading:    "#aaaaaa",
	zdpgo_pygments.GenericTraceback:     "#aa0000",
	zdpgo_pygments.GenericUnderline:     "underline",
	zdpgo_pygments.KeywordType:          "bold #445588",
	zdpgo_pygments.Keyword:              "bold #000000",
	zdpgo_pygments.LiteralNumber:        "#009999",
	zdpgo_pygments.LiteralStringRegex:   "#009926",
	zdpgo_pygments.LiteralStringSymbol:  "#990073",
	zdpgo_pygments.LiteralString:        "#d14",
	zdpgo_pygments.NameAttribute:        "#008080",
	zdpgo_pygments.NameBuiltinPseudo:    "#999999",
	zdpgo_pygments.NameBuiltin:          "#0086B3",
	zdpgo_pygments.NameClass:            "bold #445588",
	zdpgo_pygments.NameConstant:         "#008080",
	zdpgo_pygments.NameDecorator:        "bold #3c5d5d",
	zdpgo_pygments.NameEntity:           "#800080",
	zdpgo_pygments.NameException:        "bold #990000",
	zdpgo_pygments.NameFunction:         "bold #990000",
	zdpgo_pygments.NameLabel:            "bold #990000",
	zdpgo_pygments.NameNamespace:        "#555555",
	zdpgo_pygments.NameTag:              "#000080",
	zdpgo_pygments.NameVariableClass:    "#008080",
	zdpgo_pygments.NameVariableGlobal:   "#008080",
	zdpgo_pygments.NameVariableInstance: "#008080",
	zdpgo_pygments.NameVariable:         "#008080",
	zdpgo_pygments.Operator:             "bold #000000",
	zdpgo_pygments.TextWhitespace:       "#bbbbbb",
	zdpgo_pygments.Background:           " bg:#ffffff",
}))

GitHub style.

Theme based on HackerRank Dark Editor theme

Theme based on HackerRank High Contrast Editor Theme

Igor style.

View Source
var Lovelace = Register(zdpgo_pygments.MustNewStyle("lovelace", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:         "#a89028",
	zdpgo_pygments.Comment:                "italic #888888",
	zdpgo_pygments.CommentHashbang:        "#287088",
	zdpgo_pygments.CommentMultiline:       "#888888",
	zdpgo_pygments.CommentPreproc:         "noitalic #289870",
	zdpgo_pygments.Keyword:                "#2838b0",
	zdpgo_pygments.KeywordConstant:        "italic #444444",
	zdpgo_pygments.KeywordDeclaration:     "italic",
	zdpgo_pygments.KeywordType:            "italic",
	zdpgo_pygments.Operator:               "#666666",
	zdpgo_pygments.OperatorWord:           "#a848a8",
	zdpgo_pygments.Punctuation:            "#888888",
	zdpgo_pygments.NameAttribute:          "#388038",
	zdpgo_pygments.NameBuiltin:            "#388038",
	zdpgo_pygments.NameBuiltinPseudo:      "italic",
	zdpgo_pygments.NameClass:              "#287088",
	zdpgo_pygments.NameConstant:           "#b85820",
	zdpgo_pygments.NameDecorator:          "#287088",
	zdpgo_pygments.NameEntity:             "#709030",
	zdpgo_pygments.NameException:          "#908828",
	zdpgo_pygments.NameFunction:           "#785840",
	zdpgo_pygments.NameFunctionMagic:      "#b85820",
	zdpgo_pygments.NameLabel:              "#289870",
	zdpgo_pygments.NameNamespace:          "#289870",
	zdpgo_pygments.NameTag:                "#2838b0",
	zdpgo_pygments.NameVariable:           "#b04040",
	zdpgo_pygments.NameVariableGlobal:     "#908828",
	zdpgo_pygments.NameVariableMagic:      "#b85820",
	zdpgo_pygments.LiteralString:          "#b83838",
	zdpgo_pygments.LiteralStringAffix:     "#444444",
	zdpgo_pygments.LiteralStringChar:      "#a848a8",
	zdpgo_pygments.LiteralStringDelimiter: "#b85820",
	zdpgo_pygments.LiteralStringDoc:       "italic #b85820",
	zdpgo_pygments.LiteralStringEscape:    "#709030",
	zdpgo_pygments.LiteralStringInterpol:  "underline",
	zdpgo_pygments.LiteralStringOther:     "#a848a8",
	zdpgo_pygments.LiteralStringRegex:     "#a848a8",
	zdpgo_pygments.LiteralNumber:          "#444444",
	zdpgo_pygments.GenericDeleted:         "#c02828",
	zdpgo_pygments.GenericEmph:            "italic",
	zdpgo_pygments.GenericError:           "#c02828",
	zdpgo_pygments.GenericHeading:         "#666666",
	zdpgo_pygments.GenericSubheading:      "#444444",
	zdpgo_pygments.GenericInserted:        "#388038",
	zdpgo_pygments.GenericOutput:          "#666666",
	zdpgo_pygments.GenericPrompt:          "#444444",
	zdpgo_pygments.GenericStrong:          "bold",
	zdpgo_pygments.GenericTraceback:       "#2838b0",
	zdpgo_pygments.GenericUnderline:       "underline",
	zdpgo_pygments.Error:                  "bg:#a848a8",
	zdpgo_pygments.Background:             " bg:#ffffff",
}))

Lovelace style.

View Source
var Manni = Register(zdpgo_pygments.MustNewStyle("manni", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:        "#bbbbbb",
	zdpgo_pygments.Comment:               "italic #0099FF",
	zdpgo_pygments.CommentPreproc:        "noitalic #009999",
	zdpgo_pygments.CommentSpecial:        "bold",
	zdpgo_pygments.Keyword:               "bold #006699",
	zdpgo_pygments.KeywordPseudo:         "nobold",
	zdpgo_pygments.KeywordType:           "#007788",
	zdpgo_pygments.Operator:              "#555555",
	zdpgo_pygments.OperatorWord:          "bold #000000",
	zdpgo_pygments.NameBuiltin:           "#336666",
	zdpgo_pygments.NameFunction:          "#CC00FF",
	zdpgo_pygments.NameClass:             "bold #00AA88",
	zdpgo_pygments.NameNamespace:         "bold #00CCFF",
	zdpgo_pygments.NameException:         "bold #CC0000",
	zdpgo_pygments.NameVariable:          "#003333",
	zdpgo_pygments.NameConstant:          "#336600",
	zdpgo_pygments.NameLabel:             "#9999FF",
	zdpgo_pygments.NameEntity:            "bold #999999",
	zdpgo_pygments.NameAttribute:         "#330099",
	zdpgo_pygments.NameTag:               "bold #330099",
	zdpgo_pygments.NameDecorator:         "#9999FF",
	zdpgo_pygments.LiteralString:         "#CC3300",
	zdpgo_pygments.LiteralStringDoc:      "italic",
	zdpgo_pygments.LiteralStringInterpol: "#AA0000",
	zdpgo_pygments.LiteralStringEscape:   "bold #CC3300",
	zdpgo_pygments.LiteralStringRegex:    "#33AAAA",
	zdpgo_pygments.LiteralStringSymbol:   "#FFCC33",
	zdpgo_pygments.LiteralStringOther:    "#CC3300",
	zdpgo_pygments.LiteralNumber:         "#FF6600",
	zdpgo_pygments.GenericHeading:        "bold #003300",
	zdpgo_pygments.GenericSubheading:     "bold #003300",
	zdpgo_pygments.GenericDeleted:        "border:#CC0000 bg:#FFCCCC",
	zdpgo_pygments.GenericInserted:       "border:#00CC00 bg:#CCFFCC",
	zdpgo_pygments.GenericError:          "#FF0000",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericPrompt:         "bold #000099",
	zdpgo_pygments.GenericOutput:         "#AAAAAA",
	zdpgo_pygments.GenericTraceback:      "#99CC66",
	zdpgo_pygments.GenericUnderline:      "underline",
	zdpgo_pygments.Error:                 "bg:#FFAAAA #AA0000",
	zdpgo_pygments.Background:            " bg:#f0f3f3",
}))

Manni style.

Monokai style.

MonokaiLight style.

View Source
var Murphy = Register(zdpgo_pygments.MustNewStyle("murphy", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:        "#bbbbbb",
	zdpgo_pygments.Comment:               "#666 italic",
	zdpgo_pygments.CommentPreproc:        "#579 noitalic",
	zdpgo_pygments.CommentSpecial:        "#c00 bold",
	zdpgo_pygments.Keyword:               "bold #289",
	zdpgo_pygments.KeywordPseudo:         "#08f",
	zdpgo_pygments.KeywordType:           "#66f",
	zdpgo_pygments.Operator:              "#333",
	zdpgo_pygments.OperatorWord:          "bold #000",
	zdpgo_pygments.NameBuiltin:           "#072",
	zdpgo_pygments.NameFunction:          "bold #5ed",
	zdpgo_pygments.NameClass:             "bold #e9e",
	zdpgo_pygments.NameNamespace:         "bold #0e84b5",
	zdpgo_pygments.NameException:         "bold #F00",
	zdpgo_pygments.NameVariable:          "#036",
	zdpgo_pygments.NameVariableInstance:  "#aaf",
	zdpgo_pygments.NameVariableClass:     "#ccf",
	zdpgo_pygments.NameVariableGlobal:    "#f84",
	zdpgo_pygments.NameConstant:          "bold #5ed",
	zdpgo_pygments.NameLabel:             "bold #970",
	zdpgo_pygments.NameEntity:            "#800",
	zdpgo_pygments.NameAttribute:         "#007",
	zdpgo_pygments.NameTag:               "#070",
	zdpgo_pygments.NameDecorator:         "bold #555",
	zdpgo_pygments.LiteralString:         "bg:#e0e0ff",
	zdpgo_pygments.LiteralStringChar:     "#88F bg:",
	zdpgo_pygments.LiteralStringDoc:      "#D42 bg:",
	zdpgo_pygments.LiteralStringInterpol: "bg:#eee",
	zdpgo_pygments.LiteralStringEscape:   "bold #666",
	zdpgo_pygments.LiteralStringRegex:    "bg:#e0e0ff #000",
	zdpgo_pygments.LiteralStringSymbol:   "#fc8 bg:",
	zdpgo_pygments.LiteralStringOther:    "#f88",
	zdpgo_pygments.LiteralNumber:         "bold #60E",
	zdpgo_pygments.LiteralNumberInteger:  "bold #66f",
	zdpgo_pygments.LiteralNumberFloat:    "bold #60E",
	zdpgo_pygments.LiteralNumberHex:      "bold #058",
	zdpgo_pygments.LiteralNumberOct:      "bold #40E",
	zdpgo_pygments.GenericHeading:        "bold #000080",
	zdpgo_pygments.GenericSubheading:     "bold #800080",
	zdpgo_pygments.GenericDeleted:        "#A00000",
	zdpgo_pygments.GenericInserted:       "#00A000",
	zdpgo_pygments.GenericError:          "#FF0000",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericPrompt:         "bold #c65d09",
	zdpgo_pygments.GenericOutput:         "#888",
	zdpgo_pygments.GenericTraceback:      "#04D",
	zdpgo_pygments.GenericUnderline:      "underline",
	zdpgo_pygments.Error:                 "#F00 bg:#FAA",
	zdpgo_pygments.Background:            " bg:#ffffff",
}))

Murphy style.

View Source
var Native = Register(zdpgo_pygments.MustNewStyle("native", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Background:         "#d0d0d0 bg:#202020",
	zdpgo_pygments.TextWhitespace:     "#666666",
	zdpgo_pygments.Comment:            "italic #999999",
	zdpgo_pygments.CommentPreproc:     "noitalic bold #cd2828",
	zdpgo_pygments.CommentSpecial:     "noitalic bold #e50808 bg:#520000",
	zdpgo_pygments.Keyword:            "bold #6ab825",
	zdpgo_pygments.KeywordPseudo:      "nobold",
	zdpgo_pygments.OperatorWord:       "bold #6ab825",
	zdpgo_pygments.LiteralString:      "#ed9d13",
	zdpgo_pygments.LiteralStringOther: "#ffa500",
	zdpgo_pygments.LiteralNumber:      "#3677a9",
	zdpgo_pygments.NameBuiltin:        "#24909d",
	zdpgo_pygments.NameVariable:       "#40ffff",
	zdpgo_pygments.NameConstant:       "#40ffff",
	zdpgo_pygments.NameClass:          "underline #447fcf",
	zdpgo_pygments.NameFunction:       "#447fcf",
	zdpgo_pygments.NameNamespace:      "underline #447fcf",
	zdpgo_pygments.NameException:      "#bbbbbb",
	zdpgo_pygments.NameTag:            "bold #6ab825",
	zdpgo_pygments.NameAttribute:      "#bbbbbb",
	zdpgo_pygments.NameDecorator:      "#ffa500",
	zdpgo_pygments.GenericHeading:     "bold #ffffff",
	zdpgo_pygments.GenericSubheading:  "underline #ffffff",
	zdpgo_pygments.GenericDeleted:     "#d22323",
	zdpgo_pygments.GenericInserted:    "#589819",
	zdpgo_pygments.GenericError:       "#d22323",
	zdpgo_pygments.GenericEmph:        "italic",
	zdpgo_pygments.GenericStrong:      "bold",
	zdpgo_pygments.GenericPrompt:      "#aaaaaa",
	zdpgo_pygments.GenericOutput:      "#cccccc",
	zdpgo_pygments.GenericTraceback:   "#d22323",
	zdpgo_pygments.GenericUnderline:   "underline",
	zdpgo_pygments.Error:              "bg:#e3d2d2 #a61717",
}))

Native style.

View Source
var Nord = Register(zdpgo_pygments.MustNewStyle("nord", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:        nord4,
	zdpgo_pygments.Comment:               "italic " + nord3b,
	zdpgo_pygments.CommentPreproc:        nord10,
	zdpgo_pygments.Keyword:               "bold " + nord9,
	zdpgo_pygments.KeywordPseudo:         "nobold " + nord9,
	zdpgo_pygments.KeywordType:           "nobold " + nord9,
	zdpgo_pygments.Operator:              nord9,
	zdpgo_pygments.OperatorWord:          "bold " + nord9,
	zdpgo_pygments.Name:                  nord4,
	zdpgo_pygments.NameBuiltin:           nord9,
	zdpgo_pygments.NameFunction:          nord8,
	zdpgo_pygments.NameClass:             nord7,
	zdpgo_pygments.NameNamespace:         nord7,
	zdpgo_pygments.NameException:         nord11,
	zdpgo_pygments.NameVariable:          nord4,
	zdpgo_pygments.NameConstant:          nord7,
	zdpgo_pygments.NameLabel:             nord7,
	zdpgo_pygments.NameEntity:            nord12,
	zdpgo_pygments.NameAttribute:         nord7,
	zdpgo_pygments.NameTag:               nord9,
	zdpgo_pygments.NameDecorator:         nord12,
	zdpgo_pygments.Punctuation:           nord6,
	zdpgo_pygments.LiteralString:         nord14,
	zdpgo_pygments.LiteralStringDoc:      nord3b,
	zdpgo_pygments.LiteralStringInterpol: nord14,
	zdpgo_pygments.LiteralStringEscape:   nord13,
	zdpgo_pygments.LiteralStringRegex:    nord13,
	zdpgo_pygments.LiteralStringSymbol:   nord14,
	zdpgo_pygments.LiteralStringOther:    nord14,
	zdpgo_pygments.LiteralNumber:         nord15,
	zdpgo_pygments.GenericHeading:        "bold " + nord8,
	zdpgo_pygments.GenericSubheading:     "bold " + nord8,
	zdpgo_pygments.GenericDeleted:        nord11,
	zdpgo_pygments.GenericInserted:       nord14,
	zdpgo_pygments.GenericError:          nord11,
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericPrompt:         "bold " + nord3,
	zdpgo_pygments.GenericOutput:         nord4,
	zdpgo_pygments.GenericTraceback:      nord11,
	zdpgo_pygments.Error:                 nord11,
	zdpgo_pygments.Background:            nord4 + " bg:" + nord0,
}))

Nord, an arctic, north-bluish color palette

1S:Designer color palette

View Source
var ParaisoDark = Register(zdpgo_pygments.MustNewStyle("paraiso-dark", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Text:                  "#e7e9db",
	zdpgo_pygments.Error:                 "#ef6155",
	zdpgo_pygments.Comment:               "#776e71",
	zdpgo_pygments.Keyword:               "#815ba4",
	zdpgo_pygments.KeywordNamespace:      "#5bc4bf",
	zdpgo_pygments.KeywordType:           "#fec418",
	zdpgo_pygments.Operator:              "#5bc4bf",
	zdpgo_pygments.Punctuation:           "#e7e9db",
	zdpgo_pygments.Name:                  "#e7e9db",
	zdpgo_pygments.NameAttribute:         "#06b6ef",
	zdpgo_pygments.NameClass:             "#fec418",
	zdpgo_pygments.NameConstant:          "#ef6155",
	zdpgo_pygments.NameDecorator:         "#5bc4bf",
	zdpgo_pygments.NameException:         "#ef6155",
	zdpgo_pygments.NameFunction:          "#06b6ef",
	zdpgo_pygments.NameNamespace:         "#fec418",
	zdpgo_pygments.NameOther:             "#06b6ef",
	zdpgo_pygments.NameTag:               "#5bc4bf",
	zdpgo_pygments.NameVariable:          "#ef6155",
	zdpgo_pygments.LiteralNumber:         "#f99b15",
	zdpgo_pygments.Literal:               "#f99b15",
	zdpgo_pygments.LiteralDate:           "#48b685",
	zdpgo_pygments.LiteralString:         "#48b685",
	zdpgo_pygments.LiteralStringChar:     "#e7e9db",
	zdpgo_pygments.LiteralStringDoc:      "#776e71",
	zdpgo_pygments.LiteralStringEscape:   "#f99b15",
	zdpgo_pygments.LiteralStringInterpol: "#f99b15",
	zdpgo_pygments.GenericDeleted:        "#ef6155",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericHeading:        "bold #e7e9db",
	zdpgo_pygments.GenericInserted:       "#48b685",
	zdpgo_pygments.GenericPrompt:         "bold #776e71",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericSubheading:     "bold #5bc4bf",
	zdpgo_pygments.Background:            "bg:#2f1e2e",
}))

ParaisoDark style.

View Source
var ParaisoLight = Register(zdpgo_pygments.MustNewStyle("paraiso-light", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Text:                  "#2f1e2e",
	zdpgo_pygments.Error:                 "#ef6155",
	zdpgo_pygments.Comment:               "#8d8687",
	zdpgo_pygments.Keyword:               "#815ba4",
	zdpgo_pygments.KeywordNamespace:      "#5bc4bf",
	zdpgo_pygments.KeywordType:           "#fec418",
	zdpgo_pygments.Operator:              "#5bc4bf",
	zdpgo_pygments.Punctuation:           "#2f1e2e",
	zdpgo_pygments.Name:                  "#2f1e2e",
	zdpgo_pygments.NameAttribute:         "#06b6ef",
	zdpgo_pygments.NameClass:             "#fec418",
	zdpgo_pygments.NameConstant:          "#ef6155",
	zdpgo_pygments.NameDecorator:         "#5bc4bf",
	zdpgo_pygments.NameException:         "#ef6155",
	zdpgo_pygments.NameFunction:          "#06b6ef",
	zdpgo_pygments.NameNamespace:         "#fec418",
	zdpgo_pygments.NameOther:             "#06b6ef",
	zdpgo_pygments.NameTag:               "#5bc4bf",
	zdpgo_pygments.NameVariable:          "#ef6155",
	zdpgo_pygments.LiteralNumber:         "#f99b15",
	zdpgo_pygments.Literal:               "#f99b15",
	zdpgo_pygments.LiteralDate:           "#48b685",
	zdpgo_pygments.LiteralString:         "#48b685",
	zdpgo_pygments.LiteralStringChar:     "#2f1e2e",
	zdpgo_pygments.LiteralStringDoc:      "#8d8687",
	zdpgo_pygments.LiteralStringEscape:   "#f99b15",
	zdpgo_pygments.LiteralStringInterpol: "#f99b15",
	zdpgo_pygments.GenericDeleted:        "#ef6155",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericHeading:        "bold #2f1e2e",
	zdpgo_pygments.GenericInserted:       "#48b685",
	zdpgo_pygments.GenericPrompt:         "bold #8d8687",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericSubheading:     "bold #5bc4bf",
	zdpgo_pygments.Background:            "bg:#e7e9db",
}))

ParaisoLight style.

View Source
var Pastie = Register(zdpgo_pygments.MustNewStyle("pastie", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:        "#bbbbbb",
	zdpgo_pygments.Comment:               "#888888",
	zdpgo_pygments.CommentPreproc:        "bold #cc0000",
	zdpgo_pygments.CommentSpecial:        "bg:#fff0f0 bold #cc0000",
	zdpgo_pygments.LiteralString:         "bg:#fff0f0 #dd2200",
	zdpgo_pygments.LiteralStringRegex:    "bg:#fff0ff #008800",
	zdpgo_pygments.LiteralStringOther:    "bg:#f0fff0 #22bb22",
	zdpgo_pygments.LiteralStringSymbol:   "#aa6600",
	zdpgo_pygments.LiteralStringInterpol: "#3333bb",
	zdpgo_pygments.LiteralStringEscape:   "#0044dd",
	zdpgo_pygments.OperatorWord:          "#008800",
	zdpgo_pygments.Keyword:               "bold #008800",
	zdpgo_pygments.KeywordPseudo:         "nobold",
	zdpgo_pygments.KeywordType:           "#888888",
	zdpgo_pygments.NameClass:             "bold #bb0066",
	zdpgo_pygments.NameException:         "bold #bb0066",
	zdpgo_pygments.NameFunction:          "bold #0066bb",
	zdpgo_pygments.NameProperty:          "bold #336699",
	zdpgo_pygments.NameNamespace:         "bold #bb0066",
	zdpgo_pygments.NameBuiltin:           "#003388",
	zdpgo_pygments.NameVariable:          "#336699",
	zdpgo_pygments.NameVariableClass:     "#336699",
	zdpgo_pygments.NameVariableInstance:  "#3333bb",
	zdpgo_pygments.NameVariableGlobal:    "#dd7700",
	zdpgo_pygments.NameConstant:          "bold #003366",
	zdpgo_pygments.NameTag:               "bold #bb0066",
	zdpgo_pygments.NameAttribute:         "#336699",
	zdpgo_pygments.NameDecorator:         "#555555",
	zdpgo_pygments.NameLabel:             "italic #336699",
	zdpgo_pygments.LiteralNumber:         "bold #0000DD",
	zdpgo_pygments.GenericHeading:        "#333",
	zdpgo_pygments.GenericSubheading:     "#666",
	zdpgo_pygments.GenericDeleted:        "bg:#ffdddd #000000",
	zdpgo_pygments.GenericInserted:       "bg:#ddffdd #000000",
	zdpgo_pygments.GenericError:          "#aa0000",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericPrompt:         "#555555",
	zdpgo_pygments.GenericOutput:         "#888888",
	zdpgo_pygments.GenericTraceback:      "#aa0000",
	zdpgo_pygments.GenericUnderline:      "underline",
	zdpgo_pygments.Error:                 "bg:#e3d2d2 #a61717",
	zdpgo_pygments.Background:            " bg:#ffffff",
}))

Pastie style.

View Source
var Perldoc = Register(zdpgo_pygments.MustNewStyle("perldoc", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:       "#bbbbbb",
	zdpgo_pygments.Comment:              "#228B22",
	zdpgo_pygments.CommentPreproc:       "#1e889b",
	zdpgo_pygments.CommentSpecial:       "#8B008B bold",
	zdpgo_pygments.LiteralString:        "#CD5555",
	zdpgo_pygments.LiteralStringHeredoc: "#1c7e71 italic",
	zdpgo_pygments.LiteralStringRegex:   "#1c7e71",
	zdpgo_pygments.LiteralStringOther:   "#cb6c20",
	zdpgo_pygments.LiteralNumber:        "#B452CD",
	zdpgo_pygments.OperatorWord:         "#8B008B",
	zdpgo_pygments.Keyword:              "#8B008B bold",
	zdpgo_pygments.KeywordType:          "#00688B",
	zdpgo_pygments.NameClass:            "#008b45 bold",
	zdpgo_pygments.NameException:        "#008b45 bold",
	zdpgo_pygments.NameFunction:         "#008b45",
	zdpgo_pygments.NameNamespace:        "#008b45 underline",
	zdpgo_pygments.NameVariable:         "#00688B",
	zdpgo_pygments.NameConstant:         "#00688B",
	zdpgo_pygments.NameDecorator:        "#707a7c",
	zdpgo_pygments.NameTag:              "#8B008B bold",
	zdpgo_pygments.NameAttribute:        "#658b00",
	zdpgo_pygments.NameBuiltin:          "#658b00",
	zdpgo_pygments.GenericHeading:       "bold #000080",
	zdpgo_pygments.GenericSubheading:    "bold #800080",
	zdpgo_pygments.GenericDeleted:       "#aa0000",
	zdpgo_pygments.GenericInserted:      "#00aa00",
	zdpgo_pygments.GenericError:         "#aa0000",
	zdpgo_pygments.GenericEmph:          "italic",
	zdpgo_pygments.GenericStrong:        "bold",
	zdpgo_pygments.GenericPrompt:        "#555555",
	zdpgo_pygments.GenericOutput:        "#888888",
	zdpgo_pygments.GenericTraceback:     "#aa0000",
	zdpgo_pygments.GenericUnderline:     "underline",
	zdpgo_pygments.Error:                "bg:#e3d2d2 #a61717",
	zdpgo_pygments.Background:           " bg:#eeeedd",
}))

Perldoc style.

View Source
var Pygments = Register(zdpgo_pygments.MustNewStyle("pygments", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Whitespace:     "#bbbbbb",
	zdpgo_pygments.Comment:        "italic #408080",
	zdpgo_pygments.CommentPreproc: "noitalic #BC7A00",

	zdpgo_pygments.Keyword:       "bold #008000",
	zdpgo_pygments.KeywordPseudo: "nobold",
	zdpgo_pygments.KeywordType:   "nobold #B00040",

	zdpgo_pygments.Operator:     "#666666",
	zdpgo_pygments.OperatorWord: "bold #AA22FF",

	zdpgo_pygments.NameBuiltin:   "#008000",
	zdpgo_pygments.NameFunction:  "#0000FF",
	zdpgo_pygments.NameClass:     "bold #0000FF",
	zdpgo_pygments.NameNamespace: "bold #0000FF",
	zdpgo_pygments.NameException: "bold #D2413A",
	zdpgo_pygments.NameVariable:  "#19177C",
	zdpgo_pygments.NameConstant:  "#880000",
	zdpgo_pygments.NameLabel:     "#A0A000",
	zdpgo_pygments.NameEntity:    "bold #999999",
	zdpgo_pygments.NameAttribute: "#7D9029",
	zdpgo_pygments.NameTag:       "bold #008000",
	zdpgo_pygments.NameDecorator: "#AA22FF",

	zdpgo_pygments.String:         "#BA2121",
	zdpgo_pygments.StringDoc:      "italic",
	zdpgo_pygments.StringInterpol: "bold #BB6688",
	zdpgo_pygments.StringEscape:   "bold #BB6622",
	zdpgo_pygments.StringRegex:    "#BB6688",
	zdpgo_pygments.StringSymbol:   "#19177C",
	zdpgo_pygments.StringOther:    "#008000",
	zdpgo_pygments.Number:         "#666666",

	zdpgo_pygments.GenericHeading:    "bold #000080",
	zdpgo_pygments.GenericSubheading: "bold #800080",
	zdpgo_pygments.GenericDeleted:    "#A00000",
	zdpgo_pygments.GenericInserted:   "#00A000",
	zdpgo_pygments.GenericError:      "#FF0000",
	zdpgo_pygments.GenericEmph:       "italic",
	zdpgo_pygments.GenericStrong:     "bold",
	zdpgo_pygments.GenericPrompt:     "bold #000080",
	zdpgo_pygments.GenericOutput:     "#888",
	zdpgo_pygments.GenericTraceback:  "#04D",
	zdpgo_pygments.GenericUnderline:  "underline",

	zdpgo_pygments.Error: "border:#FF0000",
}))

Pygments default theme.

View Source
var RainbowDash = Register(zdpgo_pygments.MustNewStyle("rainbow_dash", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Comment:             "italic #0080ff",
	zdpgo_pygments.CommentPreproc:      "noitalic",
	zdpgo_pygments.CommentSpecial:      "bold",
	zdpgo_pygments.Error:               "bg:#cc0000 #ffffff",
	zdpgo_pygments.GenericDeleted:      "border:#c5060b bg:#ffcccc",
	zdpgo_pygments.GenericEmph:         "italic",
	zdpgo_pygments.GenericError:        "#ff0000",
	zdpgo_pygments.GenericHeading:      "bold #2c5dcd",
	zdpgo_pygments.GenericInserted:     "border:#00cc00 bg:#ccffcc",
	zdpgo_pygments.GenericOutput:       "#aaaaaa",
	zdpgo_pygments.GenericPrompt:       "bold #2c5dcd",
	zdpgo_pygments.GenericStrong:       "bold",
	zdpgo_pygments.GenericSubheading:   "bold #2c5dcd",
	zdpgo_pygments.GenericTraceback:    "#c5060b",
	zdpgo_pygments.GenericUnderline:    "underline",
	zdpgo_pygments.Keyword:             "bold #2c5dcd",
	zdpgo_pygments.KeywordPseudo:       "nobold",
	zdpgo_pygments.KeywordType:         "#5918bb",
	zdpgo_pygments.NameAttribute:       "italic #2c5dcd",
	zdpgo_pygments.NameBuiltin:         "bold #5918bb",
	zdpgo_pygments.NameClass:           "underline",
	zdpgo_pygments.NameConstant:        "#318495",
	zdpgo_pygments.NameDecorator:       "bold #ff8000",
	zdpgo_pygments.NameEntity:          "bold #5918bb",
	zdpgo_pygments.NameException:       "bold #5918bb",
	zdpgo_pygments.NameFunction:        "bold #ff8000",
	zdpgo_pygments.NameTag:             "bold #2c5dcd",
	zdpgo_pygments.LiteralNumber:       "bold #5918bb",
	zdpgo_pygments.Operator:            "#2c5dcd",
	zdpgo_pygments.OperatorWord:        "bold",
	zdpgo_pygments.LiteralString:       "#00cc66",
	zdpgo_pygments.LiteralStringDoc:    "italic",
	zdpgo_pygments.LiteralStringEscape: "bold #c5060b",
	zdpgo_pygments.LiteralStringOther:  "#318495",
	zdpgo_pygments.LiteralStringSymbol: "bold #c5060b",
	zdpgo_pygments.Text:                "#4d4d4d",
	zdpgo_pygments.TextWhitespace:      "#cbcbcb",
	zdpgo_pygments.Background:          " bg:#ffffff",
}))

RainbowDash style.

View Source
var Registry = map[string]*zdpgo_pygments.Style{}

Registry of Styles.

Rrt style.

View Source
var SolarizedDark = Register(zdpgo_pygments.MustNewStyle("solarized-dark", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Keyword:               "#719e07",
	zdpgo_pygments.KeywordConstant:       "#CB4B16",
	zdpgo_pygments.KeywordDeclaration:    "#268BD2",
	zdpgo_pygments.KeywordReserved:       "#268BD2",
	zdpgo_pygments.KeywordType:           "#DC322F",
	zdpgo_pygments.NameAttribute:         "#93A1A1",
	zdpgo_pygments.NameBuiltin:           "#B58900",
	zdpgo_pygments.NameBuiltinPseudo:     "#268BD2",
	zdpgo_pygments.NameClass:             "#268BD2",
	zdpgo_pygments.NameConstant:          "#CB4B16",
	zdpgo_pygments.NameDecorator:         "#268BD2",
	zdpgo_pygments.NameEntity:            "#CB4B16",
	zdpgo_pygments.NameException:         "#CB4B16",
	zdpgo_pygments.NameFunction:          "#268BD2",
	zdpgo_pygments.NameTag:               "#268BD2",
	zdpgo_pygments.NameVariable:          "#268BD2",
	zdpgo_pygments.LiteralString:         "#2AA198",
	zdpgo_pygments.LiteralStringBacktick: "#586E75",
	zdpgo_pygments.LiteralStringChar:     "#2AA198",
	zdpgo_pygments.LiteralStringDoc:      "#93A1A1",
	zdpgo_pygments.LiteralStringEscape:   "#CB4B16",
	zdpgo_pygments.LiteralStringHeredoc:  "#93A1A1",
	zdpgo_pygments.LiteralStringRegex:    "#DC322F",
	zdpgo_pygments.LiteralNumber:         "#2AA198",
	zdpgo_pygments.Operator:              "#719e07",
	zdpgo_pygments.Comment:               "#586E75",
	zdpgo_pygments.CommentPreproc:        "#719e07",
	zdpgo_pygments.CommentSpecial:        "#719e07",
	zdpgo_pygments.GenericDeleted:        "#DC322F",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericError:          "#DC322F bold",
	zdpgo_pygments.GenericHeading:        "#CB4B16",
	zdpgo_pygments.GenericInserted:       "#719e07",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericSubheading:     "#268BD2",
	zdpgo_pygments.Background:            "#93A1A1 bg:#002B36",
	zdpgo_pygments.Other:                 "#CB4B16",
}))

SolarizedDark style.

View Source
var SolarizedDark256 = Register(zdpgo_pygments.MustNewStyle("solarized-dark256", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Keyword:               "#5f8700",
	zdpgo_pygments.KeywordConstant:       "#d75f00",
	zdpgo_pygments.KeywordDeclaration:    "#0087ff",
	zdpgo_pygments.KeywordNamespace:      "#d75f00",
	zdpgo_pygments.KeywordReserved:       "#0087ff",
	zdpgo_pygments.KeywordType:           "#af0000",
	zdpgo_pygments.NameAttribute:         "#8a8a8a",
	zdpgo_pygments.NameBuiltin:           "#0087ff",
	zdpgo_pygments.NameBuiltinPseudo:     "#0087ff",
	zdpgo_pygments.NameClass:             "#0087ff",
	zdpgo_pygments.NameConstant:          "#d75f00",
	zdpgo_pygments.NameDecorator:         "#0087ff",
	zdpgo_pygments.NameEntity:            "#d75f00",
	zdpgo_pygments.NameException:         "#af8700",
	zdpgo_pygments.NameFunction:          "#0087ff",
	zdpgo_pygments.NameTag:               "#0087ff",
	zdpgo_pygments.NameVariable:          "#0087ff",
	zdpgo_pygments.LiteralString:         "#00afaf",
	zdpgo_pygments.LiteralStringBacktick: "#4e4e4e",
	zdpgo_pygments.LiteralStringChar:     "#00afaf",
	zdpgo_pygments.LiteralStringDoc:      "#00afaf",
	zdpgo_pygments.LiteralStringEscape:   "#af0000",
	zdpgo_pygments.LiteralStringHeredoc:  "#00afaf",
	zdpgo_pygments.LiteralStringRegex:    "#af0000",
	zdpgo_pygments.LiteralNumber:         "#00afaf",
	zdpgo_pygments.Operator:              "#8a8a8a",
	zdpgo_pygments.OperatorWord:          "#5f8700",
	zdpgo_pygments.Comment:               "#4e4e4e",
	zdpgo_pygments.CommentPreproc:        "#5f8700",
	zdpgo_pygments.CommentSpecial:        "#5f8700",
	zdpgo_pygments.GenericDeleted:        "#af0000",
	zdpgo_pygments.GenericEmph:           "italic",
	zdpgo_pygments.GenericError:          "#af0000 bold",
	zdpgo_pygments.GenericHeading:        "#d75f00",
	zdpgo_pygments.GenericInserted:       "#5f8700",
	zdpgo_pygments.GenericStrong:         "bold",
	zdpgo_pygments.GenericSubheading:     "#0087ff",
	zdpgo_pygments.Background:            "#8a8a8a bg:#1c1c1c",
	zdpgo_pygments.Other:                 "#d75f00",
}))

SolarizedDark256 style.

SolarizedLight style.

View Source
var SwapOff = Register(zdpgo_pygments.MustNewStyle("swapoff", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Background:        "#lightgray bg:#black",
	zdpgo_pygments.Number:            "bold #ansiyellow",
	zdpgo_pygments.Comment:           "#ansiteal",
	zdpgo_pygments.CommentPreproc:    "bold #ansigreen",
	zdpgo_pygments.String:            "bold #ansiturquoise",
	zdpgo_pygments.Keyword:           "bold #ansiwhite",
	zdpgo_pygments.NameKeyword:       "bold #ansiwhite",
	zdpgo_pygments.NameBuiltin:       "bold #ansiwhite",
	zdpgo_pygments.GenericHeading:    "bold",
	zdpgo_pygments.GenericSubheading: "bold",
	zdpgo_pygments.GenericStrong:     "bold",
	zdpgo_pygments.GenericUnderline:  "underline",
	zdpgo_pygments.NameTag:           "bold",
	zdpgo_pygments.NameAttribute:     "#ansiteal",
	zdpgo_pygments.Error:             "#ansired",
	zdpgo_pygments.LiteralDate:       "bold #ansiyellow",
}))

SwapOff theme.

View Source
var Tango = Register(zdpgo_pygments.MustNewStyle("tango", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.TextWhitespace:           "underline #f8f8f8",
	zdpgo_pygments.Error:                    "#a40000 border:#ef2929",
	zdpgo_pygments.Other:                    "#000000",
	zdpgo_pygments.Comment:                  "italic #8f5902",
	zdpgo_pygments.CommentMultiline:         "italic #8f5902",
	zdpgo_pygments.CommentPreproc:           "italic #8f5902",
	zdpgo_pygments.CommentSingle:            "italic #8f5902",
	zdpgo_pygments.CommentSpecial:           "italic #8f5902",
	zdpgo_pygments.Keyword:                  "bold #204a87",
	zdpgo_pygments.KeywordConstant:          "bold #204a87",
	zdpgo_pygments.KeywordDeclaration:       "bold #204a87",
	zdpgo_pygments.KeywordNamespace:         "bold #204a87",
	zdpgo_pygments.KeywordPseudo:            "bold #204a87",
	zdpgo_pygments.KeywordReserved:          "bold #204a87",
	zdpgo_pygments.KeywordType:              "bold #204a87",
	zdpgo_pygments.Operator:                 "bold #ce5c00",
	zdpgo_pygments.OperatorWord:             "bold #204a87",
	zdpgo_pygments.Punctuation:              "bold #000000",
	zdpgo_pygments.Name:                     "#000000",
	zdpgo_pygments.NameAttribute:            "#c4a000",
	zdpgo_pygments.NameBuiltin:              "#204a87",
	zdpgo_pygments.NameBuiltinPseudo:        "#3465a4",
	zdpgo_pygments.NameClass:                "#000000",
	zdpgo_pygments.NameConstant:             "#000000",
	zdpgo_pygments.NameDecorator:            "bold #5c35cc",
	zdpgo_pygments.NameEntity:               "#ce5c00",
	zdpgo_pygments.NameException:            "bold #cc0000",
	zdpgo_pygments.NameFunction:             "#000000",
	zdpgo_pygments.NameProperty:             "#000000",
	zdpgo_pygments.NameLabel:                "#f57900",
	zdpgo_pygments.NameNamespace:            "#000000",
	zdpgo_pygments.NameOther:                "#000000",
	zdpgo_pygments.NameTag:                  "bold #204a87",
	zdpgo_pygments.NameVariable:             "#000000",
	zdpgo_pygments.NameVariableClass:        "#000000",
	zdpgo_pygments.NameVariableGlobal:       "#000000",
	zdpgo_pygments.NameVariableInstance:     "#000000",
	zdpgo_pygments.LiteralNumber:            "bold #0000cf",
	zdpgo_pygments.LiteralNumberFloat:       "bold #0000cf",
	zdpgo_pygments.LiteralNumberHex:         "bold #0000cf",
	zdpgo_pygments.LiteralNumberInteger:     "bold #0000cf",
	zdpgo_pygments.LiteralNumberIntegerLong: "bold #0000cf",
	zdpgo_pygments.LiteralNumberOct:         "bold #0000cf",
	zdpgo_pygments.Literal:                  "#000000",
	zdpgo_pygments.LiteralDate:              "#000000",
	zdpgo_pygments.LiteralString:            "#4e9a06",
	zdpgo_pygments.LiteralStringBacktick:    "#4e9a06",
	zdpgo_pygments.LiteralStringChar:        "#4e9a06",
	zdpgo_pygments.LiteralStringDoc:         "italic #8f5902",
	zdpgo_pygments.LiteralStringDouble:      "#4e9a06",
	zdpgo_pygments.LiteralStringEscape:      "#4e9a06",
	zdpgo_pygments.LiteralStringHeredoc:     "#4e9a06",
	zdpgo_pygments.LiteralStringInterpol:    "#4e9a06",
	zdpgo_pygments.LiteralStringOther:       "#4e9a06",
	zdpgo_pygments.LiteralStringRegex:       "#4e9a06",
	zdpgo_pygments.LiteralStringSingle:      "#4e9a06",
	zdpgo_pygments.LiteralStringSymbol:      "#4e9a06",
	zdpgo_pygments.Generic:                  "#000000",
	zdpgo_pygments.GenericDeleted:           "#a40000",
	zdpgo_pygments.GenericEmph:              "italic #000000",
	zdpgo_pygments.GenericError:             "#ef2929",
	zdpgo_pygments.GenericHeading:           "bold #000080",
	zdpgo_pygments.GenericInserted:          "#00A000",
	zdpgo_pygments.GenericOutput:            "italic #000000",
	zdpgo_pygments.GenericPrompt:            "#8f5902",
	zdpgo_pygments.GenericStrong:            "bold #000000",
	zdpgo_pygments.GenericSubheading:        "bold #800080",
	zdpgo_pygments.GenericTraceback:         "bold #a40000",
	zdpgo_pygments.GenericUnderline:         "underline",
	zdpgo_pygments.Background:               " bg:#f8f8f8",
}))

Tango style.

Trac style.

Vim style.

VisualStudio style.

View Source
var Vulcan = Register(zdpgo_pygments.MustNewStyle("vulcan", zdpgo_pygments.StyleEntries{
	zdpgo_pygments.Comment:                  grey,
	zdpgo_pygments.CommentHashbang:          grey + " italic",
	zdpgo_pygments.CommentMultiline:         grey,
	zdpgo_pygments.CommentPreproc:           blue,
	zdpgo_pygments.CommentSingle:            grey,
	zdpgo_pygments.CommentSpecial:           purple + " italic",
	zdpgo_pygments.Generic:                  white,
	zdpgo_pygments.GenericDeleted:           red,
	zdpgo_pygments.GenericEmph:              white + " underline",
	zdpgo_pygments.GenericError:             red + " bold",
	zdpgo_pygments.GenericHeading:           yellow + " bold",
	zdpgo_pygments.GenericInserted:          yellow,
	zdpgo_pygments.GenericOutput:            grey2,
	zdpgo_pygments.GenericPrompt:            white,
	zdpgo_pygments.GenericStrong:            red + " bold",
	zdpgo_pygments.GenericSubheading:        red + " italic",
	zdpgo_pygments.GenericTraceback:         white,
	zdpgo_pygments.GenericUnderline:         "underline",
	zdpgo_pygments.Error:                    red,
	zdpgo_pygments.Keyword:                  blue,
	zdpgo_pygments.KeywordConstant:          red + " bg:" + grey2,
	zdpgo_pygments.KeywordDeclaration:       blue,
	zdpgo_pygments.KeywordNamespace:         purple,
	zdpgo_pygments.KeywordPseudo:            purple,
	zdpgo_pygments.KeywordReserved:          blue,
	zdpgo_pygments.KeywordType:              blue2 + " bold",
	zdpgo_pygments.Literal:                  white,
	zdpgo_pygments.LiteralDate:              blue2,
	zdpgo_pygments.Name:                     white,
	zdpgo_pygments.NameAttribute:            purple,
	zdpgo_pygments.NameBuiltin:              blue,
	zdpgo_pygments.NameBuiltinPseudo:        blue,
	zdpgo_pygments.NameClass:                yellow,
	zdpgo_pygments.NameConstant:             yellow,
	zdpgo_pygments.NameDecorator:            yellow,
	zdpgo_pygments.NameEntity:               white,
	zdpgo_pygments.NameException:            red,
	zdpgo_pygments.NameFunction:             blue2,
	zdpgo_pygments.NameLabel:                red,
	zdpgo_pygments.NameNamespace:            white,
	zdpgo_pygments.NameOther:                white,
	zdpgo_pygments.NameTag:                  purple,
	zdpgo_pygments.NameVariable:             purple + " italic",
	zdpgo_pygments.NameVariableClass:        blue2 + " bold",
	zdpgo_pygments.NameVariableGlobal:       yellow,
	zdpgo_pygments.NameVariableInstance:     blue2,
	zdpgo_pygments.LiteralNumber:            cyan,
	zdpgo_pygments.LiteralNumberBin:         blue2,
	zdpgo_pygments.LiteralNumberFloat:       cyan,
	zdpgo_pygments.LiteralNumberHex:         blue2,
	zdpgo_pygments.LiteralNumberInteger:     cyan,
	zdpgo_pygments.LiteralNumberIntegerLong: cyan,
	zdpgo_pygments.LiteralNumberOct:         blue2,
	zdpgo_pygments.Operator:                 purple,
	zdpgo_pygments.OperatorWord:             purple,
	zdpgo_pygments.Other:                    white,
	zdpgo_pygments.Punctuation:              cyan,
	zdpgo_pygments.LiteralString:            green,
	zdpgo_pygments.LiteralStringBacktick:    blue2,
	zdpgo_pygments.LiteralStringChar:        blue2,
	zdpgo_pygments.LiteralStringDoc:         green,
	zdpgo_pygments.LiteralStringDouble:      green,
	zdpgo_pygments.LiteralStringEscape:      cyan,
	zdpgo_pygments.LiteralStringHeredoc:     cyan,
	zdpgo_pygments.LiteralStringInterpol:    green,
	zdpgo_pygments.LiteralStringOther:       green,
	zdpgo_pygments.LiteralStringRegex:       blue2,
	zdpgo_pygments.LiteralStringSingle:      green,
	zdpgo_pygments.LiteralStringSymbol:      green,
	zdpgo_pygments.Text:                     white,
	zdpgo_pygments.TextWhitespace:           white,
	zdpgo_pygments.Background:               " bg: " + black,
}))

WitchHazel Style

Xcode style.

Xcode dark style

Functions

func Get

func Get(name string) *zdpgo_pygments.Style

Get named style, or Fallback.

func Names

func Names() []string

Names of all available styles.

func Register

func Register(style *zdpgo_pygments.Style) *zdpgo_pygments.Style

Register a zdpgo_pygments.Style.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL