If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issues#2757 How to make a custom theme?
Author:
Its_Ender_
Its_Ender_Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: GUI
State: opened 

I would like to make a custom color theme for the app
Is there any tutorial/way to do that?
I added example Substance skin plugin to the repository (dev branch) here:
https://github.com/jindrapetrik/jpexs-decompiler/tree/dev/libsrc/substance-skin-plugin-exa
mple
You can modify SampleBlueSkin.java and sample-blue.colorschemes to fit your needs.
The skin needs to be compiled with ant which produces JAR file in the dist directory.
You place that JAR file into main FFDec directory / lib folder.
Beware that you need to build FFDec from sources so that the lib/yourskin.jar would be
registered,
placing the yourskin.jar to the program lib directory without building it won't have an
effect.
State: new→opened
If you build a new skin, we will be happy to include it in FFDec.
Also note for the text editors colors:
In text editors (ActionScript, P-code, Text tags,...)
we use always the same set of colors (only change is darkmode) - these are not
customizable by the skin.
