| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 |
- /*******************************************************************************
- * Copyright (c) 2010, 2014 Andrea Guarinoni and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Andrea Guarinoni <andrea.guarinoni.dev@outlook.com> - initial API and implementation
- *******************************************************************************/
- /*******************************************************************************
- * The following bugs are referred to in this style sheet
- * 1.) Bug 430052 - Imported rules cannot be overridden
- *******************************************************************************/
- /* @import url("platform:/plugin/org.eclipse.ui.themes/css/e4-dark.css"); Bug 430052 */
- @import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css");
- @import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css"); /* Remove this to have ONLY the main IDE shell dark */
- @import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css");
- .MTrimmedWindow.topLevel {
- margin-top: 3px;
- margin-bottom: 3px;
- margin-left: 3px;
- margin-right: 3px;
- }
- .MPartStack, .MPart {
- font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT';
- }
- .MPartStack {
- swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
- swt-selected-tab-fill: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END' 100%; /* title background for selected tab */
- swt-unselected-tabs-color: '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START' '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; /* title background for unselected tab */
- swt-outer-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */
- swt-inner-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR';
- swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */
- padding: 0px 2px 2px;
- swt-shadow-visible: false;
- swt-mru-visible: true;
- swt-corner-radius: 16px;
- }
- .MPartStack.active {
- swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100%; /* title background for selected tab */
- swt-unselected-tabs-color: '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START' '#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END' 100% 100%; /* title background for unselected tab */
- swt-outer-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */
- swt-inner-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR';
- swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */
- }
- .MPartStack.active.noFocus {
- swt-selected-tabs-fill: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%;
- }
- .MPartStack.empty {
- swt-unselected-tabs-color: '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START' #4F5456 #4F5456 99% 100%; /* title background for unselected tab */
- swt-tab-outline: #535354; /* border color for selected tab */
- swt-outer-keyline-color: #515658; /* border color for whole tabs container */
- }
- .MPart.busy {
- font-style: italic;
- }
- .MPart.highlighted {
- font-weight: bold;
- }
- CTabItem,
- CTabItem CLabel {
- background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */
- color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR';
- }
- CTabItem:selected,
- CTabItem:selected CLabel {
- color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR';
- }
- .MPartStack.active > CTabItem,
- .MPartStack.active > CTabItem CLabel {
- background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */
- color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR';
- }
- .MPartStack.active > CTabItem:selected,
- .MPartStack.active > CTabItem:selected CLabel {
- color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR';
- }
- .MPartStack.active.noFocus > CTabItem:selected {
- color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR';
- }
- CTabItem.busy {
- color: #888888;
- }
- #PerspectiveSwitcher {
- eclipse-perspective-keyline-color: #AAB0BF #AAB0BF;
- }
- .MToolControl.TrimStack {
- /*frame-image: url(./gtkTSFrame.png);*/
- handle-image: url(./dragHandle.png);
- frame-cuts: 5px 1px 5px 16px;
- }
- .MToolBar.Draggable {
- handle-image: url(./dragHandle.png);
- }
- .MToolControl.Draggable {
- handle-image: url(./dragHandle.png);
- }
- .DragFeedback {
- background-color: COLOR-WIDGET-NORMAL-SHADOW;
- }
- .ModifiedDragFeedback {
- background-color: #4176AF;
- }
- .MTrimmedWindow {
- background-color: #515658;
- }
- .MTrimBar {
- background-color: #515658;
- }
- CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active {
- swt-shadow-visible: false;
- }
- CTabFolder Tree, CTabFolder Canvas {
- background-color: #2F2F2F;
- color: #CCC;
- }
- .MPartStack.active Tree,
- .MPartStack.active CTabFolder Canvas {
- background-color: #262626;
- color: #CCC;
- }
- .MPartStack.active Table {
- background-color: #2F2F2F;
- color: #CCC;
- }
- .View {
- background-color: #313538;
- color: #F5F5F5;
- }
- /* ####################### Top Toolbar ########################## */
- #org-eclipse-ui-main-toolbar, #PerspectiveSwitcher {
- eclipse-perspective-keyline-color: #585858;
- background-color: #515658 #515658 100%;
- handle-image: none;
- color: #EBE8E4;
- }
- /* ##################### Bottom Status Bar ####################### */
- #org-eclipse-ui-StatusLine,
- #org-eclipse-ui-ProgressBar,
- #org-eclipse-ui-ProgressBar Canvas {
- color: #CCCCCC;
- }
- #org-eclipse-ui-StatusLine CLabel {
- color: #BDBAB7;
- }
- StatusLine, ImageBasedFrame{
- color: #BDBAB7;
- }
- /* ####################### CSS for .MParts ####################### */
- /* Make the content of the Form brighter because the color of
- the font of some widgets is hard-coded to be black on Window */
- .MPart Form,
- .MPart Form Sash,
- .MPart Form Label,
- .MPart Form Section,
- .MPart Form FormText,
- .MPart Form Link,
- .MPart Form Hyperlink,
- .MPart Form ImageHyperlink,
- .MPart Form Button,
- .MPart Form Group,
- .MPart Form SashForm,
- .MPart Form LayoutComposite,
- .MPart Form ScrolledPageBook,
- .MPart Form DependenciesComposite,
- .MPart Form ListEditorComposite,
- .MPart Form Text[style~='SWT.READ_ONLY'],
- .MPart Form > LayoutComposite > LayoutComposite > ToolBar,
- .MPart Form DependenciesComposite > SashForm > Section > *, /* Section > DependenciesComposite$... */
- .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > *, /*LayoutComposite > MasterDetailBlock$... > LayoutComposite > Section > LayoutComposite > ExtensionsSection$...*/
- .MPartStack.active .MPart Form,
- .MPartStack.active .MPart Form Sash,
- .MPartStack.active .MPart Form Label,
- .MPartStack.active .MPart Form Section,
- .MPartStack.active .MPart Form FormText,
- .MPartStack.active .MPart Form Link,
- .MPartStack.active .MPart Form Hyperlink,
- .MPartStack.active .MPart Form ImageHyperlink,
- .MPartStack.active .MPart Form Button,
- .MPartStack.active .MPart Form Group,
- .MPartStack.active .MPart Form SashForm,
- .MPartStack.active .MPart Form LayoutComposite,
- .MPartStack.active .MPart Form ScrolledPageBook,
- .MPartStack.active .MPart Form DependenciesComposite,
- .MPartStack.active .MPart Form ListEditorComposite,
- .MPartStack.active .MPart Form Text[style~='SWT.READ_ONLY'],
- .MPartStack.active .MPart Form > LayoutComposite > LayoutComposite > ToolBar,
- .MPartStack.active .MPart Form DependenciesComposite > SashForm > Section > *, /* Section > DependenciesComposite$... */
- .MPartStack.active .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > * /*LayoutComposite > MasterDetailBlock$... > LayoutComposite > Section > LayoutComposite > ExtensionsSection$...*/ {
- background-color: #4f5355;
- color: #f4f7f7;
- }
- #org-eclipse-help-ui-HelpView Form,
- #org-eclipse-help-ui-HelpView Form Sash,
- #org-eclipse-help-ui-HelpView Form Label,
- #org-eclipse-help-ui-HelpView Form Section,
- #org-eclipse-help-ui-HelpView Form FormText,
- #org-eclipse-help-ui-HelpView Form Hyperlink,
- #org-eclipse-help-ui-HelpView Form Button,
- #org-eclipse-help-ui-HelpView Form Group,
- #org-eclipse-help-ui-HelpView Form LayoutComposite,
- #org-eclipse-help-ui-HelpView Form ScrolledPageBook,
- #org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY'] {
- background-color: #2F2F2F;
- color: #CCCCCC;
- }
- .MPartStack.active #org-eclipse-help-ui-HelpView Form,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form Sash,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form Label,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form Section,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form FormText,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form Hyperlink,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form Button,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form Group,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form LayoutComposite,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form ScrolledPageBook,
- .MPartStack.active #org-eclipse-help-ui-HelpView Form Text[style~='SWT.READ_ONLY'] {
- background-color: #262626;
- color: #BBBBBB;
- }
- .MPart Form Section Tree,
- .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Tree,
- .MPartStack.active .MPart Form Section Tree,
- .MPartStack.active .MPart LayoutComposite > * > LayoutComposite > Section > LayoutComposite > Tree {
- background-color: #313538;
- color: #DDDDDD;
- }
- .MPart Form DatePicker > ImageHyperlink,
- .MPart Form ScheduleDatePicker > ImageHyperlink {
- background-color: #3f4447;
- color: #BBBBBB;
- }
- .MPartStack.active .MPart Form DatePicker > ImageHyperlink,
- .MPartStack.active .MPart Form ScheduleDatePicker > ImageHyperlink {
- background-color: #313538;
- color: #AAAAAA;
- }
- .MPart PageBook > Form > LayoutComposite {
- background-color: #2F2F2F;
- color: #CCC;
- }
- .MPartStack.active .MPart PageBook > Form > LayoutComposite {
- background-color: #262626;
- color: #BBBBBB;
- }
- .MPart Form FormHeading LayoutComposite,
- .MPart Form FormHeading ImageHyperlink {
- background-color: #505f70;
- color: #9ac9d8;
- }
- .MPartStack.active .MPart Form FormHeading LayoutComposite,
- .MPartStack.active .MPart Form FormHeading ImageHyperlink {
- background-color: #415062;
- color: #9ac9d8;
- }
|