Skip to content

Commit

Permalink
for approval (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
janinefreeman authored Dec 6, 2023
1 parent 9b7a284 commit 58915e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main_add.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ class SplashScreen : public wxDialog
// dc.SetBackground(wxBrush(wxColour(255, 117, 24))); // Testing Autumn (Pumpkin) color
//dc.SetBackground(wxBrush(wxColour(151, 69, 21))); // Burnt Orange from Brian 11/12/2020
//dc.SetBackground(wxBrush(wxColour(4, 16, 96))); // Navy Blue (Matt's birthday 4/16/96) 11/22/21
dc.SetBackground(wxBrush(wxColour(182, 86, 42))); // Thanksgiving color palette https://www.color-hex.com/color-palette/27134
//dc.SetBackground(wxBrush(wxColour(182, 86, 42))); // Thanksgiving color palette https://www.color-hex.com/color-palette/27134
dc.SetBackground(wxBrush(wxColour(49, 212, 179))); // 10/31/2023

dc.Clear();

Expand Down

0 comments on commit 58915e3

Please sign in to comment.