Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css')
-rw-r--r--org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css b/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css
index b0df8dd4f..52da14fb3 100644
--- a/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css
+++ b/org.eclipse.debug.ui/css/e4-light_debug_prefstyle.css
@@ -20,4 +20,8 @@
#DebugBreadcrumbItemDropDownToolBar
{
background-color:COLOR-WIDGET-LIGHT-SHADOW;
-} \ No newline at end of file
+}
+
+#VariablesViewer {
+ font-family: '#org-eclipse-debug-ui-VariableTextFont';
+}

Back to the top