Skip to content

Commit 9a6987b

Browse files
Christopher-Hermannfedejeanne
authored andcommitted
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 f327f98 commit 9a6987b

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

+8
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)