<!ELEMENT extension (stylesheet* , theme* , themeAssociation*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT stylesheet (themeid* , osgiresourcelocator*)>
<!ATTLIST stylesheet
uri CDATA #REQUIRED
os CDATA #IMPLIED
ws CDATA #IMPLIED>
Contribute a stylehsheet to themes
<!ELEMENT theme EMPTY>
<!ATTLIST theme
id CDATA #REQUIRED
label CDATA #REQUIRED
basestylesheeturi CDATA #REQUIRED
os CDATA #IMPLIED
ws CDATA #IMPLIED
os_version CDATA #IMPLIED>
<!ELEMENT themeid EMPTY>
<!ATTLIST themeid
refid IDREF #IMPLIED>
<!ELEMENT osgiresourcelocator EMPTY>
<!ATTLIST osgiresourcelocator
uri CDATA #REQUIRED>
<!ELEMENT themeAssociation EMPTY>
<!ATTLIST themeAssociation
themeId IDREF #REQUIRED
colorAndFontId IDREF #REQUIRED
os_version IDREF #IMPLIED>
<theme basestylesheeturi="css/e4_default_winxp_blu.css" id="org.eclipse.e4.ui.css.theme.e4_default" label="e4DefaultWinXPBlue" os="win32" ws="winxp"> </theme>A stylesheet contributed to all Systems:
<stylesheet uri="css/default.css"> </stylesheet>The CSS theme and the legacy Colors and Fonts one association:
Copyright (c) 2010 Tom Schindl and others.
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