Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.intro/schema')
-rw-r--r--org.eclipse.ui.intro/schema/config.exsd14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro/schema/config.exsd b/org.eclipse.ui.intro/schema/config.exsd
index 593e8b137..48cfb49e1 100644
--- a/org.eclipse.ui.intro/schema/config.exsd
+++ b/org.eclipse.ui.intro/schema/config.exsd
@@ -187,6 +187,20 @@ The content file is parsed at run time by the intro framework. Based on the sett
</restriction>
</simpleType>
</attribute>
+ <attribute name="bg" type="string">
+ <annotation>
+ <documentation>
+ background color that will be applied to the launch bar if specified. Expected format is hex, as in: #rrggbb (for example, #80a4a1).
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="fg" type="string">
+ <annotation>
+ <documentation>
+ foreground color that will be used to paint the border of the launch bar if specified. Expected format is hex, as in: #rrggbb (for example, #80a4a1).
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top