camunda / camunda-modeler-plugins

Plugins for the Camunda Modeler.
168 stars 67 forks source link

Dracula plugin sets the color of labels #108

Closed t1 closed 2 months ago

t1 commented 2 months ago

Describe the Bug

When I edit a BPMN model with the Dracula plugin installed, it changes the color of all labels from:

<bpmndi:BPMNLabel>

to:

<bpmndi:BPMNLabel color:color="rgb(207, 205, 205)">

Steps to Reproduce

  1. install Dracula plugin
  2. open the Modeller
  3. open a BPMN
  4. change something
  5. save
  6. examine the updated BPMN

Expected Behavior

It should never change the color in the BPMN.

Environment

nikku commented 2 months ago

Please open the respective issue in the plug-in repository: https://github.com/hlucasfranca/camunda-modeler-plugin-dracula.