-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathigor.css
More file actions
29 lines (29 loc) · 1.7 KB
/
Copy pathigor.css
File metadata and controls
29 lines (29 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #FF0000; font-style: italic } /* Comment */
.highlight .k { color: #0000FF } /* Keyword */
.highlight .cm { color: #FF0000; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #FF0000; font-style: italic } /* Comment.Preproc */
.highlight .c1 { color: #FF0000; font-style: italic } /* Comment.Single */
.highlight .cs { color: #FF0000; font-style: italic } /* Comment.Special */
.highlight .kc { color: #0000FF } /* Keyword.Constant */
.highlight .kd { color: #0000FF } /* Keyword.Declaration */
.highlight .kn { color: #0000FF } /* Keyword.Namespace */
.highlight .kp { color: #0000FF } /* Keyword.Pseudo */
.highlight .kr { color: #0000FF } /* Keyword.Reserved */
.highlight .kt { color: #0000FF } /* Keyword.Type */
.highlight .s { color: #009C00 } /* Literal.String */
.highlight .nc { color: #007575 } /* Name.Class */
.highlight .nd { color: #CC00A3 } /* Name.Decorator */
.highlight .nf { color: #C34E00 } /* Name.Function */
.highlight .sb { color: #009C00 } /* Literal.String.Backtick */
.highlight .sc { color: #009C00 } /* Literal.String.Char */
.highlight .sd { color: #009C00 } /* Literal.String.Doc */
.highlight .s2 { color: #009C00 } /* Literal.String.Double */
.highlight .se { color: #009C00 } /* Literal.String.Escape */
.highlight .sh { color: #009C00 } /* Literal.String.Heredoc */
.highlight .si { color: #009C00 } /* Literal.String.Interpol */
.highlight .sx { color: #009C00 } /* Literal.String.Other */
.highlight .sr { color: #009C00 } /* Literal.String.Regex */
.highlight .s1 { color: #009C00 } /* Literal.String.Single */
.highlight .ss { color: #009C00 } /* Literal.String.Symbol */