Skip to content

Commit

Permalink
Fix red invisibles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ike Ku committed Oct 13, 2017
1 parent 7c344ea commit 6d5666f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ayu-dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<key>inactiveSelection</key>
<string>#25334088</string>
<key>invisibles</key>
<string>#FF0000</string>
<string>#35404C</string>
<key>lineHighlight</key>
<string>#151A1F</string>
<key>popupCss</key>
Expand Down
2 changes: 1 addition & 1 deletion ayu-light.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<key>inactiveSelection</key>
<string>#F0EEE488</string>
<key>invisibles</key>
<string>#FF0000</string>
<string>#D9D8D7</string>
<key>lineHighlight</key>
<string>#F2F2F2</string>
<key>popupCss</key>
Expand Down
2 changes: 1 addition & 1 deletion ayu-mirage.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<key>inactiveSelection</key>
<string>#343F4C88</string>
<key>invisibles</key>
<string>#FF0000</string>
<string>#434E59</string>
<key>lineHighlight</key>
<string>#242B38</string>
<key>popupCss</key>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/sublime.syntax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<key>inactiveSelection</key>
<string>#"{syntax.selection.hex}"88</string>
<key>invisibles</key>
<string>#FF0000</string>
<string>#"{syntax.gutter.hex}"</string>
<key>lineHighlight</key>
<string>#"{syntax.line.hex}"</string>
<key>popupCss</key>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/sublime.syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ settings:
accent: *accent
gutter: *bg
gutterForeground: *gutter
invisibles: '#FF0000'
invisibles: *gutter
lineHighlight: '#"{syntax.line.hex}"'
selection: &selection '#"{syntax.selection.hex}"'
selectionBorder: *selection
Expand Down

0 comments on commit 6d5666f

Please sign in to comment.