Skip to content

Commit

Permalink
fix: SublimeLinter gutter colors
Browse files Browse the repository at this point in the history
Close #880
  • Loading branch information
equinusocio committed Jun 23, 2016
1 parent 0d86523 commit f696f89
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 31 deletions.
6 changes: 2 additions & 4 deletions schemes/Material-Theme-Darker.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,12 @@ settings:
- name: SublimeLinter Error
scope: sublimelinter.mark.error
settings:
foreground: '#ffffff'
background: '#FF5370'
foreground: '#FF5370'

- name: SublimeLinter Annotation
scope: sublimelinter.annotations
settings:
foreground: '#C17E70'
background: '#ffffff'
background: '#C17E70'

# >> Git Gutter

Expand Down
6 changes: 1 addition & 5 deletions schemes/Material-Theme-Darker.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -802,10 +802,8 @@
<string>sublimelinter.mark.error</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FF5370</string>
<key>foreground</key>
<string>#ffffff</string>
<string>#FF5370</string>
</dict>
</dict>
<dict>
Expand All @@ -816,8 +814,6 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#ffffff</string>
<key>foreground</key>
<string>#C17E70</string>
</dict>
</dict>
Expand Down
6 changes: 2 additions & 4 deletions schemes/Material-Theme-Lighter.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,12 @@ settings:
- name: SublimeLinter Error
scope: sublimelinter.mark.error
settings:
foreground: '#ffffff'
background: '#E53935'
foreground: '#E53935'

- name: SublimeLinter Annotation
scope: sublimelinter.annotations
settings:
foreground: '#C17E70'
background: '#ffffff'
background: '#C17E70'

# >> Git Gutter

Expand Down
6 changes: 1 addition & 5 deletions schemes/Material-Theme-Lighter.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -802,10 +802,8 @@
<string>sublimelinter.mark.error</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#E53935</string>
<key>foreground</key>
<string>#ffffff</string>
<string>#E53935</string>
</dict>
</dict>
<dict>
Expand All @@ -816,8 +814,6 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#ffffff</string>
<key>foreground</key>
<string>#C17E70</string>
</dict>
</dict>
Expand Down
6 changes: 2 additions & 4 deletions schemes/Material-Theme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,12 @@ settings:
- name: SublimeLinter Error
scope: sublimelinter.mark.error
settings:
foreground: '#ffffff'
background: '#FF5370'
foreground: '#FF5370'

- name: SublimeLinter Annotation
scope: sublimelinter.annotations
settings:
foreground: '#C17E70'
background: '#ffffff'
background: '#C17E70'

# >> Git Gutter

Expand Down
6 changes: 1 addition & 5 deletions schemes/Material-Theme.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -802,10 +802,8 @@
<string>sublimelinter.mark.error</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FF5370</string>
<key>foreground</key>
<string>#ffffff</string>
<string>#FF5370</string>
</dict>
</dict>
<dict>
Expand All @@ -816,8 +814,6 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#ffffff</string>
<key>foreground</key>
<string>#C17E70</string>
</dict>
</dict>
Expand Down
6 changes: 2 additions & 4 deletions src/schemes/scheme.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,12 @@ settings:
- name: SublimeLinter Error
scope: sublimelinter.mark.error
settings:
foreground: '<%= scheme.base.white %>'
background: '<%= scheme.base.red %>'
foreground: '<%= scheme.base.red %>'

- name: SublimeLinter Annotation
scope: sublimelinter.annotations
settings:
foreground: '<%= scheme.base.brown %>'
background: '<%= scheme.base.white %>'
background: '<%= scheme.base.brown %>'

# >> Git Gutter

Expand Down

0 comments on commit f696f89

Please sign in to comment.