There was an error while loading. Please reload this page.
1 parent 9731ed4 commit 4f96f21Copy full SHA for 4f96f21
styles/base.less
@@ -412,6 +412,12 @@ atom-text-editor .search-results .syntax--marker.current-result .region {
412
.syntax--entity.syntax--name.syntax--tag{
413
text-decoration: none;
414
}
415
+ .syntax--entity.syntax--other.syntax--attribute-name.syntax--id {
416
+ color: @blue;
417
+ }
418
+ .syntax--punctuation.syntax--definition.syntax--variable {
419
+ color: @purple;
420
421
.syntax--class.syntax--entity {
422
color: @green;
423
0 commit comments