All the standard button swatches can be applied to lists. Here is an example of the default list theme "c" (silver in the default theme) with default divider swatch "b" (blue in default theme).
<ul data-role="listview" data-inset="true">
The list item color scheme can be changed to any button color theme swatch by adding the data-theme attribute to the list, and setting the letter theme swatch. Here is the same list above with the "a" swatch applied.
<ul data-role="listview" data-inset="true" data-theme="a">
The theme for list dividers can be set by adding the data-dividertheme to the list and specifying a swatch letter. Here is an example of the same list above with swatch "d" set on the dividers.
<ul data-role="listview" data-inset="true" data-theme="a" data-dividertheme="d">
The theme for count bubbles can be set by adding the data-counttheme to the list and specifying a swatch letter. Here is an example with swatch "e" set on the dividers.
<ul data-role="listview" data-inset="true" data-theme="a" data-dividertheme="d" data-counttheme="e">
A swatch
B swatch
C swatch
D swatch
E swatch
A page, A lists, D dividers
Broken Bells
$11.99
Purchase album
Hot Chip
$12.99
Purchase album
Phoenix
$11.99
Purchase album
Ok Go
$10.99
Purchase albumB page, C lists, D dividers
Broken Bells
$11.99
Purchase album
Hot Chip
$12.99
Purchase album
Phoenix
$11.99
Purchase album
Ok Go
$10.99
Purchase albumD page, C lists, E dividers
Broken Bells
$11.99
Purchase album
Hot Chip
$12.99
Purchase album
Phoenix
$11.99
Purchase album
Ok Go
$10.99
Purchase album