File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
docs/.vuepress/theme/styles Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1818 color : #27ab83 ;
1919 }
2020
21- & .comment {
21+ & .comment ,
22+ & .prolog ,
23+ & .doctype ,
24+ & .cdata {
2225 color : var (--code-color-gray );
2326 }
2427
2730 color : var (--code-color-gold );
2831 }
2932
30- & .string {
33+ & .selector ,
34+ & .attr-name ,
35+ & .string ,
36+ & .char ,
37+ & .builtin ,
38+ & .url ,
39+ & .inserted {
3140 color : var (--code-color-green );
3241 }
3342
Original file line number Diff line number Diff line change 3535 --code-color-green : #29A39B ;
3636 --code-color-blue : #3093D9 ;
3737 --code-color-orange : #E96E3A ;
38- --code-color-olive : #667500 ;
39- --code-color-gray : #92A800 ;
38+ --code-color-olive : #778A00 ;
39+ --code-color-gray : #7C8F00 ;
4040 }
4141}
4242
7373 --code-color-green : #29A39B ;
7474 --code-color-blue : #3093D9 ;
7575 --code-color-orange : #E96E3A ;
76- --code-color-olive : #667500 ;
77- --code-color-gray : #92A800 ;
76+ --code-color-olive : #778A00 ;
77+ --code-color-gray : #7C8F00 ;
7878
7979 .link-panel {
8080 background-color : var (--border-color );
204204 }
205205 }
206206
207- .token.comment {
208- @apply opacity-50;
209- }
210-
211207 .token.treeview-part .line-h:before ,
212208 .token.treeview-part .line-v:before {
213209 border-left : 1 px solid var (--border-color );
You can’t perform that action at this time.
0 commit comments