]> Dogcows Code - chaz/openbox/blobdiff - data/themerc.xsd
add osd theme elements
[chaz/openbox] / data / themerc.xsd
index 45f6e46bb26c4853d1da43304c3880a596b95825..eb7bd7d0394320cebb53b1f32fc1a0cadef4ba43 100644 (file)
   <xs:complexType name="window">
     <xs:all>
       <xs:element name="border" type="obt:color" minOccurs="0"/>
+      <xs:element name="titleseparator" type="obt:color" minOccurs="0"/>
       <xs:element name="clientpadding" type="obt:color" minOccurs="0"/>
       <xs:element name="titlebar" type="obt:area" minOccurs="0"/>
       <xs:element name="label" type="obt:textarea" minOccurs="0"/>
 
   <xs:complexType name="allosd">
     <xs:all>
-      <xs:element name="text" type="obt:text" minOccurs="0"/>
+      <xs:element name="label" type="obt:textarea" minOccurs="0"/>
+      <xs:element name="background" type="obt:area" minOccurs="0"/>
+      <xs:element name="hilight" type="obt:area" minOccurs="0"/>
+      <xs:element name="unhilight" type="obt:area" minOccurs="0"/>
     </xs:all>
   </xs:complexType>
 
This page took 0.024067 seconds and 4 git commands to generate.