1
- /*
2
- The MIT License (MIT)
1
+ /*!
2
+ * GitHub Light v0.2.0
3
+ * Copyright (c) 2012 - 2016 GitHub, Inc.
4
+ * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
5
+ */
3
6
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 */ {
7
+ .pl-c /* comment, punctuation.definition.comment, string.comment */ {
27
8
color : # 969896 ;
28
9
}
29
10
30
- .pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */ ,
11
+ .pl-c1 /* constant, entity.name.constant, variable.other.constant, variable.language , support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */ ,
31
12
.pl-s .pl-v /* string variable */ {
32
13
color : # 0086b3 ;
33
14
}
@@ -51,7 +32,7 @@ SOFTWARE.
51
32
}
52
33
53
34
.pl-s /* string */ ,
54
- .pl-pds /* punctuation.definition.string, string.regexp.character-class */ ,
35
+ .pl-pds /* punctuation.definition.string, source.regexp, string.regexp.character-class */ ,
55
36
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */ ,
56
37
.pl-sr /* string.regexp */ ,
57
38
.pl-sr .pl-cce /* string.regexp constant.character.escape */ ,
@@ -60,11 +41,12 @@ SOFTWARE.
60
41
color : # 183691 ;
61
42
}
62
43
63
- .pl-v /* variable */ {
44
+ .pl-v /* variable */ ,
45
+ .pl-smw /* sublimelinter.mark.warning */ {
64
46
color : # ed6a43 ;
65
47
}
66
48
67
- .pl-id /* invalid.deprecated */ {
49
+ .pl-bu /* invalid.broken, invalid. deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */ {
68
50
color : # b52a1d ;
69
51
}
70
52
@@ -103,16 +85,26 @@ SOFTWARE.
103
85
color : # 333 ;
104
86
}
105
87
106
- .pl-md /* markup.deleted, meta.diff.header.from-file */ {
88
+ .pl-md /* markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted */ {
107
89
color : # bd2c00 ;
108
90
background-color : # ffecec ;
109
91
}
110
92
111
- .pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
93
+ .pl-mi1 /* markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted */ {
112
94
color : # 55a532 ;
113
95
background-color : # eaffea ;
114
96
}
115
97
98
+ .pl-mc /* markup.changed, punctuation.definition.changed */ {
99
+ color : # ef9700 ;
100
+ background-color : # ffe3b4 ;
101
+ }
102
+
103
+ .pl-mi2 /* markup.ignored, markup.untracked */ {
104
+ color : # d8d8d8 ;
105
+ background-color : # 808080 ;
106
+ }
107
+
116
108
.pl-mdr /* meta.diff.range */ {
117
109
font-weight : bold;
118
110
color : # 795da3 ;
@@ -122,3 +114,16 @@ SOFTWARE.
122
114
color : # 1d3e81 ;
123
115
}
124
116
117
+ .pl-ba /* brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote */ {
118
+ color : # 595e62 ;
119
+ }
120
+
121
+ .pl-sg /* sublimelinter.gutter-mark */ {
122
+ color : # c0c0c0 ;
123
+ }
124
+
125
+ .pl-corl /* constant.other.reference.link, string.other.link */ {
126
+ text-decoration : underline;
127
+ color : # 183691 ;
128
+ }
129
+
0 commit comments