root / tmp / org.txm.rcp / css / e4-dark.css @ 1220
Historique | Voir | Annoter | Télécharger (5,87 ko)
| 1 |
/*******************************************************************************
|
|---|---|
| 2 |
* Copyright (c) 2010, 2014 Andrea Guarinoni and others.
|
| 3 |
* All rights reserved. This program and the accompanying materials
|
| 4 |
* are made available under the terms of the Eclipse Public License v1.0
|
| 5 |
* which accompanies this distribution, and is available at
|
| 6 |
* http://www.eclipse.org/legal/epl-v10.html
|
| 7 |
*
|
| 8 |
* Contributors:
|
| 9 |
* Andrea Guarinoni <andrea.guarinoni.dev@outlook.com> - initial API and implementation
|
| 10 |
* Lars Vogel - initial API and implementation
|
| 11 |
*******************************************************************************/
|
| 12 |
|
| 13 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_basestyle.css"); |
| 14 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_globalstyle.css"); /* Remove this to have ONLY the main IDE shell dark */ |
| 15 |
@import url("platform:/plugin/org.eclipse.ui.themes/css/dark/e4-dark_partstyle.css"); |
| 16 |
|
| 17 |
|
| 18 |
.MTrimmedWindow.topLevel { |
| 19 |
margin-top: 3px; |
| 20 |
margin-bottom: 3px; |
| 21 |
margin-left: 3px; |
| 22 |
margin-right: 3px; |
| 23 |
} |
| 24 |
|
| 25 |
.MPartStack, .MPart { |
| 26 |
font-family: '#org-eclipse-ui-workbench-TAB_TEXT_FONT'; |
| 27 |
} |
| 28 |
|
| 29 |
.MPartStack {
|
| 30 |
swt-tab-renderer: url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering'); |
| 31 |
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 */ |
| 32 |
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 */ |
| 33 |
swt-outer-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */ |
| 34 |
swt-inner-keyline-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_INNER_KEYLINE_COLOR'; |
| 35 |
swt-tab-outline: '#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */ |
| 36 |
padding: 0px 2px 2px; |
| 37 |
swt-shadow-visible: false; |
| 38 |
swt-mru-visible: true; |
| 39 |
swt-corner-radius: 16px; |
| 40 |
} |
| 41 |
|
| 42 |
.MPartStack.active { |
| 43 |
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 */ |
| 44 |
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 */ |
| 45 |
swt-outer-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR'; /* border color for whole tabs container */ |
| 46 |
swt-inner-keyline-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_INNER_KEYLINE_COLOR'; |
| 47 |
swt-tab-outline: '#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR'; /* border color for selected tab */ |
| 48 |
} |
| 49 |
|
| 50 |
.MPartStack.active.noFocus { |
| 51 |
swt-selected-tabs-fill: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END' 100% 100%; |
| 52 |
} |
| 53 |
|
| 54 |
.MPartStack.empty { |
| 55 |
swt-unselected-tabs-color: '#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START' #4F5456 #4F5456 99% 100%; /* title background for unselected tab */ |
| 56 |
swt-tab-outline: #535354; /* border color for selected tab */ |
| 57 |
swt-outer-keyline-color: #515658; /* border color for whole tabs container */ |
| 58 |
} |
| 59 |
|
| 60 |
.MPart.busy { |
| 61 |
font-style: italic; |
| 62 |
} |
| 63 |
|
| 64 |
.MPart.highlighted { |
| 65 |
font-weight: bold; |
| 66 |
} |
| 67 |
|
| 68 |
CTabItem,
|
| 69 |
CTabItem CLabel { |
| 70 |
background-color: '#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */ |
| 71 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
| 72 |
} |
| 73 |
CTabItem:selected, |
| 74 |
CTabItem:selected CLabel { |
| 75 |
color: '#org-eclipse-ui-workbench-INACTIVE_TAB_SELECTED_TEXT_COLOR'; |
| 76 |
} |
| 77 |
|
| 78 |
.MPartStack.active > CTabItem, |
| 79 |
.MPartStack.active > CTabItem CLabel { |
| 80 |
background-color: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END'; /* HACK for background of CTabFolder inner Toolbars */ |
| 81 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_UNSELECTED_TEXT_COLOR'; |
| 82 |
} |
| 83 |
.MPartStack.active > CTabItem:selected, |
| 84 |
.MPartStack.active > CTabItem:selected CLabel { |
| 85 |
color: '#org-eclipse-ui-workbench-ACTIVE_TAB_SELECTED_TEXT_COLOR'; |
| 86 |
} |
| 87 |
|
| 88 |
.MPartStack.active.noFocus > CTabItem:selected { |
| 89 |
color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_SELECTED_TEXT_COLOR'; |
| 90 |
} |
| 91 |
|
| 92 |
CTabItem.busy { |
| 93 |
color: #888888; |
| 94 |
} |
| 95 |
|
| 96 |
#PerspectiveSwitcher {
|
| 97 |
eclipse-perspective-keyline-color: #AAB0BF #AAB0BF; |
| 98 |
} |
| 99 |
|
| 100 |
.MToolControl.TrimStack { |
| 101 |
/*frame-image: url(./gtkTSFrame.png);*/
|
| 102 |
handle-image: url(./dragHandle.png); |
| 103 |
frame-cuts: 5px 1px 5px 16px; |
| 104 |
} |
| 105 |
|
| 106 |
.MToolBar.Draggable { |
| 107 |
handle-image: url(./dragHandle.png); |
| 108 |
} |
| 109 |
|
| 110 |
.MToolControl.Draggable { |
| 111 |
handle-image: url(./dragHandle.png); |
| 112 |
} |
| 113 |
|
| 114 |
.DragFeedback {
|
| 115 |
background-color: COLOR-WIDGET-NORMAL-SHADOW; |
| 116 |
} |
| 117 |
|
| 118 |
.ModifiedDragFeedback {
|
| 119 |
background-color: #4176AF; |
| 120 |
} |
| 121 |
|
| 122 |
.MTrimmedWindow {
|
| 123 |
background-color: #515658; |
| 124 |
} |
| 125 |
|
| 126 |
.MTrimBar {
|
| 127 |
background-color: #515658; |
| 128 |
} |
| 129 |
|
| 130 |
CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active { |
| 131 |
swt-shadow-visible: false; |
| 132 |
} |
| 133 |
|
| 134 |
CTabFolder Tree, CTabFolder Canvas { |
| 135 |
background-color: #2F2F2F; |
| 136 |
color: #CCC; |
| 137 |
} |
| 138 |
|
| 139 |
.MPartStack.active CTabFolder Canvas { |
| 140 |
background-color: #262626; |
| 141 |
color: #CCC; |
| 142 |
} |
| 143 |
|
| 144 |
.MPartStack.active Table { |
| 145 |
background-color: #2F2F2F; |
| 146 |
color: #CCC; |
| 147 |
} |
| 148 |
|
| 149 |
.View {
|
| 150 |
background-color: #313538; |
| 151 |
color: #F5F5F5; |
| 152 |
} |
| 153 |
|
| 154 |
|
| 155 |
/* ###################### Top Toolbar ########################## */
|
| 156 |
|
| 157 |
#org-eclipse-ui-main-toolbar, #PerspectiveSwitcher { |
| 158 |
eclipse-perspective-keyline-color: #585858; |
| 159 |
background-color: #515658 #515658 100%; |
| 160 |
handle-image: none; |
| 161 |
color: #EBE8E4; |
| 162 |
} |
| 163 |
|
| 164 |
|
| 165 |
/* #################### Bottom Status Bar ######################## */
|
| 166 |
|
| 167 |
#org-eclipse-ui-StatusLine,
|
| 168 |
#org-eclipse-ui-ProgressBar,
|
| 169 |
#org-eclipse-ui-ProgressBar Canvas { |
| 170 |
color: #CCCCCC; |
| 171 |
} |
| 172 |
#org-eclipse-ui-StatusLine CLabel { |
| 173 |
color: #BDBAB7; |
| 174 |
} |
| 175 |
|
| 176 |
StatusLine, ImageBasedFrame{ |
| 177 |
color: #BDBAB7; |
| 178 |
} |