Theming GUI for the Paperback iOS app
Paperback:
Paperback Themes GUI is a graphical user interface to help you visualize your Paperback theme files. Created with inspiration from Paperback Themes and guidance from Celarye.
- Open SRGB/RGBA/HEXA theme files
- View/Edit theme colors and alpha values
- Save theme files in SRGB/RGBA/HEXA
Manually editing your theme file may be required if you plan on submitting your theme to the official themes repository.
Paperback Themes GUI uses these projects to work properly:
- Newtonsoft.Json - High-performance JSON framework for .NET
- Visual Studio (2022) - Comprehensive IDE for .NET and C++ developers on Windows.
- .NET Framework 4.7.2 - Windows-only version of .NET for building client and server applications.
You can grab the pbtgui.exe
executable from the latest release.
Double click "pbtgui.exe" to start the applicaton.
Want to contribute? Great!
Pull requests are always welcome!
- Clone the repository
git clone https://github.com/LucifersCircle/paperback-themes-gui.git
-
Opening and building the project using Visual Studio
2. In the project folder, double clickpbtgui.sln
to open the solution in the Visual Studio solution explorer.
3. Build the project with the run button. -
Opening and building the project using the command line
2. Change directory to the root of the project.
3. Runmsbuild /t:build /p:Configuration=Release src/pbtgui.sln
Requires MSBuild
This project is licensed under the GNU General Public License v3.0.