Skip to content

Commit

Permalink
Update the experimental struct color to have more contrast against de…
Browse files Browse the repository at this point in the history
…claration highlight. (#32183)
  • Loading branch information
JoeRobich authored Jan 5, 2019
1 parent ab0f682 commit 2c21885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private sealed class EnhancedColorApplier
private const uint DarkThemeLocalBlue = 0x00FEDC9Cu;
private const uint DarkThemeMethodYellow = 0x00AADCDCu;
private const uint DarkThemeControlKeywordPurple = 0x00DFA0D8u;
private const uint DarkThemeStructMint = 0x008CC77Eu;
private const uint DarkThemeStructMint = 0x0091C686u;

private const uint LightThemePlainText = 0x00000000u;
private const uint LightThemeIdentifier = LightThemePlainText;
Expand Down

0 comments on commit 2c21885

Please sign in to comment.