Skip to content

Commit 04f8626

Browse files
authored
Update github-light.css
1 parent 9a73d8b commit 04f8626

File tree

1 file changed

+61
-124
lines changed

1 file changed

+61
-124
lines changed

stylesheets/github-light.css

Lines changed: 61 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -1,124 +1,61 @@
1-
/*
2-
The MIT License (MIT)
3-
4-
Copyright (c) 2016 GitHub, Inc.
5-
6-
Permission is hereby granted, free of charge, to any person obtaining a copy
7-
of this software and associated documentation files (the "Software"), to deal
8-
in the Software without restriction, including without limitation the rights
9-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
copies of the Software, and to permit persons to whom the Software is
11-
furnished to do so, subject to the following conditions:
12-
13-
The above copyright notice and this permission notice shall be included in all
14-
copies or substantial portions of the Software.
15-
16-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
SOFTWARE.
23-
24-
*/
25-
26-
.pl-c /* comment */ {
27-
color: #969896;
28-
}
29-
30-
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
31-
.pl-s .pl-v /* string variable */ {
32-
color: #0086b3;
33-
}
34-
35-
.pl-e /* entity */,
36-
.pl-en /* entity.name */ {
37-
color: #795da3;
38-
}
39-
40-
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
41-
.pl-s .pl-s1 /* string source */ {
42-
color: #333;
43-
}
44-
45-
.pl-ent /* entity.name.tag */ {
46-
color: #63a35c;
47-
}
48-
49-
.pl-k /* keyword, storage, storage.type */ {
50-
color: #a71d5d;
51-
}
52-
53-
.pl-s /* string */,
54-
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
55-
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
56-
.pl-sr /* string.regexp */,
57-
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
58-
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
59-
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
60-
color: #183691;
61-
}
62-
63-
.pl-v /* variable */ {
64-
color: #ed6a43;
65-
}
66-
67-
.pl-id /* invalid.deprecated */ {
68-
color: #b52a1d;
69-
}
70-
71-
.pl-ii /* invalid.illegal */ {
72-
color: #f8f8f8;
73-
background-color: #b52a1d;
74-
}
75-
76-
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77-
font-weight: bold;
78-
color: #63a35c;
79-
}
80-
81-
.pl-ml /* markup.list */ {
82-
color: #693a17;
83-
}
84-
85-
.pl-mh /* markup.heading */,
86-
.pl-mh .pl-en /* markup.heading entity.name */,
87-
.pl-ms /* meta.separator */ {
88-
font-weight: bold;
89-
color: #1d3e81;
90-
}
91-
92-
.pl-mq /* markup.quote */ {
93-
color: #008080;
94-
}
95-
96-
.pl-mi /* markup.italic */ {
97-
font-style: italic;
98-
color: #333;
99-
}
100-
101-
.pl-mb /* markup.bold */ {
102-
font-weight: bold;
103-
color: #333;
104-
}
105-
106-
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107-
color: #bd2c00;
108-
background-color: #ffecec;
109-
}
110-
111-
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112-
color: #55a532;
113-
background-color: #eaffea;
114-
}
115-
116-
.pl-mdr /* meta.diff.range */ {
117-
font-weight: bold;
118-
color: #795da3;
119-
}
120-
121-
.pl-mo /* meta.output */ {
122-
color: #1d3e81;
123-
}
124-
1+
.highlight .hll { background-color: #ffffcc }
2+
.highlight .c { color: #999988; font-style: italic } /* Comment */
3+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
4+
.highlight .k { color: #000000; font-weight: bold } /* Keyword */
5+
.highlight .o { color: #000000; font-weight: bold } /* Operator */
6+
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
7+
.highlight .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */
8+
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
9+
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
10+
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
11+
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
12+
.highlight .gr { color: #aa0000 } /* Generic.Error */
13+
.highlight .gh { color: #999999 } /* Generic.Heading */
14+
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
15+
.highlight .go { color: #888888 } /* Generic.Output */
16+
.highlight .gp { color: #555555 } /* Generic.Prompt */
17+
.highlight .gs { font-weight: bold } /* Generic.Strong */
18+
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
19+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
20+
.highlight .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
21+
.highlight .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
22+
.highlight .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */
23+
.highlight .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
24+
.highlight .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
25+
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
26+
.highlight .m { color: #009999 } /* Literal.Number */
27+
.highlight .s { color: #d01040 } /* Literal.String */
28+
.highlight .na { color: #008080 } /* Name.Attribute */
29+
.highlight .nb { color: #0086B3 } /* Name.Builtin */
30+
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
31+
.highlight .no { color: #008080 } /* Name.Constant */
32+
.highlight .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */
33+
.highlight .ni { color: #800080 } /* Name.Entity */
34+
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35+
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36+
.highlight .nl { color: #990000; font-weight: bold } /* Name.Label */
37+
.highlight .nn { color: #555555 } /* Name.Namespace */
38+
.highlight .nt { color: #000080 } /* Name.Tag */
39+
.highlight .nv { color: #008080 } /* Name.Variable */
40+
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
41+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
42+
.highlight .mf { color: #009999 } /* Literal.Number.Float */
43+
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
44+
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
45+
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
46+
.highlight .sb { color: #d01040 } /* Literal.String.Backtick */
47+
.highlight .sc { color: #d01040 } /* Literal.String.Char */
48+
.highlight .sd { color: #d01040 } /* Literal.String.Doc */
49+
.highlight .s2 { color: #d01040 } /* Literal.String.Double */
50+
.highlight .se { color: #d01040 } /* Literal.String.Escape */
51+
.highlight .sh { color: #d01040 } /* Literal.String.Heredoc */
52+
.highlight .si { color: #d01040 } /* Literal.String.Interpol */
53+
.highlight .sx { color: #d01040 } /* Literal.String.Other */
54+
.highlight .sr { color: #009926 } /* Literal.String.Regex */
55+
.highlight .s1 { color: #d01040 } /* Literal.String.Single */
56+
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
57+
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
58+
.highlight .vc { color: #008080 } /* Name.Variable.Class */
59+
.highlight .vg { color: #008080 } /* Name.Variable.Global */
60+
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
61+
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)