- Download latest build from releases.
- Upload it to any chat.
- Apply it by opening the file.
$ theme_version="0.1.1"
$ curl -Lo ./tomorrow-night.tdesktop-theme "https://github.com/SuperPaintman/Tomorrow-Night-Telegram-Theme/releases/download/v${theme_version}/tomorrow-night.tdesktop-theme"
# Then upload it to any chat and apply it by opening the file.
$ git clone https://github.com/SuperPaintman/Tomorrow-Night-Telegram-Theme ~/Projects/Tomorrow-Night-Telegram-Theme
$ cd $_
$ ./scripts/build.sh tomorrow-night
$ cd ./dist
- Fork it (https://github.com/SuperPaintman/Tomorrow-Night-Telegram-Theme/fork)
- Create your feature branch (
git checkout -b feature/<feature_name>
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin feature/<feature_name>
) - Create a new Pull Request