update console colors

Note that this doesn't seem to get picked up by Eclipse on first run.
The colors will be set, but they will not be applied, forcing you to
change each one to something else, click "Apply", then change them back
again and clicking "Apply" again. Guessing this is a bug in Eclipse.
This commit is contained in:
Gered 2013-05-26 10:47:23 -04:00
parent 336e183d19
commit c4002aa4f7

View file

@ -2,5 +2,7 @@ Console.highWaterMark=88000
eclipse.preferences.version=1 eclipse.preferences.version=1
org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n
org.eclipse.debug.ui.consoleBackground=0,0,0 org.eclipse.debug.ui.consoleBackground=0,0,0
org.eclipse.debug.ui.errorColor=218,72,50
org.eclipse.debug.ui.inColor=0,200,125
org.eclipse.debug.ui.outColor=255,255,255 org.eclipse.debug.ui.outColor=255,255,255
preferredTargets=default\:default| preferredTargets=default\:default|