diff --git a/Icons/Black/AssaAttachments.png b/Icons/Black/AssaAttachments.png new file mode 100644 index 000000000..eed5fa920 Binary files /dev/null and b/Icons/Black/AssaAttachments.png differ diff --git a/Icons/Black/AssaProperties.png b/Icons/Black/AssaProperties.png new file mode 100644 index 000000000..e3b78db53 Binary files /dev/null and b/Icons/Black/AssaProperties.png differ diff --git a/Icons/Black/AssaStyle.png b/Icons/Black/AssaStyle.png new file mode 100644 index 000000000..1aba2e50e Binary files /dev/null and b/Icons/Black/AssaStyle.png differ diff --git a/Icons/Black/BurnIn.png b/Icons/Black/BurnIn.png new file mode 100644 index 000000000..116ccf99f Binary files /dev/null and b/Icons/Black/BurnIn.png differ diff --git a/Icons/Black/EbuProperties.png b/Icons/Black/EbuProperties.png new file mode 100644 index 000000000..f3b8f8ba2 Binary files /dev/null and b/Icons/Black/EbuProperties.png differ diff --git a/Icons/Black/Find.png b/Icons/Black/Find.png new file mode 100644 index 000000000..0d9217ca2 Binary files /dev/null and b/Icons/Black/Find.png differ diff --git a/Icons/Black/FixCommonErrors.png b/Icons/Black/FixCommonErrors.png new file mode 100644 index 000000000..c37f8aa7e Binary files /dev/null and b/Icons/Black/FixCommonErrors.png differ diff --git a/Icons/Black/Help.png b/Icons/Black/Help.png new file mode 100644 index 000000000..b83bf6e16 Binary files /dev/null and b/Icons/Black/Help.png differ diff --git a/Icons/Black/IttProperties.png b/Icons/Black/IttProperties.png new file mode 100644 index 000000000..d2963ed40 Binary files /dev/null and b/Icons/Black/IttProperties.png differ diff --git a/Icons/Black/Netflix.png b/Icons/Black/Netflix.png new file mode 100644 index 000000000..bf7f31581 Binary files /dev/null and b/Icons/Black/Netflix.png differ diff --git a/Icons/Black/New.png b/Icons/Black/New.png new file mode 100644 index 000000000..1459df11e Binary files /dev/null and b/Icons/Black/New.png differ diff --git a/Icons/Black/Open.png b/Icons/Black/Open.png new file mode 100644 index 000000000..482d4dbb9 Binary files /dev/null and b/Icons/Black/Open.png differ diff --git a/Icons/Black/RemoveTextForHi.png b/Icons/Black/RemoveTextForHi.png new file mode 100644 index 000000000..797a1679d Binary files /dev/null and b/Icons/Black/RemoveTextForHi.png differ diff --git a/Icons/Black/Replace.png b/Icons/Black/Replace.png new file mode 100644 index 000000000..f31a8d436 Binary files /dev/null and b/Icons/Black/Replace.png differ diff --git a/Icons/Black/Save.png b/Icons/Black/Save.png new file mode 100644 index 000000000..e8cd98e95 Binary files /dev/null and b/Icons/Black/Save.png differ diff --git a/Icons/Black/SaveAs.png b/Icons/Black/SaveAs.png new file mode 100644 index 000000000..a0d78f312 Binary files /dev/null and b/Icons/Black/SaveAs.png differ diff --git a/Icons/Black/Settings.png b/Icons/Black/Settings.png new file mode 100644 index 000000000..2af5c8dbe Binary files /dev/null and b/Icons/Black/Settings.png differ diff --git a/Icons/Black/SourceView.png b/Icons/Black/SourceView.png new file mode 100644 index 000000000..10b67ac89 Binary files /dev/null and b/Icons/Black/SourceView.png differ diff --git a/Icons/Black/SpellCheck.png b/Icons/Black/SpellCheck.png new file mode 100644 index 000000000..8948f0282 Binary files /dev/null and b/Icons/Black/SpellCheck.png differ diff --git a/Icons/Black/VideoToggle.png b/Icons/Black/VideoToggle.png new file mode 100644 index 000000000..08c966ae6 Binary files /dev/null and b/Icons/Black/VideoToggle.png differ diff --git a/Icons/Black/VisualSync.png b/Icons/Black/VisualSync.png new file mode 100644 index 000000000..adbd0b312 Binary files /dev/null and b/Icons/Black/VisualSync.png differ diff --git a/Icons/Black/WaveformToggle.png b/Icons/Black/WaveformToggle.png new file mode 100644 index 000000000..1d96e18df Binary files /dev/null and b/Icons/Black/WaveformToggle.png differ diff --git a/Icons/Black/WebVttProperties.png b/Icons/Black/WebVttProperties.png new file mode 100644 index 000000000..110e5501b Binary files /dev/null and b/Icons/Black/WebVttProperties.png differ diff --git a/build.bat b/build.bat index b38c7ad56..78dd9f395 100644 --- a/build.bat +++ b/build.bat @@ -191,6 +191,7 @@ IF NOT EXIST "temp_zip\Icons" MD "temp_zip\Icons" IF NOT EXIST "temp_zip\Icons\DefaultTheme" MD "temp_zip\Icons\DefaultTheme" IF NOT EXIST "temp_zip\Icons\DarkTheme" MD "temp_zip\Icons\DarkTheme" IF NOT EXIST "temp_zip\Icons\Legacy" MD "temp_zip\Icons\Legacy" +IF NOT EXIST "temp_zip\Icons\Black" MD "temp_zip\Icons\Black" ECHO. COPY /Y /V "..\..\..\..\LICENSE.txt" "temp_zip\" @@ -220,6 +221,7 @@ COPY /Y /V "..\..\..\..\Icons\*.ico" "temp_zip\Icons\" COPY /Y /V "..\..\..\..\Icons\DefaultTheme\*.png" "temp_zip\Icons\DefaultTheme" COPY /Y /V "..\..\..\..\Icons\DarkTheme\*.png" "temp_zip\Icons\DarkTheme" COPY /Y /V "..\..\..\..\Icons\Legacy\*.png" "temp_zip\Icons\Legacy" +COPY /Y /V "..\..\..\..\Icons\Black\*.png" "temp_zip\Icons\Black" PUSHD "temp_zip" START "" /B /WAIT "%SEVENZIP%" a -tzip -mx=9 "SubtitleEdit-%VERSION%.zip" * >NUL diff --git a/build_beta.bat b/build_beta.bat index 9728e137a..e95f72b59 100644 --- a/build_beta.bat +++ b/build_beta.bat @@ -165,6 +165,7 @@ IF NOT EXIST "temp_zip\Icons" MD "temp_zip\Icons" IF NOT EXIST "temp_zip\Icons\DefaultTheme" MD "temp_zip\Icons\DefaultTheme" IF NOT EXIST "temp_zip\Icons\DarkTheme" MD "temp_zip\Icons\DarkTheme" IF NOT EXIST "temp_zip\Icons\Legacy" MD "temp_zip\Icons\Legacy" +IF NOT EXIST "temp_zip\Icons\Black" MD "temp_zip\Icons\Black" ECHO. COPY /Y /V "..\..\..\..\LICENSE.txt" "temp_zip\" @@ -194,6 +195,7 @@ COPY /Y /V "..\..\..\..\Icons\*.ico" "temp_zip\Icons\" COPY /Y /V "..\..\..\..\Icons\DefaultTheme\*.png" "temp_zip\Icons\DefaultTheme" COPY /Y /V "..\..\..\..\Icons\DarkTheme\*.png" "temp_zip\Icons\DarkTheme" COPY /Y /V "..\..\..\..\Icons\Legacy\*.png" "temp_zip\Icons\Legacy" +COPY /Y /V "..\..\..\..\Icons\Black\*.png" "temp_zip\Icons\Black" PUSHD "temp_zip" START "" /B /WAIT "%SEVENZIP%" a -tzip -mx=9 "SubtitleEditBeta.zip" * >NUL diff --git a/installer/Subtitle_Edit_Installer.iss b/installer/Subtitle_Edit_Installer.iss index e5411476d..36710843c 100644 --- a/installer/Subtitle_Edit_Installer.iss +++ b/installer/Subtitle_Edit_Installer.iss @@ -264,8 +264,10 @@ Source: ..\Icons\vtt.ico; DestDir: {app}\Icons; Source: ..\Icons\smi.ico; DestDir: {app}\Icons; Flags: ignoreversion onlyifdoesntexist; Components: main Source: ..\Icons\itt.ico; DestDir: {app}\Icons; Flags: ignoreversion onlyifdoesntexist; Components: main -Source: ..\Icons\DarkTheme\*.png; DestDir: {userappdata}\Subtitle Edit\Icons\DarkTheme; Flags: ignoreversion onlyifdoesntexist; Components: main -Source: ..\Icons\DefaultTheme\*.png; DestDir: {userappdata}\Subtitle Edit\Icons\DefaultTheme; Flags: ignoreversion onlyifdoesntexist; Components: main +Source: ..\Icons\DarkTheme\*.png; DestDir: {userappdata}\Subtitle Edit\Icons\DarkTheme; Flags: ignoreversion onlyifdoesntexist; Components: main +Source: ..\Icons\DefaultTheme\*.png; DestDir: {userappdata}\Subtitle Edit\Icons\DefaultTheme; Flags: ignoreversion onlyifdoesntexist; Components: main +Source: ..\Icons\Legacy\*.png; DestDir: {userappdata}\Subtitle Edit\Icons\Legacy; Flags: ignoreversion onlyifdoesntexist; Components: main +Source: ..\Icons\Black\*.png; DestDir: {userappdata}\Subtitle Edit\Icons\Black; Flags: ignoreversion onlyifdoesntexist; Components: main #ifdef localize Source: {#bindir}\Languages\ar-EG.xml; DestDir: {app}\Languages; Flags: ignoreversion; Components: translations @@ -728,6 +730,7 @@ begin DelTree(ExpandConstant('{userappdata}\Subtitle Edit\Plugins\*.*'), False, True, False); RemoveDir(ExpandConstant('{userappdata}\Subtitle Edit\Plugins')); DelTree(ExpandConstant('{userappdata}\Subtitle Edit\Icons\*.*'), False, True, False); + RemoveDir(ExpandConstant('{userappdata}\Subtitle Edit\Icons')); end;