comparison css/octave.css @ 70:ca78967fd4c3 kai

Improve syntax highlighting.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 13 Oct 2016 17:49:25 +0200
parents a7952259f5d3
children 4e0675ad8c98
comparison
equal deleted inserted replaced
69:ee20b2a64fe5 70:ca78967fd4c3
175 width: auto; 175 width: auto;
176 margin-left: 10%; 176 margin-left: 10%;
177 margin-right: 10%; 177 margin-right: 10%;
178 } 178 }
179 } 179 }
180
181 /* Syntax highlight with https://rubygems.org/gems/pygments.rb within Jekyll */
182
183 span.hll { background-color: #ffffcc }
184 span.c { color: #00aa00; font-style: italic } /* Comment */
185 span.err { border: 1px solid #FF0000 } /* Error */
186 span.k { color: #007020; font-weight: bold } /* Keyword */
187 span.p { color: #aa0000 } /* Operator */
188 span.o { color: #aa0000 } /* Operator */
189 span.cm { color: #00aa00; font-style: italic } /* Comment.Multiline */
190 span.cp { color: #00aa00 } /* Comment.Preproc */
191 span.c1 { color: #00aa00; font-style: italic } /* Comment.Single */
192 span.cs { color: #00aa00; background-color: #fff0f0 } /* Comment.Special */
193 span.gd { color: #A00000 } /* Generic.Deleted */
194 span.ge { font-style: italic } /* Generic.Emph */
195 span.gr { color: #FF0000 } /* Generic.Error */
196 span.gh { color: #000080; font-weight: bold } /* Generic.Heading */
197 span.gi { color: #00A000 } /* Generic.Inserted */
198 span.go { color: #808080 } /* Generic.Output */
199 span.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
200 span.gs { font-weight: bold } /* Generic.Strong */
201 span.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
202 span.gt { color: #0040D0 } /* Generic.Traceback */
203 span.kc { color: #007020; font-weight: bold } /* Keyword.Constant */
204 span.kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
205 span.kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
206 span.kp { color: #007020 } /* Keyword.Pseudo */
207 span.kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
208 span.kt { color: #902000 } /* Keyword.Type */
209 span.m { color: #40a070 } /* Literal.Number */
210 span.s { color: #ff8c00 } /* Literal.String */
211 span.na { color: #4070a0 } /* Name.Attribute */
212 span.nb { color: #000000 } /* Name.Builtin */
213 span.nc { color: #0e84b5; font-weight: bold } /* Name.Class */
214 span.no { color: #60add5 } /* Name.Constant */
215 span.nd { color: #555555; font-weight: bold } /* Name.Decorator */
216 span.ni { color: #d55537; font-weight: bold } /* Name.Entity */
217 span.ne { color: #007020 } /* Name.Exception */
218 span.nf { color: #06287e } /* Name.Function */
219 span.nl { color: #002070; font-weight: bold } /* Name.Label */
220 span.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
221 span.nt { color: #062873; font-weight: bold } /* Name.Tag */
222 span.nv { color: #bb60d5 } /* Name.Variable */
223 span.ow { color: #007020; font-weight: bold } /* Operator.Word */
224 span.w { color: #bbbbbb } /* Text.Whitespace */
225 span.mf { color: #aaaa00 } /* Literal.Number.Float */
226 span.mh { color: #aaaa00 } /* Literal.Number.Hex */
227 span.mi { color: #aaaa00 } /* Literal.Number.Integer */
228 span.mo { color: #aaaa00 } /* Literal.Number.Oct */
229 span.sb { color: #4070a0 } /* Literal.String.Backtick */
230 span.sc { color: #4070a0 } /* Literal.String.Char */
231 span.sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
232 span.s2 { color: #4070a0 } /* Literal.String.Double */
233 span.se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
234 span.sh { color: #4070a0 } /* Literal.String.Heredoc */
235 span.si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
236 span.sx { color: #c65d09 } /* Literal.String.Other */
237 span.sr { color: #235388 } /* Literal.String.Regex */
238 span.s1 { color: #4070a0 } /* Literal.String.Single */
239 span.ss { color: #517918 } /* Literal.String.Symbol */
240 span.bp { color: #007020 } /* Name.Builtin.Pseudo */
241 span.vc { color: #bb60d5 } /* Name.Variable.Class */
242 span.vg { color: #bb60d5 } /* Name.Variable.Global */
243 span.vi { color: #bb60d5 } /* Name.Variable.Instance */
244 span.il { color: #40a070 } /* Literal.Number.Integer.Long */