I just updated today and I don't remember this being a thing, but the dark theme setting is removing custom group colors, group name font colors and group border colors. Switching to the light theme restores them. I'm seeing this in both Chrome and Safari.
Can you raise an issue on github for this? There was a fix in 5.0.6 related to group colours and dark mode - but this wasn't the expected result.
main ← bonanitech:dark-mode-group-fill
opened 11:38PM - 19 Jul 26 UTC
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-… breaking change which adds functionality)
## Proposed changes
Fix the values for `$group-default-fill` and `$group-default-fill-opacity`.
Having a color with opacity in `$group-default-fill` or `$group-default-stroke` causes weird behavior in the color picker. Even though a `rgba` color is displayed correctly in the workspace, the color picker sometimes shows `none` as the color value.
## Checklist
- [x] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/main/CONTRIBUTING.md)
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [ ] I have run `npm run test` to verify the unit tests pass
- [ ] I have added suitable unit tests to cover the new/changed functionality
Weird, that fix shouldn't affect existing groups with custom colors, only newly added ones.
Issue raised. Node-RED 5.0.6 Dark Theme is removing custom color settings from groups · Issue #5922 · node-red/node-red · GitHub
Also, I believe my initial assessment was incorrect. Group label font colors and group border colors seem unaffected by this.