NSIS: Get interface colors from system.

Fixes #7112
This commit is contained in:
bitraid 2022-04-13 12:43:54 +03:00
parent 991d300a08
commit a97ffe0bd0
No known key found for this signature in database
GPG Key ID: 21A3B0D950B23728
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ ShowUninstDetails hide
!addplugindir /x86-unicode ".\plugins\x86-unicode"
!addincludedir ".\include"
!define MUI_BGCOLOR "SYSCLR:Window"
!define MUI_TEXTCOLOR "SYSCLR:WindowText"
!include MUI2.nsh
!include NsisMultiUser.nsh
!include StdUtils.nsh