Plugin: kirby color master - set black as default

Hello!
I use the kirby color master plugin and I wonder if there’s a way to set a different default color other than white.

I also tried this plugin and in the source page it says you can set a different color, but I can’t manage to do that.
Thanks!

I’d suggest using kirby colors by hananils because the other one is no longer being maintained.

It’s possible to set a default color like this:

color:
  label: My color
  type: colors
  default: '#ffff00'

Make sure to create a new page because only at this moment the default values are set.

1 Like

Hey Thanks!
I didn’t try to open a new page - now it works
:pray: