Skip to content

Commit cfc19c3

Browse files
committed
Make comments color lighter
1 parent a984b29 commit cfc19c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Chromodynamics.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<key>settings</key>
8989
<dict>
9090
<key>foreground</key>
91-
<string>#545458</string>
91+
<string>#747475</string>
9292
</dict>
9393
</dict>
9494
<dict>

styles/base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ atom-text-editor.is-focused .line-number.cursor-line-no-selection, atom-text-edi
6969
}
7070

7171
.syntax--comment {
72-
color: #545458;
72+
color: #747475;
7373
}
7474

7575
.syntax--string {

0 commit comments

Comments
 (0)