Pretty much all in the title:)
The dark mode ones are not the most appealing colors so the ability to create set a simple hex value for the sticky note color would be amazing
I completely agree. The dark mode colors are not great. Would love to use my branding color palette. Thanks!
Until it will be supported, for me, the simplest solution is to use a user style extension.
- install Stylish to be able to create styles for specific websites
- Go to n8n (either self-hosted of SaaS. both should work)
- Create a new custom style
- Example: changing the dark purple to another color (both in the color selector and the sticky note:
._color-6_1iqd8_59,
._color_11z2c_14._sticky-color-6_11z2c_44 {
--color-sticky-background: hsl(255, 100%, 50%);
}
You can find different color classes with the inspector tool in your browser.