Skip to content

Commit

Permalink
Merge pull request #54 from feju/master
Browse files Browse the repository at this point in the history
Added gutter theming
  • Loading branch information
deplorableword committed Mar 5, 2014
2 parents 211d3b9 + aa2cea3 commit 11536b2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Solarized (dark).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
<dict>
<key>name</key>
<string>Solarized (dark)</string>
<key>semanticClass</key>
<string>solarized.dark</string>
<key>gutterSettings</key>
<dict>
<key>background</key>
<string>#073642</string><!-- base02 -->
<key>divider</key>
<string>#073642</string><!-- base02 -->
<key>foreground</key>
<string>#586E75</string><!-- base01 -->
<key>selectionBackground</key>
<string>#073642</string><!-- base02 -->
<key>selectionForeground</key>
<string>#586E75</string><!-- base01 -->
</dict>
<key>settings</key>
<array>
<dict>
Expand Down
15 changes: 15 additions & 0 deletions Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
<dict>
<key>name</key>
<string>Solarized (light)</string>
<key>semanticClass</key>
<string>solarized.light</string>
<key>gutterSettings</key>
<dict>
<key>background</key>
<string>#EEE8D5</string><!-- base2 -->
<key>divider</key>
<string>#EEE8D5</string><!-- base2 -->
<key>foreground</key>
<string>#93A1A1</string><!-- base1 -->
<key>selectionBackground</key>
<string>#EEE8D5</string><!-- base2 -->
<key>selectionForeground</key>
<string>#93A1A1</string><!-- base1 -->
</dict>
<key>settings</key>
<array>
<dict>
Expand Down

0 comments on commit 11536b2

Please sign in to comment.