[THEMES] Add new ReactOS theme - Lunar. By Adam Słaboń and Joann Mõndresku.

Reuse some Lautus assets, adjust the theme configuration and include it in the build process.
This commit is contained in:
Adam Słaboń 2019-03-20 21:23:29 +01:00 committed by Hermès Bélusca-Maïto
parent 2f5c0ee0a9
commit 8946920109
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
87 changed files with 7117 additions and 0 deletions

View file

@ -296,6 +296,8 @@ macro(dir_to_num dir var)
set(${var} 62)
elseif(${dir} STREQUAL reactos/3rdParty)
set(${var} 63)
elseif(${dir} STREQUAL reactos/Resources/Themes/Lunar)
set(${var} 64)
else()
message(FATAL_ERROR "Wrong destination: ${dir}")
endif()