Skip to content

Commit 294d1e3

Browse files
Overwrite default selection color for dark theme on Windows
Overwrite the default selection color for dark theme on Windows since the system color on Windows is hard to read.
1 parent c29aa34 commit 294d1e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,11 @@ ImageBasedFrame,
135135
color: #DDDDDD;
136136
}
137137

138+
IEclipsePreferences#org-eclipse-ui-workbench:org-eclipse-ui-themes-win { /* pseudo attribute added to allow contributions without replacing this node, see Bug 466075 */
139+
preferences:
140+
'org.eclipse.ui.workbench.SELECTED_CELL_FOREGROUND=255,255,255'
141+
'org.eclipse.ui.workbench.SELECTED_CELL_BACKGROUND=0,100,255'
142+
'org.eclipse.ui.workbench.SELECTED_CELL_FOREGROUND_NO_FOCUS=240,240,240'
143+
'org.eclipse.ui.workbench.SELECTED_CELL_BACKGROUND_NO_FOCUS=95,95,95'
144+
}
145+

0 commit comments

Comments
 (0)