您的位置:首页 > 编程语言 > Java开发

MyEclipse2014配置信息

2015-10-23 12:45 411 查看
CSS 代码:

#org-eclipse-ui-trim-status {
chrome-border-top-visible: false;
chrome-padding-top: 0;
background-color: #C7EDCC;
}

.MPart.Editor StyledText {
chrome-line-style: none;
chrome-line-color: #ff0000;
}

.MTrimmedWindow.topLevel {
margin-top: 3px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
}

.MTrimmedWindow {
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
background-color: #E5F0E7;
}

CTabFolder.MArea .MPartStack,CTabFolder.MArea .MPartStack.active {
swt-shadow-visible: false;
}

.MPartStack {
font-size: 9;
font-family: 'Segoe UI';
swt-tab-renderer:
url('bundleclass://net.jeeeyul.eclipse.themes/net.jeeeyul.eclipse.themes.rendering.ChromeTabRendering');
padding: 1px 6px 8px 6px;
swt-shadow-visible: false;
swt-selected-tab-fill: #E8FAEA;
chrome-selected-tab-fill-highlight: #9BCDA2;
chrome-selected-tab-color: #000000;
chrome-unselected-tab-color: #ffffff;
swt-shadow-color: #000;
chrome-shiney-shadow: false;
swt-mru-visible: true;
swt-corner-radius: 6px;
swt-simple: true;
swt-mru-visible: false;
swt-unselected-tabs-color: #9BCDA2 #9BCDA2 #9BCDA2 100% 100%;
swt-outer-keyline-color: #9BCDA2;
swt-inner-keyline-color: #9BCDA2;
swt-mru-visible: false;
swt-shadow-visible: false;
swt-tab-outline: #9BCDA2;
}

.MPlaceholder {
background-color: #C7EDCC;
color: #FFF;
}

.MTrimBar {
background-color: #C7EDCC;
}

.MTrimBar CLabel {
color: #666;
}

.MToolControl CLabel {
color: #666;
}

.MPart Composite {
background-color: #C7EDCC;
color: #ddd;
}

.MTrimBar#org-eclipse-ui-main-toolbar {
background-color: #d8fedd #a5cbaa 100%;
}
4000

.MPartStack.active {
swt-selected-tab-fill: #E8FAEA;
chrome-selected-tab-fill-highlight: #9BCDA2;
chrome-selected-tab-color: #000000;
chrome-unselected-tab-color: #ffffff;
chrome-shiney-shadow: false;
swt-unselected-tabs-color: #9BCDA2 #9BCDA2 100% 100%;
swt-outer-keyline-color: #9BCDA2;
swt-inner-keyline-color: #9BCDA2;
swt-shadow-visible: false;
swt-tab-outline: #9BCDA2;
}

#PerspectiveSwitcher {
handle-image: none;
chrome-show-perspective-name: false;
background-color: #d8fedd #a5cbaa 100%;
eclipse-perspective-keyline-color: #000;
color: #fff;
}

#org-eclipse-ui-editorss {
swt-tab-renderer:
url('bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering');
swt-unselected-tabs-color: #d8fedd #C7EDCC #2AAD3C 100% 100%;
swt-outer-keyline-color: #d8fedd;
swt-inner-keyline-color: #d8fedd;
swt-tab-outline: #d8fedd;
color: #000;
swt-tab-height: 8px;
padding: 0px 5px 7px;
}

#org-eclipse-jdt-ui-PackageExplorer {
background-color: #C7EDCC;
color: #fff;
}

CTabFolder {
swt-unselected-tabs-color: #d8fedd;
swt-outer-keyline-color: #d8fedd;
swt-inner-keyline-color: #d8fedd;
swt-tab-outline: #d8fedd;
selected-tab-fill: #9BCDA2;
swt-shadow-visible: false;
}

CTabFolder Tree {
background-color: #C7EDCC;
color: #000;
}

CTabFolder Canvas {
background-color: #C7EDCC;
color: #000000;
}

CTabItem {
background-color: #C7EDCC;
color: #ddd;
}

CTabItem:selected {
color: #fff;
}

Label {
color: #666;
}


Text Editors ->background color:199 237 204
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: