Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Add message and adjust text color on highlight/selection
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Apr 9, 2015
1 parent c5757b9 commit 63d7521
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions fox.dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<!-- Gutter line highlight -->
<key>lineHighlight</key>
<string>#2D333C</string>
<key>selectionForeground</key>
<string>#181D20</string>
<key>selection</key>
<string>#b9d7fd</string>
</dict>
Expand Down
16 changes: 10 additions & 6 deletions messages/1.1.11.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# New in Fox 1.1.11

Fix installation message:
- Added more icons, samples, and screenshots
- Reorganized preferences
- Vertically centered input text
- Adjusted text color on highlight/selection
- Fixed installation message:

```
{
"theme": "Fox.sublime-theme"
}
```
```
{
"theme": "Fox.sublime-theme"
}
```

*If you have any suggestions for improvements and fixes, please feel free to add issues at [GitHub](http://github.com/karelvuong/fox/issues).*

Expand Down

0 comments on commit 63d7521

Please sign in to comment.