Skip to content

Commit

Permalink
add support for styles to find in files
Browse files Browse the repository at this point in the history
  • Loading branch information
voronianski committed Jun 9, 2015
1 parent 1fdd5d8 commit a9dbe2a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.tmTheme]
indent_size = 4
12 changes: 11 additions & 1 deletion Oceanic Next.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ settings:
caret: '#c0c5ce'
foreground: '#CDD3DE'
invisibles: '#65737e'
lineHighlight: '#65737e'
lineHighlight: '#65737e55'
selection: '#4f5b66'

- name: Comments
Expand Down Expand Up @@ -133,3 +133,13 @@ settings:
scope: '*url*, *link*, *uri*'
settings:
fontStyle: underline

- name: Search Results Nums
scope: constant.numeric.line-number.find-in-files - match
settings:
foreground: '#AB7967'

- name: Search Results Lines
scope: entity.name.filename.find-in-files
settings:
foreground: '#99C794'
22 changes: 22 additions & 0 deletions Oceanic Next.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,28 @@
<string>underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Search Results Nums</string>
<key>scope</key>
<string>constant.numeric.line-number.find-in-files - match</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AB7967</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Search Results Lines</string>
<key>scope</key>
<string>entity.name.filename.find-in-files</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#99C794</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>21a3a5f5-e82f-48a8-bc8b-9aef307f6131</string>
Expand Down

0 comments on commit a9dbe2a

Please sign in to comment.