Skip to content

Commit 4a38dc8

Browse files
mvm-sapBeckerWdf
authored andcommitted
[Dark Theme]Fix for background color of gutter line in editor
1 parent 25cd854 commit 4a38dc8

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

bundles/org.eclipse.ui.themes/css/e4-dark_linux.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ ImageBasedFrame,
115115
.Editor Form Composite,
116116
.Editor Form Composite Tree,
117117
.MPartStack.active .Editor Form Composite Tree
118+
{
119+
background-color: #1E1F22;
120+
}
121+
122+
#org-eclipse-e4-ui-compatibility-editor Canvas,
123+
#org-eclipse-e4-ui-compatibility-editor Canvas > *
118124
{
119125
background-color: #1E1F22;
120126
}

bundles/org.eclipse.ui.themes/css/e4-dark_mac.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ Button {
101101
.Editor Form Composite,
102102
.Editor Form Composite Tree,
103103
.MPartStack.active .Editor Form Composite Tree
104+
{
105+
background-color: #1E1F22;
106+
}
107+
108+
#org-eclipse-e4-ui-compatibility-editor Canvas,
109+
#org-eclipse-e4-ui-compatibility-editor Canvas > *
104110
{
105111
background-color: #1E1F22;
106112
}

bundles/org.eclipse.ui.themes/css/e4-dark_win.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,9 @@ ImageBasedFrame,
186186
{
187187
background-color: #1E1F22;
188188
}
189+
190+
#org-eclipse-e4-ui-compatibility-editor Canvas,
191+
#org-eclipse-e4-ui-compatibility-editor Canvas > *
192+
{
193+
background-color: #1E1F22;
194+
}

0 commit comments

Comments
 (0)