Skip to content

Commit babdd04

Browse files
committed
Make the default colors a bit darker
1 parent 63be7cf commit babdd04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org.eclipse.jdt.debug.ui/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3642,7 +3642,7 @@ M4 = Platform-specific fourth key
36423642
id="org.eclipse.jdt.debug.ui.SyntheticStackFrameFgColor"
36433643
isEditable="true"
36443644
label="%SyntheticStackFrameFgColorDefinition.label"
3645-
value="202,130,130">
3645+
value="101,65,65">
36463646
<description>%SyntheticStackFrameFgColorDefinition.description</description>
36473647
</colorDefinition>
36483648
<colorDefinition
@@ -3659,7 +3659,7 @@ M4 = Platform-specific fourth key
36593659
id="org.eclipse.jdt.debug.ui.PlatformStackFrameFgColor"
36603660
isEditable="true"
36613661
label="%PlatformStackFrameFgColorDefinition.label"
3662-
value="151,203,155">
3662+
value="75,102,78">
36633663
<description>%PlatformStackFrameFgColorDefinition.description</description>
36643664
</colorDefinition>
36653665
<colorDefinition
@@ -3710,7 +3710,7 @@ M4 = Platform-specific fourth key
37103710
id="org.eclipse.jdt.debug.ui.LibraryStackFrameFgColor"
37113711
isEditable="true"
37123712
label="%LibraryStackFrameFgColorDefinition.label"
3713-
value="205,167,251">
3713+
value="102,84,126">
37143714
<description>%LibraryStackFrameFgColorDefinition.description</description>
37153715
</colorDefinition>
37163716
<colorDefinition

0 commit comments

Comments
 (0)