diff --git a/docs/api/themes.html b/docs/api/themes.html index 9c6f2d1d..93ca4e5c 100755 --- a/docs/api/themes.html +++ b/docs/api/themes.html @@ -1,15 +1,14 @@ - +
jQuery Mobile's default Theme includes 5 swatches that are given letters (a, b, c, d, e) for quick reference. To make mapping of color swatches consistent across our widgets, we have followed the convention that swatch "a" is the highest level of visual priority (black in our default theme), "b" is secondary level (blue) and "c" is the baseline level (gray) that we use by default in many situations, "d" for an alternate secondary level and "e" as an accent swatch. Themes may have additional swatches for accent colors or specific situations. For example, you could add a new theme swatch "f" that has a red bar and button for use in error situations.
-A new ThemeRoller tool will launched with the jQuery Mobile 1.0 release in 2011. In the meantime, it's simple to manually edit the base swatches in the default theme and/or add additional swatches by editing the theme css file: copy a block of swatch styles, rename the classes with the new swatch letter name, and tweak colors.
+A new ThemeRoller tool will launched with the jQuery Mobile 1.0 release in 2012. In the meantime, it's simple to manually edit the base swatches in the default theme and/or add additional swatches by editing the theme css file: copy a block of swatch styles, rename the classes with the new swatch letter name, and tweak colors.
If a theme isn't specified on a content block, the framework will default to "c" to maximize contrast against the default header "a", as shown here:
-1.0 Final Release
+1.0.1 Final Release