annotate css/syntax-native.css @ 5:e210b708b330

fill in site content
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 03:07:13 -0800
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
1 .hll { background-color: #404040 }
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
2 .c { color: #999999; font-style: italic } /* Comment */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
3 .err { color: #a61717; background-color: #e3d2d2 } /* Error */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
4 .esc { color: #d0d0d0 } /* Escape */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
5 .g { color: #d0d0d0 } /* Generic */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
6 .k { color: #6ab825; font-weight: bold } /* Keyword */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
7 .l { color: #d0d0d0 } /* Literal */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
8 .n { color: #d0d0d0 } /* Name */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
9 .o { color: #d0d0d0 } /* Operator */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
10 .x { color: #d0d0d0 } /* Other */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
11 .p { color: #d0d0d0 } /* Punctuation */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
12 .cm { color: #999999; font-style: italic } /* Comment.Multiline */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
13 .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
14 .c1 { color: #999999; font-style: italic } /* Comment.Single */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
15 .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
16 .gd { color: #d22323 } /* Generic.Deleted */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
17 .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
18 .gr { color: #d22323 } /* Generic.Error */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
19 .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
20 .gi { color: #589819 } /* Generic.Inserted */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
21 .go { color: #cccccc } /* Generic.Output */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
22 .gp { color: #aaaaaa } /* Generic.Prompt */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
23 .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
24 .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
25 .gt { color: #d22323 } /* Generic.Traceback */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
26 .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
27 .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
28 .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
29 .kp { color: #6ab825 } /* Keyword.Pseudo */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
30 .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
31 .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
32 .ld { color: #d0d0d0 } /* Literal.Date */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
33 .m { color: #3677a9 } /* Literal.Number */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
34 .s { color: #ed9d13 } /* Literal.String */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
35 .na { color: #bbbbbb } /* Name.Attribute */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
36 .nb { color: #24909d } /* Name.Builtin */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
37 .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
38 .no { color: #40ffff } /* Name.Constant */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
39 .nd { color: #ffa500 } /* Name.Decorator */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
40 .ni { color: #d0d0d0 } /* Name.Entity */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
41 .ne { color: #bbbbbb } /* Name.Exception */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
42 .nf { color: #447fcf } /* Name.Function */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
43 .nl { color: #d0d0d0 } /* Name.Label */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
44 .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
45 .nx { color: #d0d0d0 } /* Name.Other */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
46 .py { color: #d0d0d0 } /* Name.Property */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
47 .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
48 .nv { color: #40ffff } /* Name.Variable */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
49 .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
50 .w { color: #666666 } /* Text.Whitespace */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
51 .mb { color: #3677a9 } /* Literal.Number.Bin */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
52 .mf { color: #3677a9 } /* Literal.Number.Float */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
53 .mh { color: #3677a9 } /* Literal.Number.Hex */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
54 .mi { color: #3677a9 } /* Literal.Number.Integer */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
55 .mo { color: #3677a9 } /* Literal.Number.Oct */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
56 .sb { color: #ed9d13 } /* Literal.String.Backtick */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
57 .sc { color: #ed9d13 } /* Literal.String.Char */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
58 .sd { color: #ed9d13 } /* Literal.String.Doc */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
59 .s2 { color: #ed9d13 } /* Literal.String.Double */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
60 .se { color: #ed9d13 } /* Literal.String.Escape */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
61 .sh { color: #ed9d13 } /* Literal.String.Heredoc */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
62 .si { color: #ed9d13 } /* Literal.String.Interpol */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
63 .sx { color: #ffa500 } /* Literal.String.Other */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
64 .sr { color: #ed9d13 } /* Literal.String.Regex */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
65 .s1 { color: #ed9d13 } /* Literal.String.Single */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
66 .ss { color: #ed9d13 } /* Literal.String.Symbol */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
67 .bp { color: #24909d } /* Name.Builtin.Pseudo */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
68 .vc { color: #40ffff } /* Name.Variable.Class */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
69 .vg { color: #40ffff } /* Name.Variable.Global */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
70 .vi { color: #40ffff } /* Name.Variable.Instance */
e210b708b330 fill in site content
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
71 .il { color: #3677a9 } /* Literal.Number.Integer.Long */