File tree Expand file tree Collapse file tree 3 files changed +67
-46
lines changed Expand file tree Collapse file tree 3 files changed +67
-46
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Themes:
34
34
- ` github ` updated to better match modern GitHub (#1616 ) [ Jan Pilzer] [ ]
35
35
- ` github-gist ` has been removed in favor of ` github ` [ Jan Pilzer] [ ]
36
36
- Base16 named themes have been updated to their "canonical" versions
37
+ - ` nnfx ` updated for v11 xml styles and improved css support
37
38
38
39
Language Grammars:
39
40
Original file line number Diff line number Diff line change 1
- /**
2
- * nnfx dark - a theme inspired by Netscape Navigator/Firefox
3
- *
4
- * @version 1.0.0
5
- * @author (c) 2020 Jim Mason <[email protected] >
6
- * @license https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0
7
- */
1
+ /*!
2
+ Theme: nnfx dark
3
+ Description: a theme inspired by Netscape Navigator/Firefox
4
+ Author: (c) 2020-2021 Jim Mason <[email protected] >
5
+ Maintainer: @RocketMan
6
+ License: https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0
7
+ Updated: 2021-05-17
8
+
9
+ @version 1.1.0
10
+ */
8
11
9
12
.hljs {
10
13
background : # 333 ;
11
14
color : # fff ;
12
15
}
13
16
14
- .xml .hljs-meta {
17
+ .language-xml .hljs-meta ,
18
+ .language-xml .hljs-meta-string {
15
19
font-weight : bold;
16
20
font-style : italic;
17
21
color : # 69f ;
24
28
}
25
29
26
30
.hljs-name ,
27
- .hljs-keyword {
31
+ .hljs-keyword ,
32
+ .hljs-built_in {
28
33
color : # a7a ;
29
34
}
30
35
37
42
font-weight : normal;
38
43
}
39
44
40
- .hljs-variable ,
41
- .hljs-template-variable {
42
- color : # 588 ;
43
- }
44
-
45
45
.hljs-code ,
46
46
.hljs-string ,
47
47
.hljs-meta .hljs-string ,
54
54
.hljs-title ,
55
55
.hljs-symbol ,
56
56
.hljs-bullet ,
57
- .hljs-built_in {
57
+ .hljs-variable ,
58
+ .hljs-template-variable {
58
59
color : # d40 ;
59
60
}
60
61
61
- .hljs-section ,
62
- .hljs-meta {
63
- color : # a85 ;
64
- }
65
-
66
62
.hljs-title .class_ ,
67
63
.hljs-class .hljs-title ,
68
64
.hljs-type {
65
+ font-weight : bold;
69
66
color : # 96c ;
70
67
}
71
68
72
69
.hljs-title .function_ ,
73
70
.hljs-function .hljs-title ,
74
71
.hljs-attr ,
75
- .hljs-subst {
72
+ .hljs-subst ,
73
+ .hljs-tag {
76
74
color : # fff ;
77
75
}
78
76
89
87
background-color : # c99 ;
90
88
}
91
89
90
+ .hljs-meta {
91
+ color : # 69f ;
92
+ }
93
+
94
+ .hljs-section ,
92
95
.hljs-selector-id ,
93
- .hljs-selector-class {
94
- color : # 964 ;
96
+ .hljs-selector-class ,
97
+ .hljs-selector-pseudo ,
98
+ .hljs-selector-tag {
99
+ font-weight : bold;
100
+ color : # 69f ;
101
+ }
102
+
103
+ .hljs-selector-pseudo {
104
+ font-style : italic;
95
105
}
96
106
97
107
.hljs-doctag ,
Original file line number Diff line number Diff line change 1
- /**
2
- * nnfx - a theme inspired by Netscape Navigator/Firefox
3
- *
4
- * @version 1.0.0
5
- * @author (c) 2020 Jim Mason <[email protected] >
6
- * @license https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0
7
- */
1
+ /*!
2
+ Theme: nnfx light
3
+ Description: a theme inspired by Netscape Navigator/Firefox
4
+ Author: (c) 2020-2021 Jim Mason <[email protected] >
5
+ Maintainer: @RocketMan
6
+ License: https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0
7
+ Updated: 2021-05-17
8
+
9
+ @version 1.1.0
10
+ */
8
11
9
12
.hljs {
10
13
background : # fff ;
11
14
color : # 000 ;
12
15
}
13
16
14
- .xml .hljs-meta {
17
+ .language-xml .hljs-meta ,
18
+ .language-xml .hljs-meta-string {
15
19
font-weight : bold;
16
20
font-style : italic;
17
21
color : # 48b ;
24
28
}
25
29
26
30
.hljs-name ,
27
- .hljs-keyword {
31
+ .hljs-keyword ,
32
+ .hljs-built_in {
28
33
color : # 808 ;
29
34
}
30
35
37
42
font-weight : normal;
38
43
}
39
44
40
- .hljs-variable ,
41
- .hljs-template-variable {
42
- color : # 477 ;
43
- }
44
-
45
45
.hljs-code ,
46
46
.hljs-string ,
47
47
.hljs-meta .hljs-string ,
54
54
.hljs-title ,
55
55
.hljs-symbol ,
56
56
.hljs-bullet ,
57
- .hljs-built_in {
57
+ .hljs-variable ,
58
+ .hljs-template-variable {
58
59
color : # f40 ;
59
60
}
60
61
61
- .hljs-section ,
62
- .hljs-meta {
63
- color : # 642 ;
64
- }
65
-
66
62
.hljs-title .class_ ,
67
63
.hljs-class .hljs-title ,
68
64
.hljs-type {
65
+ font-weight : bold;
69
66
color : # 639 ;
70
67
}
71
68
72
69
.hljs-title .function_ ,
73
70
.hljs-function .hljs-title ,
74
71
.hljs-attr ,
75
- .hljs-subst {
72
+ .hljs-subst ,
73
+ .hljs-tag {
76
74
color : # 000 ;
77
75
}
78
76
89
87
background-color : # fbb ;
90
88
}
91
89
90
+ .hljs-meta {
91
+ color : # 269 ;
92
+ }
93
+
94
+ .hljs-section ,
92
95
.hljs-selector-id ,
93
- .hljs-selector-class {
94
- color : # 964 ;
96
+ .hljs-selector-class ,
97
+ .hljs-selector-pseudo ,
98
+ .hljs-selector-tag {
99
+ font-weight : bold;
100
+ color : # 48b ;
101
+ }
102
+
103
+ .hljs-selector-pseudo {
104
+ font-style : italic;
95
105
}
96
106
97
107
.hljs-doctag ,
You can’t perform that action at this time.
0 commit comments