Changeset 95 for trunk/UColors.pas


Ignore:
Timestamp:
Sep 28, 2022, 12:23:17 AM (20 months ago)
Author:
chronos
Message:
  • Added: Show dialog about new train every start of new week.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UColors.pas

    r90 r95  
    1212  TColors = record
    1313    Background: TColor;
     14    Background2: TColor;
    1415    Text: TColor;
    1516    ShapeBackground: TColor;
     
    2930  if DarkMode then begin
    3031    Background := $2f3020;
     32    Background2 := $4f5040;
    3133    Text := clWhite;
    3234    ShapeBackground := clBlack;
     
    3638  end else begin
    3739    Background := $eff0e0;
     40    Background2 := $cfd0c0;
    3841    Text := clBlack;
    3942    ShapeBackground := clWhite;
Note: See TracChangeset for help on using the changeset viewer.