mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +02:00
Add a new theme in installer
This commit is contained in:
parent
bdb9b28429
commit
920fc5c3d3
@ -124,11 +124,16 @@ SectionGroup "Themes" Themes
|
||||
SetOutPath "$UPDATE_PATH\themes"
|
||||
File ".\themes\MossyLawn.xml"
|
||||
${MementoSectionEnd}
|
||||
|
||||
|
||||
${MementoSection} "Navajo" Navajo
|
||||
SetOutPath "$UPDATE_PATH\themes"
|
||||
File ".\themes\Navajo.xml"
|
||||
${MementoSectionEnd}
|
||||
|
||||
${MementoSection} "DansLeRuSH Dark" DansLeRuSHDark
|
||||
SetOutPath "$UPDATE_PATH\themes"
|
||||
File ".\themes\DansLeRuSH-Dark.xml"
|
||||
${MementoSectionEnd}
|
||||
SectionGroupEnd
|
||||
|
||||
|
||||
@ -253,5 +258,11 @@ SectionGroup un.Themes
|
||||
Delete "$installPath\themes\Navajo.xml"
|
||||
${endIf}
|
||||
SectionEnd
|
||||
|
||||
Section un.DansLeRuSHDark
|
||||
${If} $keepUserData == "false"
|
||||
Delete "$installPath\themes\DansLeRuSH-Dark.xml"
|
||||
${endIf}
|
||||
SectionEnd
|
||||
|
||||
SectionGroupEnd
|
||||
|
Loading…
x
Reference in New Issue
Block a user