Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2018-07-09 08:09:11 +0000
committerMatthias Becker2018-07-20 06:10:39 +0000
commita331ba896e29b946a6b9f07d89b6d485f5a7450d (patch)
tree68ba3c684ae653777d73a0ca3901ebb2f5bd6dea /org.eclipse.debug.ui/plugin.xml
parent8c1b2b8850e35987067b08881f2fe40dced5b5c2 (diff)
downloadeclipse.platform.debug-I20180721-1500.tar.gz
eclipse.platform.debug-I20180721-1500.tar.xz
eclipse.platform.debug-I20180721-1500.zip
Change-Id: Ifb6349ffd0af011933760e6ee8eef3f984209b8e Signed-off-by: Matthias Becker <ma.becker@sap.com>
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index a6826f94d..ca0a02b4b 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -3266,6 +3266,12 @@ M4 = Platform-specific fourth key
refid="org.eclipse.e4.ui.css.theme.e4_dark">
</themeid>
</stylesheet>
+ <stylesheet
+ uri="css/e4-light_debug_prefstyle.css">
+ <themeid
+ refid="org.eclipse.e4.ui.css.theme.e4_default">
+ </themeid>
+ </stylesheet>
</extension>
<extension
point="org.eclipse.debug.ui.launchConfigurationTypeImages">

Back to the top