2016-09-21 18:55:10 +00:00
|
|
|
; this file is part of installer for Notepad++
|
|
|
|
; Copyright (C)2016 Don HO <don.h@free.fr>
|
|
|
|
;
|
|
|
|
; This program is free software; you can redistribute it and/or
|
|
|
|
; modify it under the terms of the GNU General Public License
|
|
|
|
; as published by the Free Software Foundation; either
|
|
|
|
; version 2 of the License, or (at your option) any later version.
|
|
|
|
;
|
|
|
|
; Note that the GPL places important restrictions on "derived works", yet
|
|
|
|
; it does not provide a detailed definition of that term. To avoid
|
|
|
|
; misunderstandings, we consider an application to constitute a
|
|
|
|
; "derivative work" for the purpose of this license if it does any of the
|
|
|
|
; following:
|
|
|
|
; 1. Integrates source code from Notepad++.
|
|
|
|
; 2. Integrates/includes/aggregates Notepad++ into a proprietary executable
|
|
|
|
; installer, such as those produced by InstallShield.
|
|
|
|
; 3. Links to a library or executes a program that does any of the above.
|
|
|
|
;
|
|
|
|
; This program is distributed in the hope that it will be useful,
|
|
|
|
; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
; GNU General Public License for more details.
|
|
|
|
;
|
|
|
|
; You should have received a copy of the GNU General Public License
|
|
|
|
; along with this program; if not, write to the Free Software
|
|
|
|
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
2016-10-02 23:11:21 +00:00
|
|
|
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionGroup "Themes" Themes
|
|
|
|
SetOverwrite off
|
2016-10-02 23:11:21 +00:00
|
|
|
; UPDATE_PATH: the value is $INSTDIR if doLocalConf.xml exit,
|
|
|
|
; otherwise the value is $APPDATA\${APPNAME}
|
2016-09-09 21:26:15 +00:00
|
|
|
${MementoSection} "Black Board" BlackBoard
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Black board.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Choco" Choco
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Choco.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Hello Kitty" HelloKitty
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Hello Kitty.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Mono Industrial" MonoIndustrial
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Mono Industrial.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Monokai" Monokai
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Monokai.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Obsidian" Obsidian
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\obsidian.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Plastic Code Wrap" PlasticCodeWrap
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Plastic Code Wrap.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Ruby Blue" RubyBlue
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Ruby Blue.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Twilight" Twilight
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Twilight.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Vibrant Ink" VibrantInk
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Vibrant Ink.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Deep Black" DeepBlack
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Deep Black.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "vim Dark Blue" vimDarkBlue
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\vim Dark Blue.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Bespin" Bespin
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Bespin.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Zenburn" Zenburn
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Zenburn.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Solarized" Solarized
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Solarized.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Solarized Light" Solarized-light
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Solarized-light.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Hot Fudge Sundae" HotFudgeSundae
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\HotFudgeSundae.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "khaki" khaki
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\khaki.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Mossy Lawn" MossyLawn
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\MossyLawn.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
${MementoSection} "Navajo" Navajo
|
2016-10-02 23:11:21 +00:00
|
|
|
SetOutPath "$UPDATE_PATH\themes"
|
2016-09-09 21:26:15 +00:00
|
|
|
File ".\themes\Navajo.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
SectionGroupEnd
|
|
|
|
|
|
|
|
|
|
|
|
SectionGroup un.Themes
|
2016-10-02 23:11:21 +00:00
|
|
|
|
2016-09-09 21:26:15 +00:00
|
|
|
Section un.BlackBoard
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Black board.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Choco
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Choco.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.HelloKitty
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Hello Kitty.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.MonoIndustrial
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Mono Industrial.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Monokai
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Monokai.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Obsidian
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\obsidian.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.PlasticCodeWrap
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Plastic Code Wrap.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.RubyBlue
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Ruby Blue.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Twilight
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Twilight.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.VibrantInk
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Vibrant Ink.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.DeepBlack
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Deep Black.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.vimDarkBlue
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\vim Dark Blue.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Bespin
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Bespin.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Zenburn
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Zenburn.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Solarized
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Solarized.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Solarized-light
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Solarized-light.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.HotFudgeSundae
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\HotFudgeSundae.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.khaki
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\khaki.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.MossyLawn
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\MossyLawn.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
Section un.Navajo
|
2016-10-04 15:58:08 +00:00
|
|
|
${If} $keepUserData == "false"
|
2016-10-02 23:11:21 +00:00
|
|
|
Delete "$themesParentPath\themes\Navajo.xml"
|
2016-10-04 15:58:08 +00:00
|
|
|
${endIf}
|
2016-09-09 21:26:15 +00:00
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
SectionGroupEnd
|