Skip to content

Commit

Permalink
Increase contrast for dark-gray text, tentative fix for #4
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Jul 2, 2019
1 parent 6b4fbf0 commit 210a40d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/ME-MonokaiC.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
<dict>
<!--<key>background</key><string>#06cdcd</string>-->
<key>foreground</key>
<string>#555555</string>
<string>#909090</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -705,7 +705,7 @@
<key>background</key>
<string>#44444422</string>
<key>foreground</key>
<string>#555555</string>
<string>#909090</string>
</dict>
</dict>
<dict>
Expand All @@ -716,7 +716,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#666666</string>
<string>#909090</string>
</dict>
</dict>
<dict>
Expand Down Expand Up @@ -789,7 +789,7 @@
<key>background</key>
<string>#212121</string>
<key>foreground</key>
<string>#888888</string>
<string>#929292</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit 210a40d

Please sign in to comment.