File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ atom-text-editor.is-focused .line.cursor-line {
73
73
.constant .numeric .line-number .find-in-files .match {
74
74
color : rgba (143 , 190 , 0 , 0.63 );
75
75
}
76
+ /* For 'rw', 'copy' etc. */
77
+ .entity .name .type .trait {
78
+ color : # 555CEE
79
+ font-weight: bold
80
+ }
76
81
.variable .other {
77
82
color : # CC0050
78
83
}
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
3
< link type ="text/css " href ="/css/custom-theme/jquery-ui.css?v=1 " rel ="stylesheet " />
4
- < link type ="text/css " href ="/css/highlights.css?v=2 " rel ="stylesheet " />
4
+ < link type ="text/css " href ="/css/highlights.css?v=3 " rel ="stylesheet " />
5
5
< link type ="text/css " href ="/css/pygments.css?v=1 " rel ="stylesheet " />
6
6
< link rel ="stylesheet " type ="text/css " href ="/css/style.css?v=1 " media ="screen " title ="default " />
7
7
< noscript > < style > # search { visibility : hidden; } </ style > </ noscript >
You can’t perform that action at this time.
0 commit comments