WordPress / create-block-theme

A WordPress plugin to create block themes
https://wordpress.org/plugins/create-block-theme/
GNU General Public License v2.0
321 stars 49 forks source link

Consider removing default colors, duotones, and gradients on save/export #466

Open mikachan opened 10 months ago

mikachan commented 10 months ago

Currently, all exported themes from the editor include all default colors, duotones, and gradients. These tend to dilute the design system of the theme:

We should consider removing these on save or export of the theme, or at least providing an option to clear them in the UI before export. (With the view to porting this option to Gutenberg in the future.)

carolinan commented 10 months ago

I don't think these should be removed without an option. Especially not if the user has not added any custom colors. (It is still not possible to add custom duotones via the ui)

bph commented 5 months ago

I would expect from theme builder to have an UI to actually make that choice herself.

As these options don't have an UI equivalent, the might be a need to add it upstream in Gutenberg first before it can be leveraged in this plugin.