comparison pidgin/themes/Contents/Info.plist @ 32733:7cd13ca747fc

Add a simple theme that replicates our current look.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 04 Mar 2012 01:32:16 +0000
parents
children
comparison
equal deleted inserted replaced
32732:97bf6c9ef9ab 32733:7cd13ca747fc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>MessageViewVersion</key>
6 <integer>4</integer>
7 <key>CFBundleName</key>
8 <string>Default</string>
9 <key>CFBundleIdentifier</key>
10 <string>im.pidgin.Default.style</string>
11 <key>DefaultFontFamily</key>
12 <string>sans-serif</string>
13 <key>DefaultFontSize</key>
14 <integer>11</integer>
15 </dict>
16 </plist>