Skip to content

Commit

Permalink
fix: Fix activeGuide and StackGuide darker variant
Browse files Browse the repository at this point in the history
Close #892
  • Loading branch information
equinusocio committed Jul 7, 2016
1 parent 4f72ddd commit 9c2ac2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions schemes/Material-Theme-Darker.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ settings:
background: '#212121'
caret: '#FFCC00'
foreground: '#eeffffff'
guide: '#42424260'
activeGuide: '#42424260'
guide: '#42424270'
activeGuide: '#FFFFFF50'
stackGuides: '#42424280'
gutterForeground: '#424242'
invisibles: '#65737e'
Expand Down
4 changes: 2 additions & 2 deletions schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<key>settings</key>
<dict>
<key>activeGuide</key>
<string>#42424260</string>
<string>#FFFFFF50</string>
<key>background</key>
<string>#212121</string>
<key>caret</key>
<string>#FFCC00</string>
<key>foreground</key>
<string>#eeffffff</string>
<key>guide</key>
<string>#42424260</string>
<string>#42424270</string>
<key>gutterForeground</key>
<string>#424242</string>
<key>invisibles</key>
Expand Down
4 changes: 2 additions & 2 deletions src/settings/specific/Material-Theme-Darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"caret": "#FFCC00",
"findHighlight": "#F8E71C",
"foreground": "#eeffffff",
"guides": "#42424260",
"activeGuide": "#42424260",
"guides": "#42424270",
"activeGuide": "#FFFFFF50",
"stackGuides": "#42424280",
"gutter": "#424242",
"invisibles": "#65737e",
Expand Down

0 comments on commit 9c2ac2e

Please sign in to comment.