File tree 2 files changed +25
-62
lines changed
2 files changed +25
-62
lines changed Original file line number Diff line number Diff line change 12
12
13
13
14
14
/* Atelier-Dune Comment */
15
- .hljs-comment {
15
+ .hljs-comment ,
16
+ .hljs-quote {
16
17
color : # AAA ;
17
18
}
18
19
19
20
/* Atelier-Dune Red */
20
21
.hljs-variable ,
21
-
22
+ .hljs-template-variable ,
23
+ .hljs-attribute ,
22
24
.hljs-tag ,
25
+ .hljs-name ,
23
26
.hljs-regexp ,
27
+ .hljs-link ,
24
28
.hljs-name ,
25
- .ruby .hljs-constant ,
26
- .xml .hljs-tag .hljs-title ,
27
- .xml .hljs-pi ,
28
- .xml .hljs-doctype ,
29
- .html .hljs-doctype ,
30
- .css .hljs-id ,
31
- .css .hljs-class ,
32
- .css .hljs-pseudo {
29
+ .hljs-selector-id ,
30
+ .hljs-selector-class {
33
31
color : # d73737 ;
34
32
}
35
33
36
34
/* Atelier-Dune Orange */
37
35
.hljs-number ,
38
- .hljs-preprocessor ,
36
+ .hljs-meta ,
39
37
.hljs-built_in ,
38
+ .hljs-builtin-name ,
40
39
.hljs-literal ,
41
- .hljs-params ,
42
- .hljs-attribute ,
43
- .hljs-constant {
40
+ .hljs-type ,
41
+ .hljs-params {
44
42
color : # b65611 ;
45
43
}
46
44
47
- /* Atelier-Dune Yellow */
48
- .ruby .hljs-class .hljs-title ,
49
- .css .hljs-rule .hljs-attribute {
50
- color : # ae9513 ;
51
- }
52
-
53
45
/* Atelier-Dune Green */
54
46
.hljs-string ,
55
- .hljs-value ,
56
- .hljs-inheritance ,
57
- .ruby .hljs-symbol ,
58
- .xml .hljs-cdata {
59
- color : # 2a9292 ;
60
- }
61
-
62
- /* Atelier-Dune Aqua */
63
- .hljs-title ,
64
- .css .hljs-hexcolor {
65
- color : # 1fad83 ;
47
+ .hljs-symbol ,
48
+ .hljs-bullet {
49
+ color : # 60ac39 ;
66
50
}
67
51
68
52
/* Atelier-Dune Blue */
69
- .hljs-function ,
70
- .python .hljs-decorator ,
71
- .python .hljs-title ,
72
- .ruby .hljs-function .hljs-title ,
73
- .ruby .hljs-title .hljs-keyword ,
74
- .perl .hljs-sub ,
75
- .javascript .hljs-title ,
76
- .coffeescript .hljs-title {
53
+ .hljs-title ,
54
+ .hljs-section {
77
55
color : # 6684e1 ;
78
56
}
79
57
80
58
/* Atelier-Dune Purple */
81
59
.hljs-keyword ,
82
- .javascript . hljs-function {
60
+ .hljs-selector-tag {
83
61
color : # b854d4 ;
84
62
}
85
63
86
- .coffeescript .javascript ,
87
- .javascript .xml ,
88
- .tex .hljs-formula ,
89
- .xml .javascript ,
90
- .xml .vbscript ,
91
- .xml .css ,
92
- .xml .hljs-cdata {
93
- opacity : 0.5 ;
94
- }
95
-
96
- /* markdown */
97
- .hljs-header {
98
- color : # A30000 ;
99
- }
100
-
101
- .hljs-link_label {
102
- color : # 33CCCC ;
64
+ .hljs-emphasis {
65
+ font-style : italic;
103
66
}
104
67
105
- .hljs-link_url {
106
- color : # CC66FF ;
68
+ .hljs-strong {
69
+ font-weight : bold ;
107
70
}
You can’t perform that action at this time.
0 commit comments