Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light (Preview) Font color change for text in tabs #2294

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions bundles/org.eclipse.ui.themes/css/e4_preview_gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END {
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR {
color: #3b3b3b;
color: #000000;
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR {
color: #3b3b3b;
color: #000000;
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
color: #3b3b3b;
color: #000000;
}

.MTrimmedWindow {
Expand Down Expand Up @@ -197,24 +197,24 @@ CTabFolder Canvas {

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

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

#org-eclipse-ui-editorss CTabFolder{
swt-selected-tab-fill : '#ffffff';
swt-selected-tab-highlight: '#A0A0A0';
swt-selected-highlight-top: true;
swt-selected-tab-fill : #ffffff;
swt-selected-tab-highlight: #8a8a8a;
swt-selected-highlight-top: true;
swt-tab-outline:#e5e5e5;
swt-tab-outer-keyline: #e5e5e5;
swt-draw-custom-tab-content-background: true;
swt-unselected-hot-tab-color-background:'#FFFFFF';
swt-unselected-hot-tab-color-background:#ffffff;
}

#org-eclipse-ui-editorss CTabFolder.active {
Expand Down
22 changes: 11 additions & 11 deletions bundles/org.eclipse.ui.themes/css/e4_preview_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END {
}

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

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

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

.MTrimmedWindow {
Expand Down Expand Up @@ -156,8 +156,8 @@ CTabFolder Canvas {
}

.MPartStack{
swt-selected-tab-highlight: #A0A0A0;
swt-selected-highlight-top: false;
swt-selected-tab-highlight: #8a8a8a;
swt-selected-highlight-top: false;
}

.MPartStack.active {
Expand All @@ -167,24 +167,24 @@ CTabFolder Canvas {

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

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

#org-eclipse-ui-editorss CTabFolder{
swt-selected-tab-fill : '#ffffff';
swt-selected-tab-highlight: '#A0A0A0';
swt-selected-highlight-top: true;
swt-selected-tab-fill : #ffffff;
swt-selected-tab-highlight: #8a8a8a;
swt-selected-highlight-top: true;
swt-tab-outline:#eaeaea;
swt-tab-outer-keyline: #eaeaea;
swt-draw-custom-tab-content-background: true;
swt-unselected-hot-tab-color-background:'#FFFFFF';
swt-unselected-hot-tab-color-background:#ffffff;
}

#org-eclipse-ui-editorss CTabFolder.active {
Expand Down
22 changes: 11 additions & 11 deletions bundles/org.eclipse.ui.themes/css/e4_preview_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_BG_END {
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR {
color: #3b3b3b;
color: #000000;
}

ColorDefinition#org-eclipse-ui-workbench-ACTIVE_TAB_TEXT_COLOR {
color: #3b3b3b;
color: #000000;
}

ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
color: #3b3b3b;
color: #000000;
}

.MPartStack {
Expand Down Expand Up @@ -160,8 +160,8 @@ CTabFolder Canvas {
}

.MPartStack{
swt-selected-tab-highlight: #A0A0A0;
swt-selected-highlight-top: false;
swt-selected-tab-highlight: #8a8a8a;
swt-selected-highlight-top: false;
}

.MPartStack.active {
Expand All @@ -171,24 +171,24 @@ CTabFolder Canvas {

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

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

#org-eclipse-ui-editorss CTabFolder{
swt-selected-tab-fill : '#ffffff';
swt-selected-tab-highlight: '#A0A0A0';
swt-selected-highlight-top: true;
swt-selected-tab-fill : #ffffff;
swt-selected-tab-highlight: #8a8a8a;
swt-selected-highlight-top: true;
swt-tab-outline:#e5e5e5;
swt-tab-outer-keyline: #e5e5e5;
swt-draw-custom-tab-content-background: true;
swt-unselected-hot-tab-color-background:'#FFFFFF';
swt-unselected-hot-tab-color-background:#ffffff;
}

#org-eclipse-ui-editorss CTabFolder.active {
Expand Down
Loading