Skip to content

Commit

Permalink
Reverting Light Theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvm-sap authored and vogella committed Jul 20, 2024
1 parent 2c23cf5 commit 95eda2b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 345 deletions.
201 changes: 36 additions & 165 deletions bundles/org.eclipse.ui.themes/css/e4_default_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,217 +18,88 @@
@import url("platform:/plugin/org.eclipse.ui.themes/css/e4_basestyle.css");

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_START {
color: #F8F8F8;
color: rgb(255, 255, 255);
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_UNSELECTED_TABS_COLOR_END {
color: #F8F8F8;
color: rgb(255, 255, 255);
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_START {
color: #F8F8F8;
color: rgb(255, 255, 255);
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_UNSELECTED_TABS_COLOR_END {
color: #F8F8F8;
color: rgb(255, 255, 255);
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTER_KEYLINE_COLOR {
color: #EAEAEA;
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_OUTLINE_COLOR {
color: #f8f8f8;
color: rgb(230, 230, 230);
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START {
color: #f8f8f8;
color: rgb(230, 230, 230);
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END {
color: #f8f8f8;
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTER_KEYLINE_COLOR {
color: #EAEAEA;
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_OUTLINE_COLOR {
color: #f8f8f8;
color: rgb(255, 255, 255);
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_START {
color: #F8F8F8;
color: rgb(240, 240, 240);
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_BG_END {
color: #F8F8F8;
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_START {
color: #F8F8F8;
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END {
color: #F8F8F8;
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR {
color: #404040;
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR {
color: #404040;
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
color: #404040;
color: rgb(255, 255, 255);
}

.MTrimmedWindow {
background-color: '#f8f8f8';
background-color: rgb(255, 255, 255);
}

.MTrimBar {
background-color: '#f8f8f8';
background-color: rgb(255, 255, 255);
}

.MTrimBar#org-eclipse-ui-main-toolbar {
background-color: '#f8f8f8';
}

CTabFolder Canvas {
background-color: rgb(255, 255, 255);
}

/* Below changes were added to enhance the appearance of Light theme with ref to other IDEs like VS Code,IntelliJ etc. */

.MTrimBar#org-eclipse-ui-trim-status {
background-color: '#f8f8f8';

background-color: rgb(255, 255, 255);
}

.View Composite,
.View Composite Tree,
.View Composite Label,
.View ToolBar,
.View Group,
.View Group Label,
.View Section,
.View Text[style~='SWT.READ_ONLY'],
.View SashForm,
.View OleFrame,
.View Browser,
.View WebSite,
.View StyledText[style~='SWT.READ_ONLY'],
.View Link,
.View FormText,
.View Hyperlink,
.View AtcProblemsViewWelcomePage StyledText
{
background-color: #f8f8f8;
.MPartStack {
swt-simple: false;
swt-unselected-tabs-color: rgb(255, 255, 255);
swt-outer-keyline-color: rgb(230, 230, 230);
swt-inner-keyline-color: rgb(200, 200, 200);
swt-tab-outline: rgb(230, 230, 230);
}

.View ToolItem,
.View Button{
background-color: inherit;
}

.View Section ToolItem{
background-color: #EAEAEA;
}

.View Composite PrependingAsteriskFilteredTree,
.View PrependingAsteriskFilteredTree Text,
.View LoggingViewFilteredTree,
.View LoggingViewFilteredTree Text,
.View Group Text,
.View Group Combo,
.View Composite Text,
.View OSLPackageSetTableComposite Label,
.View Button[style~='SWT.PUSH']{
background-color: #ffffff;
}

.MPartStack{
swt-selected-tab-highlight: #5983c5;
swt-selected-highlight-top: false;
.MPartStack.active > Composite {
swt-selected-tab-fill: '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_START' '#org-eclipse-ui-workbench-ACTIVE_TAB_BG_END' 100% 5%;
background-color: rgb(255, 255, 255);
}

.MPartStack.active {
swt-selected-tab-highlight: #5983c5;
swt-selected-highlight-top: false;
}

/* text color of unselected tabs in editor*/
#org-eclipse-ui-editorss CTabItem{
color: '#6A6A6A';
background-color: '#f8f8f8';
}

/*text color and background color of selected tab in editor */
#org-eclipse-ui-editorss CTabItem:selected{
color: '#3b3b3b';
background-color: '#FFFFFF';
}

#org-eclipse-ui-editorss CTabFolder{
swt-selected-tab-fill : '#ffffff';
swt-selected-tab-highlight: '#5983c5';
swt-selected-highlight-top: true;
swt-tab-outline:#eaeaea;
swt-tab-outer-keyline: #eaeaea;
}

#org-eclipse-ui-editorss CTabFolder.active {
swt-selected-tab-highlight: '#5983c5';
swt-selected-highlight-top: true;
swt-tab-outline: rgb(180, 180, 180);
swt-outer-keyline-color: rgb(180, 180, 180);
}

#org-eclipse-e4-ui-compatibility-editor Composite{
background-color: #ffffff;
CTabFolder.MArea {
background-color: rgb(255, 255, 255);
swt-selected-tab-fill: rgb(255, 255, 255);
swt-unselected-tabs-color: rgb(255, 255, 255);
swt-outer-keyline-color: rgb(230, 230, 230);
swt-inner-keyline-color: rgb(230, 230, 230);
swt-tab-outline: rgb(230, 230, 230);
}

#DebugBreadcrumbItemComposite,
#DebugBreadcrumbItemDropDownToolBar,
#DebugBreadcrumbItemDetailComposite,
#DebugBreadcrumbItemDetailImageComposite,
#DebugBreadcrumbItemDetailImageLabel,
#DebugBreadcrumbItemDetailTextComposite,
#DebugBreadcrumbItemDetailTextLabel {
background-color: '#FFFFFF';
CTabFolder {
swt-selected-tabs-background: rgb(255, 255, 255);
}

Composite.MPartSashContainer{
background-color: #f8f8f8;
CTabFolder CTabItem:selected {
background-color: rgb(230, 230, 230);
}

Composite.MArea{
background-color: #ffffff;
}

.MPart CTabFolder{
swt-outer-keyline-color: #ffffff;
}

.MPart Form Composite,
.MPart Form Section,
.MPart Form Label,
.MPart Form Text,
.MPart Form Button,
.MPart Form Sash,
.MPart Form AdtFormToolkit-AdtHyperLink
{
background-color: '#FFFFFF';
}

.MPartStack.active .MPart Form Composite,
.MPartStack.active .MPart Form Section,
.MPartStack.active .MPart Form Label,
.MPartStack.active .MPart Form Text,
.MPartStack.active .MPart Form Button,
.MPartStack.active .MPart Form Sash,
.MPartStack.active .MPart Form AdtFormToolkit-AdtHyperLink
{
background-color: '#FFFFFF';
CTabFolder Canvas {
background-color: rgb(255, 255, 255);
}
Loading

0 comments on commit 95eda2b

Please sign in to comment.