Skip to content

Commit 7c4af12

Browse files
committed
Make variable names a little darker in the CSS
1 parent fa493eb commit 7c4af12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

html/css/highlights.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ atom-text-editor.is-focused .line.cursor-line {
7373
.constant.numeric.line-number.find-in-files .match {
7474
color: rgba(143, 190, 0, 0.63);
7575
}
76+
.variable.other {
77+
color: #CC0050
78+
}
7679
.variable {
7780
color: #E8756B;
7881
}

0 commit comments

Comments
 (0)