mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
[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:
parent
2f5c0ee0a9
commit
8946920109
87 changed files with 7117 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue