aboutsummaryrefslogtreecommitdiffstats
path: root/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2012-06-17 14:40:16 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-02 16:03:08 +0800
commitb4228fb1ec2180ae7e7df789df0287c67958c9ec (patch)
treee7f8b35d1946c7bb8d9e06b78020b5601518ad39 /data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist
parent04d6f19f37961b2c6b866559eeae7cdad1068e16 (diff)
downloadgsoc2013-empathy-b4228fb1ec2180ae7e7df789df0287c67958c9ec.tar
gsoc2013-empathy-b4228fb1ec2180ae7e7df789df0287c67958c9ec.tar.gz
gsoc2013-empathy-b4228fb1ec2180ae7e7df789df0287c67958c9ec.tar.bz2
gsoc2013-empathy-b4228fb1ec2180ae7e7df789df0287c67958c9ec.tar.lz
gsoc2013-empathy-b4228fb1ec2180ae7e7df789df0287c67958c9ec.tar.xz
gsoc2013-empathy-b4228fb1ec2180ae7e7df789df0287c67958c9ec.tar.zst
gsoc2013-empathy-b4228fb1ec2180ae7e7df789df0287c67958c9ec.zip
Add Boxes as an Adium theme with variants Clean, Simple and Blue
https://bugzilla.gnome.org/show_bug.cgi?id=645921
Diffstat (limited to 'data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist')
-rw-r--r--data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist b/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist
new file mode 100644
index 000000000..c61a0f452
--- /dev/null
+++ b/data/themes/Boxes.AdiumMessageStyle/Contents/Info.plist
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>AllowTextColors</key>
+ <true/>
+
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+
+ <key>CFBundleGetInfoString</key>
+ <string>Boxes Message Style</string>
+
+ <key>CFBundleIdentifier</key>
+ <string>org.gnome.empathy.boxes.style</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>1.0</string>
+
+ <key>CFBundleName</key>
+ <string>Boxes</string>
+
+ <key>CFBundlePackageType</key>
+ <string>AdIM</string>
+
+ <key>DefaultBackgroundColor</key>
+ <string>ffffff</string>
+
+ <key>DefaultFontFamily</key>
+ <string>Cantarell</string>
+
+ <key>DefaultFontSize</key>
+ <integer>12</integer>
+
+ <key>MessageViewVersion</key>
+ <integer>4</integer>
+
+ <key>DisableCombineConsecutive</key>
+ <false/>
+
+</dict>
+</plist>