1
1
/*
2
2
The MIT License (MIT)
3
3
4
- Copyright (c) 2015 GitHub, Inc.
4
+ Copyright (c) 2016 GitHub, Inc.
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
of this software and associated documentation files (the "Software"), to deal
@@ -27,18 +27,18 @@ SOFTWARE.
27
27
color : # 969896 ;
28
28
}
29
29
30
- .pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference , meta.property-name, support, support .constant, support.variable, variable.other.constant */ ,
30
+ .pl-c1 /* constant, variable.other.constant, support , meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */ ,
31
31
.pl-s .pl-v /* string variable */ {
32
32
color : # 0099cd ;
33
33
}
34
34
35
- .pl-e /* entity */ ,
35
+ .pl-e /* entity */ ,
36
36
.pl-en /* entity.name */ {
37
37
color : # 9774cb ;
38
38
}
39
39
40
- .pl-s . pl-s1 /* string source */ ,
41
- .pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
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
42
color : # ddd ;
43
43
}
44
44
@@ -50,13 +50,13 @@ SOFTWARE.
50
50
color : # cc2372 ;
51
51
}
52
52
53
- .pl-pds /* punctuation.definition. string, string.regexp.character-class */ ,
54
- .pl-s /* string */ ,
53
+ .pl-s /* string */ ,
54
+ .pl-pds /* punctuation.definition. string, string.regexp.character-class */ ,
55
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-sra /* string.regexp string.regexp.arbitrary-repitition */ ,
59
- .pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
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
60
color : # 3c66e2 ;
61
61
}
62
62
@@ -69,53 +69,53 @@ SOFTWARE.
69
69
}
70
70
71
71
.pl-ii /* invalid.illegal */ {
72
- background-color : # e63525 ;
73
72
color : # f8f8f8 ;
73
+ background-color : # e63525 ;
74
74
}
75
75
76
76
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
77
- color : # 7bcc72 ;
78
77
font-weight : bold;
78
+ color : # 7bcc72 ;
79
79
}
80
80
81
81
.pl-ml /* markup.list */ {
82
82
color : # c26b2b ;
83
83
}
84
84
85
- .pl-mh /* markup.heading */ ,
85
+ .pl-mh /* markup.heading */ ,
86
86
.pl-mh .pl-en /* markup.heading entity.name */ ,
87
- .pl-ms /* meta.separator */ {
88
- color : # 264ec5 ;
87
+ .pl-ms /* meta.separator */ {
89
88
font-weight : bold;
89
+ color : # 264ec5 ;
90
90
}
91
91
92
92
.pl-mq /* markup.quote */ {
93
93
color : # 00acac ;
94
94
}
95
95
96
96
.pl-mi /* markup.italic */ {
97
- color : # ddd ;
98
97
font-style : italic;
98
+ color : # ddd ;
99
99
}
100
100
101
101
.pl-mb /* markup.bold */ {
102
- color : # ddd ;
103
102
font-weight : bold;
103
+ color : # ddd ;
104
104
}
105
105
106
106
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
107
- background-color : # ffecec ;
108
107
color : # bd2c00 ;
108
+ background-color : # ffecec ;
109
109
}
110
110
111
111
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
112
- background-color : # eaffea ;
113
112
color : # 55a532 ;
113
+ background-color : # eaffea ;
114
114
}
115
115
116
116
.pl-mdr /* meta.diff.range */ {
117
- color : # 9774cb ;
118
117
font-weight : bold;
118
+ color : # 9774cb ;
119
119
}
120
120
121
121
.pl-mo /* meta.output */ {
0 commit comments