The general look of your application is determined by a
theme. Themes provide a consistent appearance for all Dojo widgets
in the application.
You can use three themes: Nihilo, Soria, and Tundra. The following
examples show the look of each theme.
- Nihilo
- Soria
- Tundra
The examples in this document uses the Tundra theme. To set a theme,
use the DojoLib library from the initialization of your primary Rich
UI handler.
DojoLib.setTheme("tundra");