Skip to content

Commit

Permalink
fix: Fix active guide color
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 30, 2016
1 parent 989de36 commit b875899
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .src/schemes/scheme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ settings:
foreground: '<%= scheme.foreground %>'
guide: '<%= scheme.guides %>'
activeGuide: '<%= scheme.activeGuide %>'
stackGuides: '<%= scheme.stackGuides %>'
stackGuide: '<%= scheme.stackGuides %>'
gutterForeground: '<%= scheme.gutter %>'
invisibles: '<%= scheme.invisibles %>'
lineHighlight: '<%= scheme.highlight %>'
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Darker.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ settings:
foreground: '#eeffffff'
guide: '#42424270'
activeGuide: '#FFFFFF50'
stackGuides: '#42424280'
stackGuide: '#42424280'
gutterForeground: '#424242'
invisibles: '#65737e'
lineHighlight: '#00000050'
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string>#61616150</string>
<key>shadow</key>
<string>#00000010</string>
<key>stackGuides</key>
<key>stackGuide</key>
<string>#42424280</string>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Lighter.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ settings:
foreground: '#80CBC4'
guide: '#B0BEC570'
activeGuide: '#00000070'
stackGuides: '#B0BEC580'
stackGuide: '#B0BEC580'
gutterForeground: '#CFD8DC'
invisibles: '#E7EAEC'
lineHighlight: '#90A4AE20'
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme-Lighter.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string>#80CBC440</string>
<key>shadow</key>
<string>#90A4AE50</string>
<key>stackGuides</key>
<key>stackGuide</key>
<string>#B0BEC580</string>
</dict>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ settings:
foreground: '#eeffff'
guide: '#37474F80'
activeGuide: '#80CBC470'
stackGuides: '#37474Fff'
stackGuide: '#37474Fff'
gutterForeground: '#37474F'
invisibles: '#65737e'
lineHighlight: '#00000050'
Expand Down
2 changes: 1 addition & 1 deletion schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<string>#80CBC420</string>
<key>shadow</key>
<string>#00000010</string>
<key>stackGuides</key>
<key>stackGuide</key>
<string>#37474Fff</string>
</dict>
</dict>
Expand Down

0 comments on commit b875899

Please sign in to comment.