Skip to content

Commit

Permalink
Add the missing Tomorrow themes.
Browse files Browse the repository at this point in the history
They were accidentally not present in the .zip file or .exe installer.
  • Loading branch information
chrisant996 committed Oct 14, 2024
1 parent f5e99fc commit d06ce2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions installer/clink.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ Section "!Application files" app_files_id
File "${CLINK_BUILD}\themes\Plain.clinktheme"
File "${CLINK_BUILD}\themes\Solarized Dark.clinktheme"
File "${CLINK_BUILD}\themes\Solarized Light.clinktheme"
File "${CLINK_BUILD}\themes\Tomorrow.clinktheme"
File "${CLINK_BUILD}\themes\Tomorrow Night.clinktheme"
File "${CLINK_BUILD}\themes\Tomorrow Night Blue.clinktheme"
File "${CLINK_BUILD}\themes\Tomorrow Night Bright.clinktheme"
File "${CLINK_BUILD}\themes\Tomorrow Night Eighties.clinktheme"
File "${CLINK_BUILD}\themes\agnoster.clinkprompt"
File "${CLINK_BUILD}\themes\Antares.clinkprompt"
File "${CLINK_BUILD}\themes\bureau.clinkprompt"
Expand Down Expand Up @@ -370,6 +375,11 @@ Section "!un.Application files" section_un_app_files
Delete "$INSTDIR\themes\Plain.clinktheme"
Delete "$INSTDIR\themes\Solarized Dark.clinktheme"
Delete "$INSTDIR\themes\Solarized Light.clinktheme"
Delete "$INSTDIR\themes\Tomorrow.clinktheme"
Delete "$INSTDIR\themes\Tomorrow Night.clinktheme"
Delete "$INSTDIR\themes\Tomorrow Night Blue.clinktheme"
Delete "$INSTDIR\themes\Tomorrow Night Bright.clinktheme"
Delete "$INSTDIR\themes\Tomorrow Night Eighties.clinktheme"
Delete "$INSTDIR\themes\agnoster.clinkprompt"
Delete "$INSTDIR\themes\Antares.clinkprompt"
Delete "$INSTDIR\themes\bureau.clinkprompt"
Expand Down
5 changes: 5 additions & 0 deletions installer/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ local release_manifest = {
"Plain.clinktheme",
"Solarized Dark.clinktheme",
"Solarized Light.clinktheme",
"Tomorrow.clinktheme",
"Tomorrow Night.clinktheme",
"Tomorrow Night Blue.clinktheme",
"Tomorrow Night Bright.clinktheme",
"Tomorrow Night Eighties.clinktheme",
"agnoster.clinkprompt",
"Antares.clinkprompt",
"bureau.clinkprompt",
Expand Down

0 comments on commit d06ce2e

Please sign in to comment.