-
Hi, .bpmn-properties-body .categorization-detail button:hover {
background-color: var(--theia-button-hoverBackground);
} or for vscode .bpmn-properties-body .categorization-detail button:hover {
background-color: var(--vscode-button-hoverBackground);
} I wonder if such a concept is also available for Eclipse? At least I did not find something like that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Ralph, Unfortunately, we do not have specific theming support for the Eclipse GLSP integration. Theoretically, it would be possible to retrieve the theme from the If you are interested in contributing such a feature, we are happy to review and integrate your change! |
Beta Was this translation helpful? Give feedback.
Hi Ralph,
Unfortunately, we do not have specific theming support for the Eclipse GLSP integration. Theoretically, it would be possible to retrieve the theme from the
PlatformUI
and apply it to the browser widget (e.g. via executing JavaScript code that sets the style variables viabrowser.execute()
), but we have not implemented such a feature yet. So far, we have styled our components for a single theme.If you are interested in contributing such a feature, we are happy to review and integrate your change!