Skip to content

Commit

Permalink
Fix text colour in NSIS installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapwood committed Jul 8, 2024
1 parent b2ca847 commit 72038e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/VXMusic.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Caption "VXMusic Installer"
!define MUI_HEADERIMAGE_UNBITMAP_STRETCH AspectFitHeight

!define MUI_BGCOLOR E8E9EB
!define MUI_TEXTCOLOR FFFFFF
!define MUI_INSTFILESPAGE_COLORS "FFFFFF E8E9EB"
!define MUI_TEXTCOLOR 000000
!define MUI_INSTFILESPAGE_COLORS "000000 E8E9EB"

# Welcome page settings
!define MUI_WELCOMEPAGE_TITLE "${PRODUCT_NAME} ${PRODUCT_VERSION} Installation Wizard"
Expand Down

0 comments on commit 72038e0

Please sign in to comment.