|
| 1 | +/* Dracula Theme v1.2.5 |
| 2 | + * |
| 3 | + * https://github.com/zenorocha/dracula-theme |
| 4 | + * |
| 5 | + * Copyright 2016, All rights reserved |
| 6 | + * |
| 7 | + * Code licensed under the MIT license |
| 8 | + * http://zenorocha.mit-license.org |
| 9 | + * |
| 10 | + * @author Rob G <[email protected]> |
| 11 | + * @author Chris Bracco <[email protected]> |
| 12 | + * @author Zeno Rocha <[email protected]> |
| 13 | + */ |
| 14 | + |
| 15 | + code.highlighter-rouge { |
| 16 | + margin-bottom: .75rem; |
| 17 | + overflow: hidden; |
| 18 | + border-radius: 4px; |
| 19 | + padding: 0.2em 0.15em; |
| 20 | + font-weight: 400; |
| 21 | + background-color: #e1e3ec; |
| 22 | + border: 1px solid #eeebee; |
| 23 | + } |
| 24 | + |
| 25 | + .highlight .hll { background-color: #f1fa8c } |
| 26 | + .highlight { background: #282a36; color: #f8f8f2 } |
| 27 | + .highlight .c { color: #6272a4 } /* Comment */ |
| 28 | + .highlight .err { color: #f8f8f2 } /* Error */ |
| 29 | + .highlight .g { color: #f8f8f2 } /* Generic */ |
| 30 | + .highlight .k { color: #ff79c6 } /* Keyword */ |
| 31 | + .highlight .l { color: #f8f8f2 } /* Literal */ |
| 32 | + .highlight .n { color: #f8f8f2 } /* Name */ |
| 33 | + .highlight .o { color: #ff79c6 } /* Operator */ |
| 34 | + .highlight .x { color: #f8f8f2 } /* Other */ |
| 35 | + .highlight .p { color: #f8f8f2 } /* Punctuation */ |
| 36 | + .highlight .ch { color: #6272a4 } /* Comment.Hashbang */ |
| 37 | + .highlight .cm { color: #6272a4 } /* Comment.Multiline */ |
| 38 | + .highlight .cp { color: #ff79c6 } /* Comment.Preproc */ |
| 39 | + .highlight .cpf { color: #6272a4 } /* Comment.PreprocFile */ |
| 40 | + .highlight .c1 { color: #6272a4 } /* Comment.Single */ |
| 41 | + .highlight .cs { color: #6272a4 } /* Comment.Special */ |
| 42 | + .highlight .gd { color: #8b080b } /* Generic.Deleted */ |
| 43 | + .highlight .ge { color: #f8f8f2; text-decoration: underline } /* Generic.Emph */ |
| 44 | + .highlight .gr { color: #f8f8f2 } /* Generic.Error */ |
| 45 | + .highlight .gh { color: #f8f8f2; font-weight: bold } /* Generic.Heading */ |
| 46 | + .highlight .gi { color: #f8f8f2; font-weight: bold } /* Generic.Inserted */ |
| 47 | + .highlight .go { color: #44475a } /* Generic.Output */ |
| 48 | + .highlight .gp { color: #f8f8f2 } /* Generic.Prompt */ |
| 49 | + .highlight .gs { color: #f8f8f2 } /* Generic.Strong */ |
| 50 | + .highlight .gu { color: #f8f8f2; font-weight: bold } /* Generic.Subheading */ |
| 51 | + .highlight .gt { color: #f8f8f2 } /* Generic.Traceback */ |
| 52 | + .highlight .kc { color: #ff79c6 } /* Keyword.Constant */ |
| 53 | + .highlight .kd { color: #8be9fd; font-style: italic } /* Keyword.Declaration */ |
| 54 | + .highlight .kn { color: #ff79c6 } /* Keyword.Namespace */ |
| 55 | + .highlight .kp { color: #ff79c6 } /* Keyword.Pseudo */ |
| 56 | + .highlight .kr { color: #ff79c6 } /* Keyword.Reserved */ |
| 57 | + .highlight .kt { color: #8be9fd } /* Keyword.Type */ |
| 58 | + .highlight .ld { color: #f8f8f2 } /* Literal.Date */ |
| 59 | + .highlight .m { color: #bd93f9 } /* Literal.Number */ |
| 60 | + .highlight .s { color: #f1fa8c } /* Literal.String */ |
| 61 | + .highlight .na { color: #50fa7b } /* Name.Attribute */ |
| 62 | + .highlight .nb { color: #8be9fd; font-style: italic } /* Name.Builtin */ |
| 63 | + .highlight .nc { color: #50fa7b } /* Name.Class */ |
| 64 | + .highlight .no { color: #f8f8f2 } /* Name.Constant */ |
| 65 | + .highlight .nd { color: #f8f8f2 } /* Name.Decorator */ |
| 66 | + .highlight .ni { color: #f8f8f2 } /* Name.Entity */ |
| 67 | + .highlight .ne { color: #f8f8f2 } /* Name.Exception */ |
| 68 | + .highlight .nf { color: #50fa7b } /* Name.Function */ |
| 69 | + .highlight .nl { color: #8be9fd; font-style: italic } /* Name.Label */ |
| 70 | + .highlight .nn { color: #f8f8f2 } /* Name.Namespace */ |
| 71 | + .highlight .nx { color: #f8f8f2 } /* Name.Other */ |
| 72 | + .highlight .py { color: #f8f8f2 } /* Name.Property */ |
| 73 | + .highlight .nt { color: #ff79c6 } /* Name.Tag */ |
| 74 | + .highlight .nv { color: #8be9fd; font-style: italic } /* Name.Variable */ |
| 75 | + .highlight .ow { color: #ff79c6 } /* Operator.Word */ |
| 76 | + .highlight .w { color: #f8f8f2 } /* Text.Whitespace */ |
| 77 | + .highlight .mb { color: #bd93f9 } /* Literal.Number.Bin */ |
| 78 | + .highlight .mf { color: #bd93f9 } /* Literal.Number.Float */ |
| 79 | + .highlight .mh { color: #bd93f9 } /* Literal.Number.Hex */ |
| 80 | + .highlight .mi { color: #bd93f9 } /* Literal.Number.Integer */ |
| 81 | + .highlight .mo { color: #bd93f9 } /* Literal.Number.Oct */ |
| 82 | + .highlight .sa { color: #f1fa8c } /* Literal.String.Affix */ |
| 83 | + .highlight .sb { color: #f1fa8c } /* Literal.String.Backtick */ |
| 84 | + .highlight .sc { color: #f1fa8c } /* Literal.String.Char */ |
| 85 | + .highlight .dl { color: #f1fa8c } /* Literal.String.Delimiter */ |
| 86 | + .highlight .sd { color: #f1fa8c } /* Literal.String.Doc */ |
| 87 | + .highlight .s2 { color: #f1fa8c } /* Literal.String.Double */ |
| 88 | + .highlight .se { color: #f1fa8c } /* Literal.String.Escape */ |
| 89 | + .highlight .sh { color: #f1fa8c } /* Literal.String.Heredoc */ |
| 90 | + .highlight .si { color: #f1fa8c } /* Literal.String.Interpol */ |
| 91 | + .highlight .sx { color: #f1fa8c } /* Literal.String.Other */ |
| 92 | + .highlight .sr { color: #f1fa8c } /* Literal.String.Regex */ |
| 93 | + .highlight .s1 { color: #f1fa8c } /* Literal.String.Single */ |
| 94 | + .highlight .ss { color: #f1fa8c } /* Literal.String.Symbol */ |
| 95 | + .highlight .bp { color: #f8f8f2; font-style: italic } /* Name.Builtin.Pseudo */ |
| 96 | + .highlight .fm { color: #50fa7b } /* Name.Function.Magic */ |
| 97 | + .highlight .vc { color: #8be9fd; font-style: italic } /* Name.Variable.Class */ |
| 98 | + .highlight .vg { color: #8be9fd; font-style: italic } /* Name.Variable.Global */ |
| 99 | + .highlight .vi { color: #8be9fd; font-style: italic } /* Name.Variable.Instance */ |
| 100 | + .highlight .vm { color: #8be9fd; font-style: italic } /* Name.Variable.Magic */ |
| 101 | + .highlight .il { color: #bd93f9 } /* Literal.Number.Integer.Long */ |
0 commit comments