Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 55750 | Differences between
and this patch

Collapse All | Expand All

(-)plugin.xml (-1 / +16 lines)
Lines 1259-1267 Link Here
1259
      </colorDefinition>
1259
      </colorDefinition>
1260
      <colorDefinition
1260
      <colorDefinition
1261
            label="%Color.inactiveTabBGStart"
1261
            label="%Color.inactiveTabBGStart"
1262
            value="COLOR_WHITE"
1263
            categoryId="org.eclipse.ui.presentation.default"
1262
            categoryId="org.eclipse.ui.presentation.default"
1264
            id="org.eclipse.ui.workbench.INACTIVE_TAB_BG_START">
1263
            id="org.eclipse.ui.workbench.INACTIVE_TAB_BG_START">
1264
         <colorFactory
1265
               plugin="org.eclipse.ui"
1266
               class="org.eclipse.ui.internal.themes.RGBContrastFactory">
1267
            <parameter
1268
                  name="foreground"
1269
                  value="COLOR_WIDGET_FOREGROUND">
1270
            </parameter>
1271
            <parameter
1272
                  name="background1"
1273
                  value="COLOR_WHITE">
1274
            </parameter>
1275
            <parameter
1276
                  name="background2"
1277
                  value="COLOR_WIDGET_BACKGROUND">
1278
            </parameter>
1279
         </colorFactory>
1265
         <description>
1280
         <description>
1266
            %Color.inactiveTabBGStartDesc
1281
            %Color.inactiveTabBGStartDesc
1267
         </description>
1282
         </description>

Return to bug 55750