Skip to content

Commit

Permalink
Make the default colors a bit darker
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Mar 5, 2023
1 parent 12fb5ba commit 2171069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.eclipse.jdt.debug.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3642,7 +3642,7 @@ M4 = Platform-specific fourth key
id="org.eclipse.jdt.debug.ui.SyntheticStackFrameFgColor"
isEditable="true"
label="%SyntheticStackFrameFgColorDefinition.label"
value="202,130,130">
value="101,65,65">
<description>%SyntheticStackFrameFgColorDefinition.description</description>
</colorDefinition>
<colorDefinition
Expand All @@ -3659,7 +3659,7 @@ M4 = Platform-specific fourth key
id="org.eclipse.jdt.debug.ui.PlatformStackFrameFgColor"
isEditable="true"
label="%PlatformStackFrameFgColorDefinition.label"
value="151,203,155">
value="75,102,78">
<description>%PlatformStackFrameFgColorDefinition.description</description>
</colorDefinition>
<colorDefinition
Expand Down Expand Up @@ -3710,7 +3710,7 @@ M4 = Platform-specific fourth key
id="org.eclipse.jdt.debug.ui.LibraryStackFrameFgColor"
isEditable="true"
label="%LibraryStackFrameFgColorDefinition.label"
value="205,167,251">
value="102,84,126">
<description>%LibraryStackFrameFgColorDefinition.description</description>
</colorDefinition>
<colorDefinition
Expand Down

0 comments on commit 2171069

Please sign in to comment.