Last active
October 25, 2020 19:43
-
-
Save nazares/bd4740170de2945758e4537c023477f4 to your computer and use it in GitHub Desktop.
Native theme for pygments
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
| /*! Native theme; http://blog.favrik.com/2011/02/22/preview-all-pygments-styles-for-your-code-highlighting-needs/#stylesheetNavigator */ | |
| .highlight, .highlight pre, .highlight table { background: #202020 !important; color: #d0d0d0 !important; } | |
| .highlight .hll { background-color: #404040 !important; } | |
| .highlight .c { color: #999999 !important; } /* Comment */ | |
| .highlight .err { color: #a61717 !important; background-color: #e3d2d2 !important; } /* Error */ | |
| .highlight .g { color: #d0d0d0 !important; } /* Generic */ | |
| .highlight .k { color: #6ab825 !important; } /* Keyword */ | |
| .highlight .l { color: #d0d0d0 !important; } /* Literal */ | |
| .highlight .n, .highlight .h { color: #d0d0d0 !important; } /* Name */ | |
| .highlight .o { color: #d0d0d0 !important; } /* Operator */ | |
| .highlight .x { color: #d0d0d0 !important; } /* Other */ | |
| .highlight .p { color: #d0d0d0 !important; } /* Punctuation */ | |
| .highlight .cm { color: #999999 !important; } /* Comment.Multiline */ | |
| .highlight .cp { color: #cd2828 !important; } /* Comment.Preproc */ | |
| .highlight .c1 { color: #999999 !important; } /* Comment.Single */ | |
| .highlight .cs { color: #e50808 !important; background-color: #520000 !important; } /* Comment.Special */ | |
| .highlight .gd { color: #d22323 !important; } /* Generic.Deleted */ | |
| .highlight .ge { color: #d0d0d0 !important; } /* Generic.Emph */ | |
| .highlight .gr { color: #d22323 !important; } /* Generic.Error */ | |
| .highlight .gh { color: #ffffff !important; } /* Generic.Heading */ | |
| .highlight .gi { color: #589819 !important; } /* Generic.Inserted */ | |
| .highlight .go { color: #cccccc !important; } /* Generic.Output */ | |
| .highlight .gp { color: #aaaaaa !important; } /* Generic.Prompt */ | |
| .highlight .gs { color: #d0d0d0 !important; } /* Generic.Strong */ | |
| .highlight .gu { color: #ffffff !important; } /* Generic.Subheading */ | |
| .highlight .gt { color: #d22323 !important; } /* Generic.Traceback */ | |
| .highlight .kc { color: #6ab825 !important; } /* Keyword.Constant */ | |
| .highlight .kd { color: #6ab825 !important; } /* Keyword.Declaration */ | |
| .highlight .kn { color: #6ab825 !important; } /* Keyword.Namespace */ | |
| .highlight .kp { color: #6ab825 !important; } /* Keyword.Pseudo */ | |
| .highlight .kr { color: #6ab825 !important; } /* Keyword.Reserved */ | |
| .highlight .kt { color: #6ab825 !important; } /* Keyword.Type */ | |
| .highlight .ld { color: #d0d0d0 !important; } /* Literal.Date */ | |
| .highlight .m { color: #3677a9 !important; } /* Literal.Number */ | |
| .highlight .s { color: #ed9d13 !important; } /* Literal.String */ | |
| .highlight .na { color: #bbbbbb !important; } /* Name.Attribute */ | |
| .highlight .nb { color: #24909d !important; } /* Name.Builtin */ | |
| .highlight .nc { color: #447fcf !important; } /* Name.Class */ | |
| .highlight .no { color: #40ffff !important; } /* Name.Constant */ | |
| .highlight .nd { color: #ffa500 !important; } /* Name.Decorator */ | |
| .highlight .ni { color: #d0d0d0 !important; } /* Name.Entity */ | |
| .highlight .ne { color: #bbbbbb !important; } /* Name.Exception */ | |
| .highlight .nf { color: #447fcf !important; } /* Name.Function */ | |
| .highlight .nl { color: #d0d0d0 !important; } /* Name.Label */ | |
| .highlight .nn { color: #447fcf !important; } /* Name.Namespace */ | |
| .highlight .nx { color: #d0d0d0 !important; } /* Name.Other */ | |
| .highlight .py { color: #d0d0d0 !important; } /* Name.Property */ | |
| .highlight .nt { color: #6ab825 !important; } /* Name.Tag */ | |
| .highlight .nv { color: #40ffff !important; } /* Name.Variable */ | |
| .highlight .ow { color: #6ab825 !important; } /* Operator.Word */ | |
| .highlight .w { color: #666666 !important; } /* Text.Whitespace */ | |
| .highlight .mf { color: #3677a9 !important; } /* Literal.Number.Float */ | |
| .highlight .mh { color: #3677a9 !important; } /* Literal.Number.Hex */ | |
| .highlight .mi { color: #3677a9 !important; } /* Literal.Number.Integer */ | |
| .highlight .mo { color: #3677a9 !important; } /* Literal.Number.Oct */ | |
| .highlight .sb { color: #ed9d13 !important; } /* Literal.String.Backtick */ | |
| .highlight .sc { color: #ed9d13 !important; } /* Literal.String.Char */ | |
| .highlight .sd { color: #ed9d13 !important; } /* Literal.String.Doc */ | |
| .highlight .s2 { color: #ed9d13 !important; } /* Literal.String.Double */ | |
| .highlight .se { color: #ed9d13 !important; } /* Literal.String.Escape */ | |
| .highlight .sh { color: #ed9d13 !important; } /* Literal.String.Heredoc */ | |
| .highlight .si { color: #ed9d13 !important; } /* Literal.String.Interpol */ | |
| .highlight .sx { color: #ffa500 !important; } /* Literal.String.Other */ | |
| .highlight .sr { color: #ed9d13 !important; } /* Literal.String.Regex */ | |
| .highlight .s1 { color: #ed9d13 !important; } /* Literal.String.Single */ | |
| .highlight .ss { color: #ed9d13 !important; } /* Literal.String.Symbol */ | |
| .highlight .bp { color: #24909d !important; } /* Name.Builtin.Pseudo */ | |
| .highlight .vc { color: #40ffff !important; } /* Name.Variable.Class */ | |
| .highlight .vg { color: #40ffff !important; } /* Name.Variable.Global */ | |
| .highlight .vi { color: #40ffff !important; } /* Name.Variable.Instance */ | |
| .highlight .il { color: #3677a9 !important; } /* Literal.Number.Integer.Long */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment