Skip to content

Commit a2c40f5

Browse files
mvm-sapBeckerWdf
authored andcommitted
Light (Preview) theme: Change to bg of vertical bar in editor
Vertical bar next to the scroll bar in editor had white background color. This has been reverted back to grey.
1 parent 7587ea1 commit a2c40f5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

bundles/org.eclipse.ui.themes/css/e4_preview_gtk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ CTabFolder.MArea {
122122
}
123123

124124
CTabFolder Canvas {
125-
background-color: #ffffff;
125+
background-color: #f8f8f8;
126126
}
127127

128128
.MTrimBar#org-eclipse-ui-main-toolbar {

bundles/org.eclipse.ui.themes/css/e4_preview_mac.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ ColorDefinition#org-eclipse-ui-workbench-INACTIVE_TAB_TEXT_COLOR {
9595
}
9696

9797
CTabFolder Canvas {
98-
background-color: rgb(255, 255, 255);
98+
background-color: #f8f8f8;
9999
}
100-
101100

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

bundles/org.eclipse.ui.themes/css/e4_preview_win.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ CTabFolder.MArea {
9696
}
9797

9898
CTabFolder Canvas {
99-
background-color: #ffffff;
99+
background-color: #f8f8f8;
100100
}
101101

102102
.MTrimBar#org-eclipse-ui-main-toolbar {

0 commit comments

Comments
 (0)