notepad-plus-plus-legacy/PowerEditor/installer/nsisInclude/themes.nsh

187 lines
4.3 KiB
Plaintext
Raw Normal View History

SectionGroup "Themes" Themes
SetOverwrite off
${MementoSection} "Black Board" BlackBoard
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Black board.xml"
${MementoSectionEnd}
${MementoSection} "Choco" Choco
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Choco.xml"
${MementoSectionEnd}
${MementoSection} "Hello Kitty" HelloKitty
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Hello Kitty.xml"
${MementoSectionEnd}
${MementoSection} "Mono Industrial" MonoIndustrial
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Mono Industrial.xml"
${MementoSectionEnd}
${MementoSection} "Monokai" Monokai
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Monokai.xml"
${MementoSectionEnd}
${MementoSection} "Obsidian" Obsidian
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\obsidian.xml"
${MementoSectionEnd}
${MementoSection} "Plastic Code Wrap" PlasticCodeWrap
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Plastic Code Wrap.xml"
${MementoSectionEnd}
${MementoSection} "Ruby Blue" RubyBlue
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Ruby Blue.xml"
${MementoSectionEnd}
${MementoSection} "Twilight" Twilight
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Twilight.xml"
${MementoSectionEnd}
${MementoSection} "Vibrant Ink" VibrantInk
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Vibrant Ink.xml"
${MementoSectionEnd}
${MementoSection} "Deep Black" DeepBlack
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Deep Black.xml"
${MementoSectionEnd}
${MementoSection} "vim Dark Blue" vimDarkBlue
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\vim Dark Blue.xml"
${MementoSectionEnd}
${MementoSection} "Bespin" Bespin
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Bespin.xml"
${MementoSectionEnd}
${MementoSection} "Zenburn" Zenburn
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Zenburn.xml"
${MementoSectionEnd}
${MementoSection} "Solarized" Solarized
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Solarized.xml"
${MementoSectionEnd}
${MementoSection} "Solarized Light" Solarized-light
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Solarized-light.xml"
${MementoSectionEnd}
${MementoSection} "Hot Fudge Sundae" HotFudgeSundae
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\HotFudgeSundae.xml"
${MementoSectionEnd}
${MementoSection} "khaki" khaki
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\khaki.xml"
${MementoSectionEnd}
${MementoSection} "Mossy Lawn" MossyLawn
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\MossyLawn.xml"
${MementoSectionEnd}
${MementoSection} "Navajo" Navajo
SetOutPath "$UPDATE_PATH\themes"
File ".\themes\Navajo.xml"
${MementoSectionEnd}
SectionGroupEnd
SectionGroup un.Themes
Section un.BlackBoard
Delete "$UPDATE_PATH\themes\Black board.xml"
SectionEnd
Section un.Choco
Delete "$UPDATE_PATH\themes\Choco.xml"
SectionEnd
Section un.HelloKitty
Delete "$UPDATE_PATH\themes\Hello Kitty.xml"
SectionEnd
Section un.MonoIndustrial
Delete "$UPDATE_PATH\themes\Mono Industrial.xml"
SectionEnd
Section un.Monokai
Delete "$UPDATE_PATH\themes\Monokai.xml"
SectionEnd
Section un.Obsidian
Delete "$UPDATE_PATH\themes/obsidian.xml"
SectionEnd
Section un.PlasticCodeWrap
Delete "$UPDATE_PATH\themes\Plastic Code Wrap.xml"
SectionEnd
Section un.RubyBlue
Delete "$UPDATE_PATH\themes\Ruby Blue.xml"
SectionEnd
Section un.Twilight
Delete "$UPDATE_PATH\themes\Twilight.xml"
SectionEnd
Section un.VibrantInk
Delete "$UPDATE_PATH\themes\Vibrant Ink.xml"
SectionEnd
Section un.DeepBlack
Delete "$UPDATE_PATH\themes\Deep Black.xml"
SectionEnd
Section un.vimDarkBlue
Delete "$UPDATE_PATH\themes\vim Dark Blue.xml"
SectionEnd
Section un.Bespin
Delete "$UPDATE_PATH\themes\Bespin.xml"
SectionEnd
Section un.Zenburn
Delete "$UPDATE_PATH\themes\Zenburn.xml"
SectionEnd
Section un.Solarized
Delete "$UPDATE_PATH\themes\Solarized.xml"
SectionEnd
Section un.Solarized-light
Delete "$UPDATE_PATH\themes\Solarized-light.xml"
SectionEnd
Section un.HotFudgeSundae
Delete "$UPDATE_PATH\themes\HotFudgeSundae.xml"
SectionEnd
Section un.khaki
Delete "$UPDATE_PATH\themes\khaki.xml"
SectionEnd
Section un.MossyLawn
Delete "$UPDATE_PATH\themes\MossyLawn.xml"
SectionEnd
Section un.Navajo
Delete "$UPDATE_PATH\themes\Navajo.xml"
SectionEnd
SectionGroupEnd