Skip to content

Commit 8059976

Browse files
elsazacvogella
authored andcommitted
Remove old classic theme from colors and fonts preferences
The Classic theme (org.eclipse.ui.r30) seems to be an old Eclipse 3.x theme that only contributes obsolete active-tab styling. Remove it from the Colors and Fonts preference page.
1 parent 5a8b668 commit 8059976

2 files changed

Lines changed: 0 additions & 36 deletions

File tree

bundles/org.eclipse.ui/plugin.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,6 @@ Color.showKeysBackgroundDesc=Color for background of the control to visualize pr
379379
ThemeName.SystemDefault = Reduced Palette
380380
HighContrast.ThemeDescription = A theme that takes all of its values from the system settings.
381381

382-
ThemeName.R30 = Classic Theme
383-
384382
SettingsTransfer.WorkbenchLayout = Workbench L&ayout
385383
SettingsTransfer.WorkingSets = Working &Sets
386384
SettingsTransfer.Preferences = &Preferences

bundles/org.eclipse.ui/plugin.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1993,40 +1993,6 @@
19931993
<parameter name="color" value="foreground"></parameter>
19941994
</colorFactory>
19951995
</colorDefinition>
1996-
<theme
1997-
id="org.eclipse.ui.r30"
1998-
name="%ThemeName.R30">
1999-
<colorOverride
2000-
id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_START"
2001-
value="COLOR_TITLE_BACKGROUND">
2002-
</colorOverride>
2003-
<colorOverride
2004-
id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_END">
2005-
<colorFactory
2006-
class="org.eclipse.ui.themes.RGBBlendColorFactory"
2007-
plugin="org.eclipse.ui">
2008-
<parameter
2009-
name="color1"
2010-
value="COLOR_TITLE_BACKGROUND_GRADIENT">
2011-
</parameter>
2012-
<parameter
2013-
name="color2"
2014-
value="COLOR_TITLE_BACKGROUND_GRADIENT">
2015-
</parameter>
2016-
</colorFactory>
2017-
</colorOverride>
2018-
<data
2019-
name="org.eclipse.ui.workbench.ACTIVE_TAB_PERCENT"
2020-
value="100">
2021-
</data>
2022-
<colorOverride
2023-
id="org.eclipse.ui.workbench.ACTIVE_TAB_TEXT_COLOR"
2024-
value="COLOR_TITLE_FOREGROUND">
2025-
</colorOverride>
2026-
<data
2027-
name="org.eclipse.ui.workbench.ACTIVE_TAB_HIGHLIGHT" value="false">
2028-
</data>
2029-
</theme>
20301996
<colorDefinition
20311997
categoryId="org.eclipse.ui.workbenchMisc"
20321998
id="org.eclipse.ui.showkeys.foregroundColor"

0 commit comments

Comments
 (0)