Skip to content

Commit

Permalink
Simplified defaultTextColor key
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwil committed Dec 19, 2015
1 parent 00b922a commit d3e49ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions El Capitan Small.lbtheme/Contents/Resources/Properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>defaultFontName</key>
<string>lightSystemFont</string>
<key>defaultTextColor</key>
<string>#2c2b2d</string>
<string>darkTextColor</string>
<key>inputAreaAbbreviationTextColor</key>
<string>@defaultTextColor</string>
<key>inputAreaBlackTextColor</key>
Expand All @@ -19,7 +19,7 @@
<key>inputAreaAbbreviationInputProgressIndicationOffset</key>
<integer>1</integer>
<key>inputAreaActionMenuAreaTextShadowOffset</key>
<string>@defaultShadowOffset</string>
<string>0</string>
<key>inputAreaAutohideOffImage</key>
<string>AutohideOffTemplate</string>
<key>inputAreaAutohideOffImageSize</key>
Expand Down Expand Up @@ -173,8 +173,8 @@
<key>textInputFocusRingLineWidth</key>
<integer>0</integer>
<key>textInputFontName</key>
<string>@defaultBoldFontName</string>
<key>textInputFontSize</key>
<string>@defaultFontName</string>
<key>textInputFontSize</key>
<integer>13</integer>
<key>textInputSelectedTextColor</key>
<string>@defaultTextColor</string>
Expand Down

0 comments on commit d3e49ef

Please sign in to comment.