I have created a Camunda Spring Boot application. When using Camunda Cockpit, I want the current token task to appear with a green background color.

You probably have to find out how the token is rendered. If it’s done using CSS classes then you can try to provide your own definitions of the classes. This should be described in the docs, in the section about customizing cockpit.

how to configure cockpit plugin in camunda spring boot application?

Hi @Camunda_Developer_10,

you can find an example about customizing the webapps in Spring Boot here: camunda-7-code-examples/snippets/springboot-customized-webapps at main · camunda-consulting/camunda-7-code-examples · GitHub

Hope this helps, Ingo