File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ atom-text-editor.is-focused .line.cursor-line {
77
77
.entity.name.type.trait {
78
78
color : #555CEE ;
79
79
}
80
+ .entity.name.type.class {
81
+ color : #363F84 ;
82
+ }
80
83
.variable.other {
81
84
color : #CC0050 ;
82
85
}
@@ -111,6 +114,9 @@ atom-text-editor.is-focused .line.cursor-line {
111
114
.entity.name.function {
112
115
color : #900 ;
113
116
}
117
+ .entity.name.function.regexp {
118
+ color : #7415E9 ;
119
+ }
114
120
.entity.name.tag {
115
121
color : #008080 ;
116
122
}
Original file line number Diff line number Diff line change 1
1
< meta name =viewport content ="width=device-width, initial-scale=1 ">
2
2
< link rel ="icon " href ="/favicon.ico " type ="image/x-icon " />
3
- < link rel ="stylesheet " type ="text/css " href ="/css/style.css?v=3 " media ="screen " title ="default " />
3
+ < link rel ="stylesheet " type ="text/css " href ="/css/style.css?v=4 " media ="screen " title ="default " />
4
4
< noscript > < style > # search { visibility : hidden; } </ style > </ noscript >
You can’t perform that action at this time.
0 commit comments