|
1 | | -// rougify style pastie --scope '' |
2 | | -// (And remove the first couple of selectors.) |
3 | | - .c, .ch, .cd, .cm, .cpf, .c1 { |
4 | | - color: #888888; |
5 | | -} |
6 | | - .cp { |
7 | | - color: #cc0000; |
8 | | - font-weight: bold; |
9 | | -} |
10 | | - .cs { |
11 | | - color: #cc0000; |
12 | | - background-color: #fff0f0; |
13 | | - font-weight: bold; |
14 | | -} |
15 | | - .err { |
16 | | - color: #a61717; |
17 | | - background-color: #e3d2d2; |
18 | | -} |
19 | | - .gr { |
20 | | - color: #aa0000; |
21 | | -} |
22 | | - .gh { |
23 | | - color: #333333; |
24 | | -} |
25 | | - .gu { |
26 | | - color: #666666; |
27 | | -} |
28 | | - .gd { |
29 | | - color: #000000; |
30 | | - background-color: #ffdddd; |
31 | | -} |
32 | | - .gi { |
33 | | - color: #000000; |
34 | | - background-color: #ddffdd; |
35 | | -} |
36 | | - .ge { |
37 | | - font-style: italic; |
38 | | -} |
39 | | - .gs { |
40 | | - font-weight: bold; |
41 | | -} |
42 | | - .gl { |
43 | | - color: #888888; |
44 | | -} |
45 | | - .go { |
46 | | - color: #888888; |
47 | | -} |
48 | | - .gp { |
49 | | - color: #555555; |
50 | | -} |
51 | | - .gt { |
52 | | - color: #aa0000; |
53 | | -} |
54 | | - .k, .kc, .kd, .kn, .kr, .kv { |
55 | | - color: #008800; |
56 | | - font-weight: bold; |
57 | | -} |
58 | | - .kp { |
59 | | - color: #008800; |
60 | | -} |
61 | | - .kt { |
62 | | - color: #888888; |
63 | | - font-weight: bold; |
64 | | -} |
65 | | - .m, .mb, .mf, .mh, .mi, .il, .mo, .mx { |
66 | | - color: #0000dd; |
67 | | - font-weight: bold; |
68 | | -} |
69 | | - .s, .sb, .sc, .dl, .sd, .s2, .sh, .s1 { |
70 | | - color: #dd2200; |
71 | | - background-color: #fff0f0; |
72 | | -} |
73 | | - .sa { |
74 | | - color: #008800; |
75 | | - font-weight: bold; |
76 | | -} |
77 | | - .se { |
78 | | - color: #0044dd; |
79 | | - background-color: #fff0f0; |
80 | | -} |
81 | | - .si { |
82 | | - color: #3333bb; |
83 | | - background-color: #fff0f0; |
84 | | -} |
85 | | - .sx { |
86 | | - color: #22bb22; |
87 | | - background-color: #f0fff0; |
88 | | -} |
89 | | - .sr { |
90 | | - color: #008800; |
91 | | -} |
92 | | - .ss { |
93 | | - color: #aa6600; |
94 | | - background-color: #fff0f0; |
95 | | -} |
96 | | - .na { |
97 | | - color: #336699; |
98 | | -} |
99 | | - .nb, .bp { |
100 | | - color: #003388; |
101 | | -} |
102 | | - .nc { |
103 | | - color: #bb0066; |
104 | | - font-weight: bold; |
105 | | -} |
106 | | - .no { |
107 | | - color: #003366; |
108 | | - font-weight: bold; |
109 | | -} |
110 | | - .nd { |
111 | | - color: #555555; |
112 | | -} |
113 | | - .ne { |
114 | | - color: #bb0066; |
115 | | - font-weight: bold; |
116 | | -} |
117 | | - .nf, .fm { |
118 | | - color: #0066bb; |
119 | | - font-weight: bold; |
120 | | -} |
121 | | - .nl { |
122 | | - color: #336699; |
123 | | -} |
124 | | - .nn { |
125 | | - color: #bb0066; |
126 | | - font-weight: bold; |
127 | | -} |
128 | | - .py { |
129 | | - color: #336699; |
130 | | - font-weight: bold; |
131 | | -} |
132 | | - .nt { |
133 | | - color: #bb0066; |
134 | | - font-weight: bold; |
135 | | -} |
136 | | - .nv, .vc, .vm { |
137 | | - color: #336699; |
138 | | -} |
139 | | - .vg { |
140 | | - color: #dd7700; |
141 | | -} |
142 | | - .vi { |
143 | | - color: #3333bb; |
144 | | -} |
145 | | - .ow { |
146 | | - color: #008800; |
147 | | -} |
148 | | - .w { |
149 | | - color: #bbbbbb; |
150 | | -} |
| 1 | +// Thanks to https://github.com/jwarby/jekyll-pygments-themes/blob/master/pastie.css |
| 2 | + |
| 3 | +$base01: #586e75; |
| 4 | +$base1: #93a1a1; |
| 5 | +$base3: #fdf6e3; |
| 6 | +$orange: #cb4b16; |
| 7 | +$red: #dc322f; |
| 8 | +$blue: #268bd2; |
| 9 | +$cyan: #2aa198; |
| 10 | +$green: #859900; |
| 11 | +$yellow: #B58900; |
| 12 | + |
| 13 | +& { background-color: $base3; color: $base01 } |
| 14 | +.c { color: $base1 } /* Comment */ |
| 15 | +.err { color: $base01 } /* Error */ |
| 16 | +.g { color: $base01 } /* Generic */ |
| 17 | +.k { color: $green } /* Keyword */ |
| 18 | +.l { color: $base01 } /* Literal */ |
| 19 | +.n { color: $base01 } /* Name */ |
| 20 | +.o { color: $green } /* Operator */ |
| 21 | +.x { color: $orange } /* Other */ |
| 22 | +.p { color: $base01 } /* Punctuation */ |
| 23 | +.cm { color: $base1 } /* Comment.Multiline */ |
| 24 | +.cp { color: $green } /* Comment.Preproc */ |
| 25 | +.c1 { color: $base1 } /* Comment.Single */ |
| 26 | +.cs { color: $green } /* Comment.Special */ |
| 27 | +.gd { color: $cyan } /* Generic.Deleted */ |
| 28 | +.ge { color: $base01; font-style: italic } /* Generic.Emph */ |
| 29 | +.gr { color: $red } /* Generic.Error */ |
| 30 | +.gh { color: $orange } /* Generic.Heading */ |
| 31 | +.gi { color: $green } /* Generic.Inserted */ |
| 32 | +.go { color: $base01 } /* Generic.Output */ |
| 33 | +.gp { color: $base01 } /* Generic.Prompt */ |
| 34 | +.gs { color: $base01; font-weight: bold } /* Generic.Strong */ |
| 35 | +.gu { color: $orange } /* Generic.Subheading */ |
| 36 | +.gt { color: $base01 } /* Generic.Traceback */ |
| 37 | +.kc { color: $orange } /* Keyword.Constant */ |
| 38 | +.kd { color: $blue } /* Keyword.Declaration */ |
| 39 | +.kn { color: $green } /* Keyword.Namespace */ |
| 40 | +.kp { color: $green } /* Keyword.Pseudo */ |
| 41 | +.kr { color: $blue } /* Keyword.Reserved */ |
| 42 | +.kt { color: $red } /* Keyword.Type */ |
| 43 | +.ld { color: $base01 } /* Literal.Date */ |
| 44 | +.m { color: $cyan } /* Literal.Number */ |
| 45 | +.s { color: $cyan } /* Literal.String */ |
| 46 | +.na { color: $base01 } /* Name.Attribute */ |
| 47 | +.nb { color: $yellow } /* Name.Builtin */ |
| 48 | +.nc { color: $blue } /* Name.Class */ |
| 49 | +.no { color: $orange } /* Name.Constant */ |
| 50 | +.nd { color: $blue } /* Name.Decorator */ |
| 51 | +.ni { color: $orange } /* Name.Entity */ |
| 52 | +.ne { color: $orange } /* Name.Exception */ |
| 53 | +.nf { color: $blue } /* Name.Function */ |
| 54 | +.nl { color: $base01 } /* Name.Label */ |
| 55 | +.nn { color: $base01 } /* Name.Namespace */ |
| 56 | +.nx { color: $base01 } /* Name.Other */ |
| 57 | +.py { color: $base01 } /* Name.Property */ |
| 58 | +.nt { color: $blue } /* Name.Tag */ |
| 59 | +.nv { color: $blue } /* Name.Variable */ |
| 60 | +.ow { color: $green } /* Operator.Word */ |
| 61 | +.w { color: $base01 } /* Text.Whitespace */ |
| 62 | +.mf { color: $cyan } /* Literal.Number.Float */ |
| 63 | +.mh { color: $cyan } /* Literal.Number.Hex */ |
| 64 | +.mi { color: $cyan } /* Literal.Number.Integer */ |
| 65 | +.mo { color: $cyan } /* Literal.Number.Oct */ |
| 66 | +.sb { color: $base1 } /* Literal.String.Backtick */ |
| 67 | +.sc { color: $cyan } /* Literal.String.Char */ |
| 68 | +.sd { color: $base01 } /* Literal.String.Doc */ |
| 69 | +.s2 { color: $cyan } /* Literal.String.Double */ |
| 70 | +.se { color: $orange } /* Literal.String.Escape */ |
| 71 | +.sh { color: $base01 } /* Literal.String.Heredoc */ |
| 72 | +.si { color: $cyan } /* Literal.String.Interpol */ |
| 73 | +.sx { color: $cyan } /* Literal.String.Other */ |
| 74 | +.sr { color: $red } /* Literal.String.Regex */ |
| 75 | +.s1 { color: $cyan } /* Literal.String.Single */ |
| 76 | +.ss { color: $cyan } /* Literal.String.Symbol */ |
| 77 | +.bp { color: $blue } /* Name.Builtin.Pseudo */ |
| 78 | +.vc { color: $blue } /* Name.Variable.Class */ |
| 79 | +.vg { color: $blue } /* Name.Variable.Global */ |
| 80 | +.vi { color: $blue } /* Name.Variable.Instance */ |
| 81 | +.il { color: $cyan } /* Literal.Number.Integer.Long */ |
0 commit comments