Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
6.02k stars 465 forks source link

Font Colors #193

Closed Ilolka1337 closed 4 years ago

Ilolka1337 commented 4 years ago

Customize Font Colors

Short description of the feature users can customize the colors of the strings - methods - values etc. ​​to their taste


Extra details:

Col-E commented 4 years ago

This is actually supported in the decompile-view and assemblers. You can put custom css files in the Recaf style folder and it will auto-load them.

I wrote a small guide on it here: https://coley.software/recaf-creating-custom-themes/

Ilolka1337 commented 4 years ago

@Col-E i hope you add so that it can be changed through the program interface

Col-E commented 4 years ago

I plan to eventually have a live editor with a preview mode. Its not that hard to set that up. But that'll be done later. I'm currently focusing on other issues.

Ilolka1337 commented 4 years ago

@Col-E thx

Col-E commented 4 years ago

πŸ‘

Col-E commented 4 years ago

Information on how to create a custom theme can be found here:

The plugin that activates the theme editor (which isn't done yet, but is usable at this point) is in the #plugins channel on discord until I create a proper list of plugins somewhere.