Bug 470087 Text selection almost invisible in dark theme
authorMatthias Becker <ma.becker@sap.com>
Fri, 12 Jun 2015 15:15:59 +0000 (17:15 +0200)
committerLars Vogel <Lars.Vogel@vogella.com>
Mon, 14 Sep 2015 08:23:48 +0000 (10:23 +0200)
Make the text selection color lighter.

Change-Id: Ie4fdb89b43e522290a5b4647f220be21100b975a
Signed-off-by: Matthias Becker <ma.becker@sap.com>
bundles/org.eclipse.ui.themes/css/dark/e4-dark_preferencestyle.css

index 7ff1c61..6dc318d 100644 (file)
@@ -21,23 +21,23 @@ IEclipsePreferences#org-eclipse-ui-editors {
                'AbstractTextEditor.Color.SelectionBackground.SystemDefault=false'
                'AbstractTextEditor.Color.Background=41,41,41'
                'AbstractTextEditor.Color.Foreground.SystemDefault=false'
-               'AbstractTextEditor.Color.SelectionBackground=7,54,66'
+               'AbstractTextEditor.Color.SelectionBackground=27,98,145'
                'AbstractTextEditor.Color.SelectionForeground=147,161,161'
                'AbstractTextEditor.Color.Foreground=131,148,150'
                'AbstractTextEditor.Color.FindScope=30,120,155'
                'asOccurencesIndicationColor=72,72,72'
                'breakpointIndicationColor=51,119,193'
                'currentIPColor=54,54,54'
-               'currentLineColor=0,43,54'
+               'currentLineColor=19,71,84'
                'deletionIndicationColor=224,226,228'
-               'filteredSearchResultIndicationColor=7,54,66'
+               'filteredSearchResultIndicationColor=27,98,145'
                'hyperlinkColor=102,175,249'
                'hyperlinkColor.SystemDefault=false'
                'infoIndicationColor=86,194,170'
                'lineNumberColor=101,123,131'
                'linked.slave.color=66,156,255'
                'matchingTagIndicationColor=72,72,72'
-               'occurrenceIndicationColor=7,54,66'
+               'occurrenceIndicationColor=27,98,145'
                'overrideIndicatorColor=78,120,117'
                'printMarginColor=101,123,131'
                'searchResultHighlighting=false'
@@ -46,7 +46,7 @@ IEclipsePreferences#org-eclipse-ui-editors {
                'searchResultTextStyle=BOX'
                'secondaryIPColor=54,54,54'
                'spellingIndicationColor=253,170,211'
-               'writeOccurrenceIndicationColor=7,54,66'
+               'writeOccurrenceIndicationColor=27,98,145'
 }
 
 IEclipsePreferences#org-eclipse-ui-workbench {