Skip to content

Commit

Permalink
Cleanup duplicates.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 16, 2024
1 parent 1fe61cc commit 7c7930a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Components/ModernColors.pas
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ function TTheme.FGetColor(Color: TThemeColor): TColor;
CFore = clBlack;
CBack = clWhite;
CToolBack = clBtnFace;
CSelBack = $FDD6A7; { VSCode Modern Light }
CWACOBack = $ECECEC; { Inno Setup 5, 4 tints lightened using color-hex.com }
CSTOBACK = $FEEAD3; { VSCode Modern Light }
CSelBack = LSelBack;
CWACOBack = LWACOBack;
CSTOBACK = LSTOBack;
CMarginFore = clWindowText;
CMarginBack = clBtnFace;
CSplitterBack = clBtnFace;
Expand Down

0 comments on commit 7c7930a

Please sign in to comment.