Skip to content

Instantly share code, notes, and snippets.

@localhots
Created October 20, 2012 12:16
Show Gist options
  • Save localhots/3923142 to your computer and use it in GitHub Desktop.
Save localhots/3923142 to your computer and use it in GitHub Desktop.
Twitterrific theme config with Lucida Grande
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>compose</key>
<dict>
<key>characterCounterFont</key>
<string>11 LucidaGrande-Bold</string>
<key>font</key>
<string>13 LucidaGrande</string>
</dict>
<key>profile</key>
<dict>
<key>font</key>
<string>13 LucidaGrande-Medium</string>
<key>nameFont</key>
<string>18 LucidaGrande-Bold</string>
</dict>
<key>sidebar</key>
<dict>
<key>header</key>
<dict>
<key>bottomBorderColor</key>
<string>120:126:133</string>
<key>font</key>
<string>11 Bold</string>
<key>imageEdgeInsets</key>
<string>6,7,6,0</string>
<key>shadowColor</key>
<string>255:255:255:50</string>
<key>textColor</key>
<string>99:113:128</string>
<key>textEdgeInsets</key>
<string>0,6,0,0</string>
<key>topBorderColor</key>
<string>150:157:166</string>
</dict>
<key>headerHeight</key>
<integer>30</integer>
<key>rowHeight</key>
<integer>22</integer>
<key>selectedRow</key>
<dict>
<key>bottomBorderColor</key>
<string>100:109:130</string>
<key>font</key>
<string>11 Bold</string>
<key>imageEdgeInsets</key>
<string>0,5,0,0</string>
<key>textEdgeInsets</key>
<string>0,0,0,0</string>
</dict>
<key>unselectedRow</key>
<dict>
<key>font</key>
<string>11</string>
<key>imageEdgeInsets</key>
<string>0,5,0,0</string>
<key>textColor</key>
<string>0:0:0</string>
<key>textEdgeInsets</key>
<string>0,0,0,0</string>
</dict>
</dict>
<key>tweetTable</key>
<dict>
<key>ageFont</key>
<string>11 LucidaGrande</string>
<key>avatarSize</key>
<integer>40</integer>
<key>contentEdgeInsets</key>
<string>10,10,10,10</string>
<key>font</key>
<string>13 LucidaGrande</string>
<key>metaFont</key>
<string>11.5 LucidaGrande</string>
<key>nameFont</key>
<string>13 LucidaGrande-Bold</string>
<key>tweetTextEdgeInsets</key>
<string>2,10,0,38</string>
</dict>
<key>userTable</key>
<dict>
<key>avatarSize</key>
<string>40</string>
<key>contentEdgeInsets</key>
<string>10,10,10,10</string>
<key>nameFont</key>
<string>16 LucidaGrande</string>
<key>screenNameFont</key>
<string>13 LucidaGrande</string>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment