Created
March 2, 2020 20:34
-
-
Save pedroreys/e7055625de7db5a6782af23aee264e3c to your computer and use it in GitHub Desktop.
Generated with `pygmentize -S vice -f html -a .highlight > vice_highlight`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.highlight .hll { background-color: #ffffcc } | |
.highlight { background: #000000; color: #ffffff } | |
.highlight .c { color: #afafd7 } /* Comment */ | |
.highlight .err { color: #ffffff } /* Error */ | |
.highlight .esc { color: #ffffff } /* Escape */ | |
.highlight .g { color: #ffffff } /* Generic */ | |
.highlight .k { color: #87ffff } /* Keyword */ | |
.highlight .l { color: #ffffff } /* Literal */ | |
.highlight .n { color: #ffffff } /* Name */ | |
.highlight .o { color: #ffffff } /* Operator */ | |
.highlight .x { color: #ffffff } /* Other */ | |
.highlight .p { color: #ffffff } /* Punctuation */ | |
.highlight .ch { color: #afafd7 } /* Comment.Hashbang */ | |
.highlight .cm { color: #afafd7 } /* Comment.Multiline */ | |
.highlight .cp { color: #87ffff } /* Comment.Preproc */ | |
.highlight .cpf { color: #afafd7 } /* Comment.PreprocFile */ | |
.highlight .c1 { color: #afafd7 } /* Comment.Single */ | |
.highlight .cs { color: #afafd7 } /* Comment.Special */ | |
.highlight .gd { color: #ff005f } /* Generic.Deleted */ | |
.highlight .ge { color: #ffffff; text-decoration: underline } /* Generic.Emph */ | |
.highlight .gr { color: #ffffff } /* Generic.Error */ | |
.highlight .gh { color: #ffffff } /* Generic.Heading */ | |
.highlight .gi { color: #ffffff; background-color: #00ffaf } /* Generic.Inserted */ | |
.highlight .go { color: #ffffff } /* Generic.Output */ | |
.highlight .gp { color: #ffffff } /* Generic.Prompt */ | |
.highlight .gs { color: #ffffff } /* Generic.Strong */ | |
.highlight .gu { color: #ffffff } /* Generic.Subheading */ | |
.highlight .gt { color: #ffffff; background-color: #ff00ff } /* Generic.Traceback */ | |
.highlight .kc { color: #87ffff } /* Keyword.Constant */ | |
.highlight .kd { color: #87ffff } /* Keyword.Declaration */ | |
.highlight .kn { color: #87ffff } /* Keyword.Namespace */ | |
.highlight .kp { color: #87ffff } /* Keyword.Pseudo */ | |
.highlight .kr { color: #87ffff } /* Keyword.Reserved */ | |
.highlight .kt { color: #afffd7 } /* Keyword.Type */ | |
.highlight .ld { color: #ffffff } /* Literal.Date */ | |
.highlight .m { color: #afffd7 } /* Literal.Number */ | |
.highlight .s { color: #afffd7 } /* Literal.String */ | |
.highlight .na { color: #ff87d7 } /* Name.Attribute */ | |
.highlight .nb { color: #ffffff } /* Name.Builtin */ | |
.highlight .nc { color: #ff87d7 } /* Name.Class */ | |
.highlight .no { color: #afffd7 } /* Name.Constant */ | |
.highlight .nd { color: #ffffff } /* Name.Decorator */ | |
.highlight .ni { color: #ff87d7 } /* Name.Entity */ | |
.highlight .ne { color: #ffffff } /* Name.Exception */ | |
.highlight .nf { color: #ff87d7 } /* Name.Function */ | |
.highlight .nl { color: #87ffff } /* Name.Label */ | |
.highlight .nn { color: #ffffff } /* Name.Namespace */ | |
.highlight .nx { color: #ffffff } /* Name.Other */ | |
.highlight .py { color: #ffffff } /* Name.Property */ | |
.highlight .nt { color: #87ffff } /* Name.Tag */ | |
.highlight .nv { color: #ff87d7 } /* Name.Variable */ | |
.highlight .ow { color: #ffafd7 } /* Operator.Word */ | |
.highlight .w { color: #ffffff } /* Text.Whitespace */ | |
.highlight .mb { color: #afffd7 } /* Literal.Number.Bin */ | |
.highlight .mf { color: #d7afff } /* Literal.Number.Float */ | |
.highlight .mh { color: #afffd7 } /* Literal.Number.Hex */ | |
.highlight .mi { color: #afffd7 } /* Literal.Number.Integer */ | |
.highlight .mo { color: #afffd7 } /* Literal.Number.Oct */ | |
.highlight .sa { color: #afffd7 } /* Literal.String.Affix */ | |
.highlight .sb { color: #afffd7 } /* Literal.String.Backtick */ | |
.highlight .sc { color: #afffd7 } /* Literal.String.Char */ | |
.highlight .dl { color: #afffd7 } /* Literal.String.Delimiter */ | |
.highlight .sd { color: #afffd7 } /* Literal.String.Doc */ | |
.highlight .s2 { color: #afffd7 } /* Literal.String.Double */ | |
.highlight .se { color: #afffd7 } /* Literal.String.Escape */ | |
.highlight .sh { color: #afffd7 } /* Literal.String.Heredoc */ | |
.highlight .si { color: #ffffff } /* Literal.String.Interpol */ | |
.highlight .sx { color: #afffd7 } /* Literal.String.Other */ | |
.highlight .sr { color: #afffd7 } /* Literal.String.Regex */ | |
.highlight .s1 { color: #afffd7 } /* Literal.String.Single */ | |
.highlight .ss { color: #afffd7 } /* Literal.String.Symbol */ | |
.highlight .bp { color: #00ffaf } /* Name.Builtin.Pseudo */ | |
.highlight .fm { color: #ff87d7 } /* Name.Function.Magic */ | |
.highlight .vc { color: #ff87d7 } /* Name.Variable.Class */ | |
.highlight .vg { color: #ff87d7 } /* Name.Variable.Global */ | |
.highlight .vi { color: #ff87d7 } /* Name.Variable.Instance */ | |
.highlight .vm { color: #ff87d7 } /* Name.Variable.Magic */ | |
.highlight .il { color: #afffd7 } /* Literal.Number.Integer.Long */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment