Description
Changelog
Reviews (0)
How to use:
- Enable the plugin in the Project Settings > Plugins window
- The EZ-Theme window will be docked on the right panel (where the inspector and signal windows normally are)
- Select a theme to modify or click "New" to create a copy of the default themes
- Select a font file
- Enter a font size
- Pick a color to apply to the primary control nodes (buttons, toggles, bars, entry boxes, ect.)
- Pick a color to apply to the secondary control nodes (panels, background colors)
- Click save to save the changes
Modifying:
- Altering the color applications: At the top of "EZ - Theme_Dock.gd" there are constants for different style box types. Modifying STYLE_COLOR_PRIMARY_BASE, STYLE_COLOR_SECONDARY_BASE, or STYLE_COLOR_TERTIARY_BASE will change what colors are applied. Look at the function "_on_PrimaryColor_changed" to understand how some colors are applied even though they aren't specifically listed.
- There is a tertiary color picker that is disabled in "EZ - Theme.tscn". You can enable that and add to the const to modify further.
Contact:
- If you find any bugs, feel free to send me a message via: https://inanimateink.com/
Changelog for version v1.0
No changelog provided for this version.