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

Commit

Permalink
Fix text input background color
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Feb 25, 2015
1 parent 0b3d105 commit c90e4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fox.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
// "layer0.texture": "",
"layer0.tint": [37, 44, 51], // -01
"layer0.opacity": 1,
"content_margin": 3
"content_margin": [0, 8]
},

//
Expand Down
2 changes: 1 addition & 1 deletion Fox/Widget - Fox.stTheme
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>settings</key>
<dict>
<key>background</key>
<string>#1C1F26</string>
<string>#252C33</string>
<key>caret</key>
<string>#c0c5ce</string>
<key>foreground</key>
Expand Down

0 comments on commit c90e4b0

Please sign in to comment.