Description
I'm trying disable custom colors

According to official docs it's possible to do using this settings
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"color": {
"custom": false
}
}
}
But it does not works for me, Custom color picker still displays and available to setup in wordpress admin.
Step-by-step reproduction instructions
- goto
Appearance-> Editor
- then select for example
Edit for single template (or any other template)

- goto
Styles

- goto
Colors

- goto
Palette

- Custom section still here

Why this is incorrect? Because if we use similar key to disable Default Colors - it will be hidden in this global settings

Screenshots, screen recording, code snippet
No response
Environment info
WordPress: Version 6.1.1
Theme: Twenty Twenty-Three Version: 1.0
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Description
I'm trying disable custom colors

According to official docs it's possible to do using this settings
But it does not works for me, Custom color picker still displays and available to setup in wordpress admin.
Step-by-step reproduction instructions
Appearance-> EditorEditfor single template (or any other template)StylesColorsPaletteWhy this is incorrect? Because if we use similar key to disable Default Colors - it will be hidden in this global settings

Screenshots, screen recording, code snippet
No response
Environment info
WordPress: Version 6.1.1
Theme: Twenty Twenty-Three Version: 1.0
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes