.property file that defines custom values for a number of theming keys. The valid keys are listed and described in the file theme-template.properties in the source folder of the RWT plugin (org.eclipse.rap.rwt). This file also serves as a template for theme definition files.
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT theme EMPTY>
<!ATTLIST theme
id CDATA #REQUIRED
name CDATA #IMPLIED
file CDATA #REQUIRED>
.properties file that contains the theme definitions
<extension point="org.eclipse.rap.ui.themes"> <theme id="my.application.aquablue" name="Aqua Blue Theme" file="aqua-blue.properties" /> </extension>
src/ directory of the RWT plug-in (org.eclipse.rap.rwt). The file is called theme-template.properties.
The RAP demo plugin org.eclipse.rap.demo contains an example of a theme extension.
Copyright (c) 2007 Innoopract Informationssysteme GmbH.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html