handreyrc opened a new issue, #1666:
URL: https://github.com/apache/incubator-kie-issues/issues/1666

   *Summary*
   -----
   
   The goal of this task is to add theme support to the editor. 
   Initialy the editor shall support the 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 standards of the 
current dark theme implementation.
   
   *Description*
   -----
   
   - Implement and expose an API to set themes (applyTheme()).
   - Create a centralized theme configuration.
   - Add theme configuration support in the inialization of the editor.
   - The theme should be applied to all internal canvas elements.
   - If no theme is set on the initialization the ligh theme shall be set by 
default.
   - The Themes shall be also applied to the error page.
   
   *Testing*
   -----
   
   Run the component and open a valid worflow.
   Open the console and call the API to set theme, "applyTheme()", to set dark 
or light themes. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to