Skip to content

Instantly share code, notes, and snippets.

@trofimovilya
Created February 1, 2014 13:28
Show Gist options
  • Save trofimovilya/8752364 to your computer and use it in GitHub Desktop.
Save trofimovilya/8752364 to your computer and use it in GitHub Desktop.
Eclipse dark color scheme without bottom bar
.MTrimmedWindow {
background-color: #444444;
}
.MPartStack {
font-size: 10;
swt-simple: false;
swt-mru-visible: false;
swt-tab-renderer: url(bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering);
swt-unselected-tabs-color: #333333 #333333 #333333 100% 100%;
swt-outer-keyline-color: #333333;
swt-inner-keyline-color: #333333;
swt-mru-visible: false;
swt-shadow-visible: false;
swt-tab-outline: #444444;
}
.MPlaceholder {
background-color: #333;
color: #FFF;
}
.MTrimBar {
background-color: #333;
}
.MTrimBar CLabel {
color: #999999;
}
.MToolControl CLabel {
color: #999999;
}
.MTrimBar#org-eclipse-ui-main-toolbar {
background-color: #444444 #111111 100%;
}
.MPartStack.active {
swt-unselected-tabs-color: #333333 #444444 100% 100%;
swt-outer-keyline-color: #222222;
swt-inner-keyline-color: #222222;
swt-shadow-visible: false;
swt-tab-outline: #222222;
}
#PerspectiveSwitcher {
background-color: #444444 #111111 100%;
eclipse-perspective-keyline-color: #FFF;
color: #FFF;
}
#org-eclipse-ui-editorss {
swt-unselected-tabs-color: #444 #333 #111 100% 100%;
swt-outer-keyline-color: #444444;
swt-inner-keyline-color: #444444;
swt-tab-outline: #FFF;
color: #FFF;
swt-tab-height: 8px;
padding: 0px 5px 7px;
}
#org-eclipse-ui-trim-status {
visibility: hidden;
}
#org-eclipse-ui-trim-vertical2 {
visibility: hidden;
}
#org-eclipse-jdt-ui-PackageExplorer {
background-color: #333;
color: #FFF;
}
CTabFolder {
swt-tab-renderer: url(bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering);
swt-unselected-tabs-color: #444444;
swt-outer-keyline-color: #444444;
swt-inner-keyline-color: #444444;
swt-tab-outline: #444444;
selected-tab-fill: #222222;
swt-shadow-visible: false;
}
CTabFolder Tree {
background-color: #333;
color: #FFF;
}
CTabFolder Canvas {
background-color: #333;
color: #FFF;
}
CTabItem {
background-color: #333;
color: #DDD;
}
CTabItem:selected {
color: #FFF;
}
Label {
color: #999999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment