Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 1 | % $Id $ % |
| 2 | The \setting{Theme Settings} menu offers options that you can change to |
Bertrik Sikken | 04b9ca2 | 2011-04-11 22:42:09 +0000 | [diff] [blame] | 3 | customize the visual appearance of Rockbox. |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 4 | |
| 5 | \begin{description} |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 6 | \item[Browse Theme Files.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 7 | This option will display all the currently installed themes on the \dap{}, |
| 8 | press \ActionTreeEnter{} to load the chosen theme and apply it. |
| 9 | |
| 10 | A theme is a configuration file, stored in a specific directory, |
| 11 | that typically changes the WPS |
| 12 | \opt{HAVE_REMOTE_LCD}{and remote WPS}, font used and on some platforms |
| 13 | additional information such as background image and text colours. |
| 14 | |
| 15 | There are a number of themes that ship with Rockbox. If none of |
| 16 | these suit your needs, many more can be downloaded from |
Nils Wallménius | c9aff9e | 2009-08-18 07:31:10 +0000 | [diff] [blame] | 17 | \opt{player}{\url{http://themes.rockbox.org/index.php?target=player}}% |
| 18 | \opt{recorder}{\url{http://themes.rockbox.org/index.php?target=fmrecorder}}% |
| 19 | \opt{recorderv2fm}{\url{http://themes.rockbox.org/index.php?target=fmrecorder}}% |
| 20 | \opt{ondiofm}{\url{http://themes.rockbox.org/index.php?target=ondiofm}}% |
| 21 | \opt{ondiosp}{\url{http://themes.rockbox.org/index.php?target=ondiosp}}% |
Marianne Arnold | 5b47b89 | 2010-08-16 09:43:48 +0000 | [diff] [blame] | 22 | \opt{iaudiom5}{\url{http://themes.rockbox.org/index.php?target=m5}}% |
| 23 | \opt{iaudiox5}{\url{http://themes.rockbox.org/index.php?target=x5}}% |
| 24 | \opt{iaudiom3}{\url{http://themes.rockbox.org/index.php?target=m3}}% |
Marianne Arnold | b43b493 | 2011-01-17 18:30:18 +0000 | [diff] [blame] | 25 | \opt{iriverh100}{\url{http://themes.rockbox.org/index.php?target=h100}}% |
| 26 | \opt{iriverh300}{\url{http://themes.rockbox.org/index.php?target=h300}}% |
| 27 | \opt{iriverh10_5gb}{\url{http://themes.rockbox.org/index.php?target=h10_5gb}}% |
| 28 | \opt{iriverh10}{\url{http://themes.rockbox.org/index.php?target=h10}}% |
Nils Wallménius | c9aff9e | 2009-08-18 07:31:10 +0000 | [diff] [blame] | 29 | \opt{ipod1g2g}{\url{http://themes.rockbox.org/index.php?target=ipod1g2g}}% |
| 30 | \opt{ipod3g}{\url{http://themes.rockbox.org/index.php?target=ipod3g}}% |
| 31 | \opt{ipod4g}{\url{http://themes.rockbox.org/index.php?target=ipod4g}}% |
| 32 | \opt{ipodcolor}{\url{http://themes.rockbox.org/index.php?target=ipodcolor}}% |
| 33 | \opt{ipodvideo}{\url{http://themes.rockbox.org/index.php?target=ipodvideo}}% |
| 34 | \opt{ipodmini}{\url{http://themes.rockbox.org/index.php?target=ipodmini}}% |
| 35 | \opt{ipodnano}{\url{http://themes.rockbox.org/index.php?target=ipodnano}}% |
Dave Chapman | 8a148d2 | 2009-10-13 20:27:57 +0000 | [diff] [blame] | 36 | \opt{ipodnano2g}{\url{http://themes.rockbox.org/index.php?target=ipodnano2g}}% |
Nils Wallménius | c9aff9e | 2009-08-18 07:31:10 +0000 | [diff] [blame] | 37 | \opt{e200}{\url{http://themes.rockbox.org/index.php?target=e200}}% |
Alex Parker | 95f09be | 2009-09-30 20:05:09 +0000 | [diff] [blame] | 38 | \opt{e200v2}{\url{http://themes.rockbox.org/index.php?target=e200v2}}% |
Nils Wallménius | c9aff9e | 2009-08-18 07:31:10 +0000 | [diff] [blame] | 39 | \opt{c200}{\url{http://themes.rockbox.org/index.php?target=c200}}% |
| 40 | \opt{gigabeatf}{\url{http://themes.rockbox.org/index.php?target=gigabeatf}}% |
| 41 | \opt{gigabeats}{\url{http://themes.rockbox.org/index.php?target=gigabeats}}% |
| 42 | \opt{mrobe100}{\url{http://themes.rockbox.org/index.php?target=mrobe100}}% |
Szymon Dziok | a09152b | 2010-04-15 18:35:41 +0000 | [diff] [blame] | 43 | \opt{vibe500}{\url{http://themes.rockbox.org/index.php?target=vibe500}}% |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 44 | . |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 45 | |
| 46 | \note{Themes do not have to be purely visual. It is quite possible to create |
| 47 | a theme that switches between audio configurations for use in the car, with |
| 48 | headphones and when connected to an external amplifier. See |
| 49 | \reference{ref:CreateYourOwnWPS} for more details.} |
| 50 | |
Marianne Arnold | 0be1b80 | 2008-06-27 22:50:25 +0000 | [diff] [blame] | 51 | \opt{lcd_bitmap}{ |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 52 | \item[Font.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 53 | Browse the installed fonts on your \dap{}. Selecting one will activate it. |
| 54 | See \reference{ref:Loadingfonts} for further details about fonts. |
| 55 | } % \nopt{player} |
| 56 | |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 57 | \item[While Playing Screen.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 58 | Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and |
Michael Chicoine | 2bfcb6e | 2009-11-29 20:50:54 +0000 | [diff] [blame] | 59 | displays all \fname{.wps} files. Selecting one will activate it, |
Michael Chicoine | f71c934 | 2009-11-29 21:28:30 +0000 | [diff] [blame] | 60 | \ActionStdCancel{} will exit back to the menu. For further information |
Michael Chicoine | 2bfcb6e | 2009-11-29 20:50:54 +0000 | [diff] [blame] | 61 | about the WPS see \reference{ref:WPS}. For information about editing |
| 62 | a .wps file see \reference{ref:ConfiguringtheWPS}. |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 63 | |
| 64 | \opt{HAVE_REMOTE_LCD}{ |
Jonas Häggqvist | 4b83175 | 2009-06-22 17:37:36 +0000 | [diff] [blame] | 65 | \item[Remote While Playing Screen.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 66 | Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and |
| 67 | displays all \fname{.rwps} files. Selecting one will activate it, stop will |
| 68 | exit back to the menu. |
| 69 | \note{ |
| 70 | A \fname{.rwps} file is a special \fname{.wps} file for the remote |
| 71 | display. |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | \item[Show Icons.] |
| 76 | Rockbox has the ability to display an icon to the left of the file |
| 77 | in the \setting{File Browser}. For details of these icons, see |
| 78 | \reference{ref:Supportedfileformats}. |
Marianne Arnold | 0be1b80 | 2008-06-27 22:50:25 +0000 | [diff] [blame] | 79 | \opt{lcd_bitmap}{ |
| 80 | These icons can also be customised. See the \wikilink{IconSets} |
| 81 | and \wikilink{CustomIcons} Wiki pages for details. |
| 82 | } |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 83 | |
Marianne Arnold | 0be1b80 | 2008-06-27 22:50:25 +0000 | [diff] [blame] | 84 | \opt{lcd_non-mono}{% |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 85 | \item[Clear Backdrop.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 86 | Rockbox allows you to select bitmap pictures to use as backdrops, |
| 87 | see \reference{ref:LoadingBackdrops} for further information. |
| 88 | This option allows you to clear the backdrops that you set. |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 89 | } |
| 90 | % |
| 91 | \opt{lcd_bitmap}{ |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 92 | \item[Status/Scrollbar.] |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 93 | Settings related to on screen status display and the scrollbar. |
| 94 | \begin{description} |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 95 | \item[Scroll Bar.] Allows you to choose where the vertical scroll bar |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 96 | should appear. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 97 | \item[Scroll Bar Width.] Allows you to choose the width of the |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 98 | scroll bar (in pixels). Default value is 6. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 99 | \item[Status Bar.] Allows you to choose where to display the |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 100 | statusbar\opt{remote}{ on the main display}. |
| 101 | \opt{remote}{ |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 102 | \item[Remote Status Bar.] Allows you to choose where to display the |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 103 | statusbar on the remote display. |
| 104 | } |
| 105 | \opt{RECORDER_PAD}{ |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 106 | \item[Button Bar.] Enables or disables the button bar prompts for the |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 107 | ``F''-keys at the bottom of the screen. |
| 108 | } |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 109 | \item[Volume Display.] Controls whether the volume is displayed as a |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 110 | graphic or a numeric value on the Status Bar. If you select a numeric |
| 111 | display, volume is displayed in decibels. See \reference{ref:volume} |
| 112 | for more on the volume setting. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 113 | \item[Battery Display.] Controls whether the battery charge status is |
Thomas Martitz | 97548f3 | 2009-08-24 00:22:54 +0000 | [diff] [blame] | 114 | displayed as a graphic or numerical percentage value on the Status Bar. |
| 115 | \end{description} |
| 116 | } |
| 117 | % |
Nils Wallménius | 12eb058 | 2008-03-23 22:07:09 +0000 | [diff] [blame] | 118 | \opt{lcd_bitmap}{ |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 119 | \item[Line Selector Type.] |
| 120 | This option allows you to select which type of line selector to use. |
| 121 | \begin{description} |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 122 | \item[Pointer.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 123 | A small arrow to the left of the menu text. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 124 | \item[Bar (inverse).] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 125 | A bar with inverted foreground and background colour. |
Nils Wallménius | 12eb058 | 2008-03-23 22:07:09 +0000 | [diff] [blame] | 126 | \opt{lcd_color}{ |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 127 | \item[Bar (Solid Colour).] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 128 | A bar with a solid colour, the colour is set in the \setting{Colours} |
| 129 | submenu. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 130 | \item[Bar (Gradient Colour).] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 131 | A bar with a colour gradient, the colours are set in the \setting{Colours} |
| 132 | submenu. |
| 133 | } |
| 134 | \end{description} |
| 135 | } |
| 136 | |
Nils Wallménius | 12eb058 | 2008-03-23 22:07:09 +0000 | [diff] [blame] | 137 | \opt{lcd_color}{ |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 138 | \item[Colours.] |
| 139 | The options in this menu sets the colours for visual elements in Rockbox. |
| 140 | \begin{description} |
| 141 | \item[Line Selector Colours.] |
| 142 | These options sets the colours for the line selector bars. |
| 143 | \begin{description} |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 144 | \item[Primary Colour.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 145 | Set the primary colour used for the gradient line selector bar and the |
| 146 | colour used for the solid color line selector bar. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 147 | \item[Secondary Colour.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 148 | Set the secondary colour used for the gradient line selector bar. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 149 | \item[Text Colour.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 150 | Set the colour of the selected text when using the solid colour or the |
| 151 | gradient colour line selection bars. |
| 152 | \end{description} |
| 153 | |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 154 | \item[Background Colour.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 155 | Sets the background colour for the display. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 156 | \item[Foreground Colour.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 157 | Sets the colour used for text and icons. |
Tomer Shalev | e04acd8 | 2009-10-05 16:40:27 +0000 | [diff] [blame] | 158 | \item[Reset Colours.] |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 159 | Resets the LCD display to Rockbox's default colours. |
| 160 | \end{description} |
Nils Wallménius | 12eb058 | 2008-03-23 22:07:09 +0000 | [diff] [blame] | 161 | }% lcd_color |
Nils Wallménius | c9bd970 | 2007-10-13 08:13:31 +0000 | [diff] [blame] | 162 | \end{description} |