Specifications

Chapter 3 Customizing How the Wiki Looks 39
Key Default Value Possible Values Optional or Required Description
mobileHeaderColor #848c64 # followed by a
hexadecimal color code
Optional The background color
shown behind the
name of the wiki and
navigation bar when
you view the wiki on
iPhone.
name com.apple.wireframe Any string with no
spaces
Required Uniquely identies the
theme.
selectable <false/> <false/> Optional Displays a theme in
the theme chooser,
if the selectable key
and <false/> value are
removed.
version 2 A number Required Don’t change this value.
Creating Sidebars
If you haven’t created a sidebar before, it might be easier to customize an example
sidebar to suit your needs.
In the wireframe themes theme.plist le, a sidebars section contains an array of
sidebars you can customize:
<key>sidebars</key>
<array>
<dict>
sidebar keys and values
</dict>
<dict>
sidebar keys and values
</dict>
</array>