diff options
author | Andrea Guarinoni | 2014-05-25 21:13:49 +0000 |
---|---|---|
committer | Dani Megert | 2014-05-28 08:12:31 +0000 |
commit | 2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014 (patch) | |
tree | dfbe718b99d58913fea68af0f9b1517b0a52407d /org.eclipse.debug.ui/plugin.xml | |
parent | cbe18f3104ab788e828ead636f1e3b47f253c283 (diff) | |
download | eclipse.platform.debug-2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014.tar.gz eclipse.platform.debug-2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014.tar.xz eclipse.platform.debug-2b472ac6c5dc8eb0f92c3aef321949ba3e0f7014.zip |
Provide resonable defaults for syntax color of Debug views in Dark themeI20140528-0830I20140528-0800
Bug 435721
Change-Id: I0c9ae1b25d643d15f2cd426bd4603e03ccd0f63a
Signed-off-by: Andrea Guarinoni <andrea.guarinoni@gmail.com>
Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r-- | org.eclipse.debug.ui/plugin.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml index 4d7e1480e..dd6c2221a 100644 --- a/org.eclipse.debug.ui/plugin.xml +++ b/org.eclipse.debug.ui/plugin.xml @@ -3188,5 +3188,13 @@ M4 = Platform-specific fourth key </bundle> </component> </extension> - + <extension + point="org.eclipse.e4.ui.css.swt.theme"> + <stylesheet + uri="css/e4-dark_debug_prefstyle.css"> + <themeid + refid="org.eclipse.e4.ui.css.theme.e4_dark"> + </themeid> + </stylesheet> + </extension> </plugin> |