Skip to content

Commit

Permalink
make matches stand out in find-in-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen committed Mar 8, 2015
1 parent ea6138e commit d713eb3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Solarized (dark).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,17 @@
<string>#2AA198</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Find In Files: Line numbers</string>
<key>scope</key>
<string>constant.numeric.line-number.find-in-files</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#586e75</string>
</dict>
</dict>

<!-- Git Gutter -->
<dict>
Expand Down
11 changes: 11 additions & 0 deletions Solarized (light).tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,17 @@
<string>#2AA198</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Find In Files: Line numbers</string>
<key>scope</key>
<string>constant.numeric.line-number.find-in-files</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#93a1a1</string>
</dict>
</dict>

<!-- Git Gutter -->
<dict>
Expand Down

0 comments on commit d713eb3

Please sign in to comment.