Skip to content

LucifersCircle/paperback-themes-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paperback Themes GUI

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.

Images

Default Theme Custom Theme

Features

  • 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.

Tech

Paperback Themes GUI uses these projects to work properly:

Installation

You can grab the pbtgui.exe executable from the latest release. Double click "pbtgui.exe" to start the applicaton.

Development

Want to contribute? Great!

Pull requests are always welcome!

Building from source

  1. 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 click pbtgui.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. Run msbuild /t:build /p:Configuration=Release src/pbtgui.sln

    Requires MSBuild

License

This project is licensed under the GNU General Public License v3.0.