SWF-Editor: Dark theme support #1666
Labels
area:sonataflow
Related to CNCF Serverless Workflow Spec and SonataFlow
area:tools
Issues affecting Apache KIE tooling projects
Summary
The goal of this task is to add theme support to the editor.
Initialy the editor shall support light and dark themes.
Note: The API to set theme shall work the same way as it works in the current implementation of the editor otherwise it won't be compatible with VsCode plugin and the combined editor. Follow the same color patterns of the current dark theme implementation.
Description
Testing
Run the component and open a valid worflow.
Open the console and call the API to set a theme theme, "applyTheme([light / dark])", and check if the theme was properly applied to all internal canvas elements.
Dependencies
The text was updated successfully, but these errors were encountered: