Skip to content

Instantly share code, notes, and snippets.

@wilf312
Created February 18, 2014 18:40
Show Gist options
  • Save wilf312/9077035 to your computer and use it in GitHub Desktop.
Save wilf312/9077035 to your computer and use it in GitHub Desktop.
SublimeTextのカラースキームのコメント色を変えたい ref: http://qiita.com/GENYA/items/07ad20dc7e1b56082720
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#7495ff</string> ← ココ
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment