Skip to content

Commit

Permalink
fix: default scheme comments color
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed May 29, 2016
1 parent 2fa7ece commit dcf0ebd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion schemes/Material-Theme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
- name: Comments
scope: comment, punctuation.definition.comment
settings:
foreground: '#656565'
foreground: '#546E7A'
fontStyle: 'italic'

- name: Variable
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#656565</string>
<string>#546E7A</string>
</dict>
</dict>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions src/settings/specific/Material-Theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"highlight": "#00000012",
"selection": "#546E7A",
"invisibles": "#65737e",
"comments": "#656565",
"comments": "#546E7A",
"keywords": "#cfd8dc",
"constant": "#80CBC4",
"string": "#F9355A",
"constantEscape": "#FFC400"
},
"scheme": {
"background": "#263238",
"comments": "#656565",
"comments": "#546E7A",
"caret": "#FFCC00",
"findHighlight": "#F8E71C",
"foreground": "#eeffff",
Expand Down
2 changes: 1 addition & 1 deletion widgets/Widget - Material-Theme.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#656565</string>
<string>#546E7A</string>
</dict>
</dict>
<dict>
Expand Down

0 comments on commit dcf0ebd

Please sign in to comment.