diff --git a/bundles/org.eclipse.ui.themes/css/e4_system.css b/bundles/org.eclipse.ui.themes/css/e4_system.css deleted file mode 100644 index 3769173f1a1..00000000000 --- a/bundles/org.eclipse.ui.themes/css/e4_system.css +++ /dev/null @@ -1,73 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2010, 2014 IBM Corporation and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * IBM Corporation - initial API and implementation - * Lars Vogel - Bug 420836 - * Mickael Istria - 325937 - * Patrik Suzzi - Bug 501250 - *******************************************************************************/ - -@import url("platform:/plugin/org.eclipse.ui.themes/css/common/e4_globalstyle.css"); -@import url("platform:/plugin/org.eclipse.ui.themes/css/system/e4-light_ide_colorextensions.css"); -@import url("platform:/plugin/org.eclipse.ui.themes/css/system/e4-light_partstyle.css"); -@import url("platform:/plugin/org.eclipse.ui.themes/css/system/e4-light_tabstyle.css"); -@import url("platform:/plugin/org.eclipse.ui.themes/css/system/e4-light-drag-styling.css"); - -ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; -} -ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; -} -ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR { - color: '#COLOR-LIST-SELECTION'; -} - -ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; -} - -ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; -} - -ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR { - color: '#COLOR-WIDGET-NORMAL-SHADOW'; -} - -.MTrimmedWindow { - background-color: '#COLOR-WIDGET-BACKGROUND'; -} - -.MTrimBar { - background-color: '#COLOR-WIDGET-BACKGROUND'; -} - -.MTrimBar#org-eclipse-ui-main-toolbar { - background-color: COLOR-WIDGET-BACKGROUND '#COLOR-WIDGET-BACKGROUND' 100%; -} - -.MPartStack { - swt-simple: false; -} - -CTabFolder.MArea { - background-color: '#COLOR-WIDGET-BACKGROUND'; - swt-selected-tab-fill: '#COLOR-WIDGET-BACKGROUND'; - swt-unselected-tabs-color: '#COLOR-WIDGET-BACKGROUND'; - swt-outer-keyline-color: '#COLOR-WIDGET-BACKGROUND'; - swt-inner-keyline-color: '#COLOR-WIDGET-BACKGROUND'; - swt-tab-outline: '#COLOR-WIDGET-BACKGROUND'; -} - -CTabFolder Canvas { - background-color: '#COLOR-WIDGET-BACKGROUND'; -} diff --git a/bundles/org.eclipse.ui.themes/css/system/e4-light-drag-styling.css b/bundles/org.eclipse.ui.themes/css/system/e4-light-drag-styling.css deleted file mode 100644 index 606799b2724..00000000000 --- a/bundles/org.eclipse.ui.themes/css/system/e4-light-drag-styling.css +++ /dev/null @@ -1,26 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2010, 2020 IBM Corporation and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * IBM Corporation - initial API and implementation - * Lars Vogel - Bug 420836 - *******************************************************************************/ - - -/* ################################ CSS related to drag and drop ########################## */ - -.DragFeedback { - background-color: COLOR-WIDGET-NORMAL-SHADOW; -} - -.ModifiedDragFeedback { - background-color: #A0A000; -} - diff --git a/bundles/org.eclipse.ui.themes/css/system/e4-light_ide_colorextensions.css b/bundles/org.eclipse.ui.themes/css/system/e4-light_ide_colorextensions.css deleted file mode 100644 index dc6ec0b4649..00000000000 --- a/bundles/org.eclipse.ui.themes/css/system/e4-light_ide_colorextensions.css +++ /dev/null @@ -1,66 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2010, 2020 IBM Corporation and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * IBM Corporation - initial API and implementation - * Lars Vogel - Bug 420836 - *******************************************************************************/ - -/* ColorDefinitions for the light theme for the Eclipse IDE -* -* ThemeExtensions and ColorDefinition are mapped to the Colors and Fonts preference -* dialog in the IDE -*/ - -/* New ColorDefinitions for the E4 default theme */ -ThemesExtension { color-definition: - '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR', - '#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR', - '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR', - '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR', - '#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR', - '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR' -} - -ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; - category: '#org-eclipse-ui-presentation-default'; - label: url('platform:/plugin/org.eclipse.ui.themes?message=INACTIVE_TAB_OUTER_KEYLINE_COLOR'); -} - -ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; - category: '#org-eclipse-ui-presentation-default'; - label: url('platform:/plugin/org.eclipse.ui.themes?message=INACTIVE_TAB_INNER_KEYLINE_COLOR'); -} - -ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR { - color: '#COLOR-WIDGET-NORMAL-SHADOW'; - category: '#org-eclipse-ui-presentation-default'; - label: url('platform:/plugin/org.eclipse.ui.themes?message=INACTIVE_TAB_OUTLINE_COLOR'); -} - -ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; - category: '#org-eclipse-ui-presentation-default'; - label: url('platform:/plugin/org.eclipse.ui.themes?message=ACTIVE_TAB_OUTER_KEYLINE_COLOR'); -} - -ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR { - color: '#COLOR-WIDGET-BACKGROUND'; - category: '#org-eclipse-ui-presentation-default'; - label: url('platform:/plugin/org.eclipse.ui.themes?message=ACTIVE_TAB_INNER_KEYLINE_COLOR'); -} - -ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR { - color: '#COLOR-LIST-SELECTION'; - category: '#org-eclipse-ui-presentation-default'; - label: url('platform:/plugin/org.eclipse.ui.themes?message=ACTIVE_TAB_OUTLINE_COLOR'); -} diff --git a/bundles/org.eclipse.ui.themes/css/system/e4-light_partstyle.css b/bundles/org.eclipse.ui.themes/css/system/e4-light_partstyle.css deleted file mode 100644 index b9482a93d83..00000000000 --- a/bundles/org.eclipse.ui.themes/css/system/e4-light_partstyle.css +++ /dev/null @@ -1,29 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2010, 2020 IBM Corporation and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * IBM Corporation - initial API and implementation - * Lars Vogel - Bug 420836 - *******************************************************************************/ - - -/* ################################ CSS for .MParts ########################## */ - -.MPart.busy { - font-style: italic; -} - -.MPart.highlighted { - font-weight: bold; -} - -.MPartStack, .MPart { - font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; -} diff --git a/bundles/org.eclipse.ui.themes/css/system/e4-light_tabstyle.css b/bundles/org.eclipse.ui.themes/css/system/e4-light_tabstyle.css deleted file mode 100644 index aee137de7bb..00000000000 --- a/bundles/org.eclipse.ui.themes/css/system/e4-light_tabstyle.css +++ /dev/null @@ -1,38 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2010, 2020 IBM Corporation and others. - * - * This program and the accompanying materials - * are made available under the terms of the Eclipse Public License 2.0 - * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * IBM Corporation - initial API and implementation - * Lars Vogel - Bug 420836 - *******************************************************************************/ - - -/* ################################ CSS for Tabs ########################## */ - -#org-eclipse-ui-editorss { - swt-tab-height: 8px; -} - -.MPartStack { - swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering'); - swt-outer-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR'; - swt-inner-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR'; - swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; - swt-selected-tab-highlight: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; - padding: 0px; -} - -.MPartStack.active { - /*swt-outer-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR'; - swt-inner-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR';*/ - swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; - swt-selected-tab-highlight: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; - swt-selected-highlight-top: true; -} diff --git a/bundles/org.eclipse.ui.themes/plugin.properties b/bundles/org.eclipse.ui.themes/plugin.properties index 533707e9adb..877792e4e64 100644 --- a/bundles/org.eclipse.ui.themes/plugin.properties +++ b/bundles/org.eclipse.ui.themes/plugin.properties @@ -21,7 +21,6 @@ theme.mac = Light theme.win = Light theme.dark = Dark theme.high-contrast = High Contrast -theme.system = System #New theme element definitions DARK_BACKGROUND=Dark Background Color diff --git a/bundles/org.eclipse.ui.themes/plugin.xml b/bundles/org.eclipse.ui.themes/plugin.xml index 730fdea8f2e..f4ed3117369 100644 --- a/bundles/org.eclipse.ui.themes/plugin.xml +++ b/bundles/org.eclipse.ui.themes/plugin.xml @@ -51,11 +51,6 @@ label="%theme.win" os="win32"> - -