<?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>
    <!-- 
         biteSMS Theme Definition



         Changes
         -------

         biteSMS 8.2 beta 7: added to-text-color, entry-text-border-color.

         biteSMS 8.2 beta 6: added entry-bg-color and removed entry-bg-tint.  Added
         contacts-bg-color, contacts-text-color, contacts-separator-color, qr-border-width,
         qr-border-color, qr-alert-bg-cap-insets, qr-contact-pic-corner-radius.

         biteSMS 8.2 beta 4: added qc-contacts-bg-color, qc-contacts-separator-color,
         qc-contacts-name-color, qc-contacts-highlight-text-color, qc-contacts-number-color.

         biteSMS 8.2 beta 3: added statusbar-fg-color and app-deftext-color.

         biteSMS v8.2 Reworked for iOS 7.  Themes must now have a theme-version of 2.


         Example Theme
         -------------

         This theme is provided as a reference to assist with creating new
         themes.  It contains the default versions of all themable images (in
         high res only), plus sample background images. There are no defaults
         for background images.  The Info.plist file (this file) demonstrates
         and documents all parameters.

         Themes are installed in /var/mobile/Library/biteThemes/, and must be
         readable by the user "mobile".  The theme directory name is not seen
         by end users. It should be no longer than 15 characters.


         Colors
         ------

         Colours use CSS numerical RGB specification (#RRGGBB) with an optional
         alpha component (#RRGGBBAA).  So #ff0000 is red and #ffffff08 is
         half-transparent white.  It is also possible to use named colours such
         as blackColor and whiteColor.  Any class method in the Cocoa UIColor
         class which takes no arguments can be used as a color name.
         

         Theming images
         --------------

         Only include images which are different from the original.

         Images come in 2 resolutions; low resolution (eg. image.png) and high
         resolution used on retina displays (eg image@2x.png).  If a theme is not
         retina-only, then every image in the theme must have a low resolution version,
         however the high res images are optional.

         Retina only themes should contain all high res images.

         The directory structure must be preserved.

         Images in the top level directory have no defaults.


         Fonts
         -----

         Fonts may be specified as a family name or a specific font name.
         Use an app such as the free app Fonts! from the App Store to see available fonts and what they look
         like on a phone.


      -->

    <!-- All elements are optional except for name and theme-version. 
         If an element is omitted, the default value is used. 
         Any keys which are not understood are ignored.
      -->

    <!-- Describes the theme and description -->
    <key>name</key>          <!-- Required -->
    <string>Example Theme</string> <!-- Displayed when the user selects a theme to apply -->
    <key>theme-version</key>       <!-- Required -->
    <string>2</string>
    <key>description</key>
    <string><![CDATA[
<html>
<style>
body { font-family:"Bradley Hand"; font-size: larger; background-color:black; color:red }
</style>
<body>
This is a styled HTML description of the theme.
<p>It can contain links such as:
<a href="http://www.google.com">this</a> and <a href="mailto:someone@nowhere.com">an email link</a>.

<p>It can also contain links like these:
http://www.google.com
mailto:someone@nowhere.com

<p>You can display local images like this:
<img src="icon_kb_hide_fw5@2x.png">
</body>
</html>
]]></string>
    <!-- The "retina" and "applies-to" values do not affect functionality.
         They are used to display additional information in the list
         of available themes in the &quot;Themes&quot; settings page.
      -->
    <key>retina</key>
    <false/> <!-- true means that this theme can only be used on Retina displays. 
                  false (default) means it can be used on any display. -->
    <key>applies-to</key>
    <string>app,qr</string> <!-- Specify "app" if only the app is themed (not QC/QR), 
                                 "qr" if only QC/QR is themed (not the app).
                                 Default is app and qr. -->

    <key>font</key>
    <string>Bradley Hand</string>


    <!-- =========================================================================== -->
    <!-- App settings  -->
    <!-- Uses NavbarPortrait.png and NavbarLandscape.png (or .jpg) as the
         navigation bar background image. Portrait image size should be 320x44 (or
         640x88 for high res), landscape should be 480x32 (or 960x64) -->
    <key>navbar-style</key>
    <integer>0</integer> <!-- 0 default, 1 black.  Also affects appearance of statusbar and buttons in navbar. -->
    <key>navbar-tint</key>      <!-- No default -->
    <string>#888888</string>
    <key>navbar-text-color</key>
    <string>blackColor</string>
    <key>navbar-shadow-color</key>
    <string>clearColor</string>
    <key>statusbar-fg-color</key> <!-- If not defined, uses navbar-text-color or black -->
    <string>blackColor</string>
    <key>app-deftext-color</key> <!-- Color of "Load Earlier Messages" text + navbar buttons if not otherwise defined -->
    <string>#007AFFFF</string>

    <!-- BarButtonPortrait.png and BarButtonLandscape.png (or .jpg) are used as the bar button background images.
         BackButtonPortrait.png and BackButtonLandscape.png (or .jpg) are used as the back button background images.
         BarDivider.png (or .jpg) is used as the divider between the Settings navbar button and the Compose New button.
      -->
    <key>barbutton-tint</key> <!-- Tint applied to buttons in the navbar -->
    <string>#88cc88</string>
    <key>barbutton-text-color</key>
    <string>#ffffff</string>
    <key>barbutton-shadow-color</key>
    <string>#48515c</string>
    <key>searchbar-tint</key>   <!-- No default, applies to all search bars -->
    <string>#ffffff</string>


    <!-- =========================================================================== -->
    <!-- Conversation screen settings
         Due to the way the balloons are drawn in iOS 7, a background image cannot be applied.
    -->
    <key>convo-bg-color</key>
    <string>whiteColor</string>
    <key>keyboard-appearance</key>
    <integer>0</integer> <!-- 0 (default) grey, 1 black -->
    <key>convo-text-color</key> <!-- Color of most non-message text -->
    <string>#8E8E93FF</string>
    <key>send-disabled-color</key>
    <string>#8E8E93FF</string>
    <key>send-delayed-color</key> <!-- Label color for "Stop" mode in delayed sending -->
    <string>#ff0000ff</string>

    <key>green-balloon-colors</key> <!-- Used to create a gradient for green balloon backgrounds -->
    <array>
      <string>#7BED63</string>  <!-- Color at top of screen-->
      <string>#29C519</string>  <!-- Color at bottom of screen + send button text -->
    </array>
    <key>green-balloon-selected-color</key> <!-- Overlay color of selected green balloon cells -->
    <string>#00000033</string>
    <key>green-balloon-text-color</key>
    <string>#FFFFFF</string>
    <key>green-balloon-link-color</key>
    <string>#FFFFFF</string>

    <key>blue-balloon-colors</key>
    <array>
      <string>#5AC8FAFF</string>
      <string>#007AFFFF</string>
    </array>
    <key>blue-balloon-selected-color</key>
    <string>#00000033</string>
    <key>blue-balloon-text-color</key>
    <string>#FFFFFF</string>
    <key>blue-balloon-link-color</key>
    <string>#FFFFFF</string>

    <key>gray-balloon-colors</key> <!-- Default is no gradient (single color).  Specify 2 colors to create a gradient -->
    <array>
      <string>#E5E5EAFF</string>
    </array>
    <key>gray-balloon-selected-color</key>
    <string>#00000019</string>
    <key>gray-balloon-text-color</key>
    <string>#000000FF</string>
    <key>gray-balloon-link-color</key>
    <string>#007AFFFF</string>

    <!-- The entry field is the area above the keyboard which contains the + button, a text
         field and the send button -->
    <key>entry-bg-color</key>   <!-- Applies to the whole entry field, not just the typing area -->
    <string>#00000080</string>  <!-- No default -->
    <key>entry-divider-color</key> <!-- The horizontal line across the top of the field -->
    <string>#0000004C</string>
    <key>entry-deftext-color</key> <!-- Text displayed within the text field -->
    <string>#C7C7CCFF</string>
    <key>entry-text-color</key> <!-- Input field text color -->
    <string>blackColor</string>
    <key>entry-text-bg-color</key> <!-- typing area background color -->
    <string>whiteColor</string>
    <key>entry-text-border-color</key> <!-- typing area border color -->
    <string>#C7C7CCFF</string>

    <key>char-counter-color</key> <!-- Character counter text color -->
    <string>#C7C7CCFF</string>

    <key>to-text-color</key>    <!-- Text colour when typing in a new contact name/address -->
    <string>blackColor</string>
    
    <!-- Contacts list (when composing a new message) colors -->
    <key>contacts-bg-color</key>
    <string>whiteColor</string>
    <key>contacts-separator-color</key>
    <string>#C7C7CCFF</string>
    <key>contacts-text-color</key> <!-- Only applies to contacts displayed from the "+" button -->
    <string>blackColor</string>

    <!-- =========================================================================== -->
    <!-- List screen settings -->
    <!-- The file ListBackground.png (or jpg) is used as the background image  -->

    <key>search-bg-color</key>  <!-- Background color of cells when searching -->
    <string>white</string>
    <key>selected-bg-color</key> <!-- Background color of selected cells -->
    <string>#80808040</string>
    <key>list-separator-color</key>
    <string>#C7C7CCFF</string>
    <key>chevron-color</key>    <!-- The little arrow on the right of each cell -->
    <string>#C7C7CCFF</string>
    <key>list-from-text-color</key> <!-- Recipient name text color -->
    <string>#000000FF</string>
    <key>list-from-shadow-color</key> <!-- No default -->
    <string>#00000000</string>
    <key>list-date-text-color</key> <!-- Message date text color -->
    <string>#8E8E93FF</string>
    <key>list-date-shadow-color</key> <!-- No default -->
    <string>#00000000</string>
    <key>list-msg-text-color</key> <!-- Message content text color -->
    <string>#8E8E93FF</string>
    <key>list-msg-shadow-color</key> <!-- No default -->
    <string>#00000000</string>

    <!-- =========================================================================== -->
    <!-- Quick Reply/Quick Compose settings -->

    <key>qr-font</key>
    <string>Bradley Hand</string>
    <key>qr-bold-font</key>
    <string>BradleyHandITCTT-Bold</string>

    <!-- QC/QR background, comprised of a blur and a gradient image.

         qr-blur value should be one of: AdaptiveLight, Blur, ColorSample, Colored,
         Combiner, Dark, DarkLow, DarkWithZoom, Light, LightLow, NonAdaptive, None,
         SemiLight, UltraDark, UltraLight.
         The names are not very descriptive, so experiment. ColorSample means no blur!

         Gradient can be completely replaced by supplying an image called qr-alert-bg.png.
         To make the image stretchable, specify a value for qr-alert-bg-cap-insets.
         For more details, see the Apple documentation for the capInsets property of the UIImage class,
         https://developer.apple.com/library/ios/documentation/uikit/reference/UIImage_Class/Reference/Reference.html#//apple_ref/occ/instp/UIImage/capInsets.

        <key>qr-alert-bg-cap-insets</key>
        <string>10 10 10 10</string>  
        Values are top left bottom right
    -->
    <key>qr-blur</key>
    <string>UltraLight</string>
    <key>qr-gradient-inner</key>
    <string>#ffffff80</string>
    <key>qr-gradient-outer</key>
    <string>#ffffff00</string>
    <key>qr-border-width</key>  <!-- Border width in "pixels" of entire alert -->
    <string>0</string>
    <key>qr-border-color</key>  <!-- Border color, only used if qr-border-width is not 0 -->
    <string>blackColor</string>

    <!-- Send button label color is based on sender method -->
    <key>qr-send-im-color</key> <!-- Send using iMessage -->
    <string>#0080ff</string>
    <key>qr-send-sms-color</key> <!-- Send as SMS -->
    <string>#28c71a</string>
    <key>qr-send-bite-color</key> <!-- Send via biteSMS -->
    <string>#ff007a</string>
    <key>qr-send-shadow-color</key>
    <string>clearColor</string>
    <key>qr-send-disabled-color</key>
    <string>#00000080</string>
    <key>qr-send-delayed-color</key> <!-- Label color for "Stop" mode in delayed sending -->
    <string>#ff0000ff</string>

    <key>qr-button-text-color</key>
    <string>#007aff</string>
    <key>qr-button-highlight-color</key>
    <string>#c5ddf9</string>
    <key>qr-button-shadow-color</key>
    <string>clearColor</string>
    <key>qr-button-disabled-color</key>
    <string>#00000080</string>
    <key>qr-button-border-color</key>
    <string>lightGrayColor</string>
    <key>qr-contact-color</key>
    <string>#737373</string>
    <key>qr-time-color</key>
    <string>grayColor</string>
    <key>qr-message-color</key>
    <string>blackColor</string>
    <key>qr-text-color</key>
    <string>blackColor</string>
    <key>qr-text-background-color</key>
    <string>clearColor</string>
    <key>qr-char-counter-color</key>
    <string>#737373</string>
    <key>qr-char-counter-shadow-color</key>
    <string>clearColor</string>
    <key>qc-to-color</key> <!-- Color of the To: label -->
    <string>grayColor</string>
    <key>qc-recipient-color</key>
    <string>blackColor</string>

    <key>qr-keyboard-appearance</key>
    <integer>0</integer> <!-- 0 (default) grey, 1 black -->

    <!-- Recents pulldown -->
    <key>recents-im-balloon-text-color</key> <!-- Outgoing iMessage -->
    <string>#FFFFFF</string>
    <key>recents-sms-balloon-text-color</key> <!-- Outgoing text message -->
    <string>#FFFFFF</string>
    <key>recents-incoming-balloon-text-color</key> <!-- Incoming message -->
    <string>#000000</string>
    <key>recents-sender-text-color</key> <!-- Name of sender in group messages -->
    <string>#3366B2</string>
    <key>recents-timestamp-text-color</key>
    <string>grayColor</string>

    <!-- Quick compose contacts table -->
    <key>qc-contacts-bg-color</key>
    <string>#FFFFFF</string>
    <key>qc-contacts-separator-color</key>
    <string>#C7C7CC</string>
    <key>qc-contacts-name-color</key>
    <string>#000000</string>
    <key>qc-contacts-highlight-text-color</key>
    <string>#FFFFFF</string>
    <key>qc-contacts-number-color</key>
    <string>#757575</string>

    <!-- Contact image corner radius in "pixels" -->
    <key>qr-contact-pic-corner-radius</key>
    <string>25</string>

  </dict>
</plist>
