Skip to content

Instantly share code, notes, and snippets.

@hlindberg
Created August 21, 2012 13:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hlindberg/3415285 to your computer and use it in GitHub Desktop.
Eclipse Juno Classic Theme Tweaked to look like Indigo
.MTrimmedWindow {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 2px;
}
.MPartStack {
swt-tab-renderer: null;
swt-selected-tabs-background: #FFFFFF #E8E8E8 100%;
swt-simple: false;
swt-mru-visible: true;
}
.MPartStack.active {
swt-selected-tabs-background: #ffffff #EDF2FB #739ee3 1% 70%;
}
#PerspectiveSwitcher {
eclipse-perspective-keyline-color: #ECE9D8 #FFFFFF;
}
.MToolControl.TrimStack {
frame-image: url(./winClassicTSFrame.png);
handle-image: url(./winClassicHandle.png);
frame-cuts: 5px 1px 5px 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment