I really don't like the newly downloaded 4.0 page. I decided to modify it:
The procedure is as follows:
1. Open the modify eclipse4.0 topic window.
Window/preferences/appearance
You can select the appropriate skin from the theme drop-down list. (I don't like it here)
2. Modify the topic:
Select window 7 classes
3. Modify the style sheet file:
3.1 find the eclipse4.0 topic style table file: Eclipse \ plugins \ org. Eclipse. platform_4.2.0.v201206081400 \ CSS
E4_classic_win7.css
3.2 modify the style sheet content:
. Mtrimmedwindow {
Margin-top: 0px;
Margin-bottom: 0px;
Margin-left: 2px;
Margin-Right: 2px;
}
. Mpartstack {
SWT-tab-Renderer: NULL;
SWT-selected-Tabs-Background: # ffffff # f0f0f0 100%;
SWT-simple: false;
SWT-MRU-visible: true;
}
. Mpartstack. Active {
SWT-selected-Tabs-Background: # f2f5f9# F0f0f0100%;/* change to f0f0f0 */
}
# 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;
}
3.3 Save the modification content
4. Restart eclipse.