Make WordPress Core

Opened 6 years ago

Closed 2 years ago

#52288 closed enhancement (reported-upstream)

Separate Color Palette for Text

Reported by: jontng Owned by: sarahricker
Priority: normal Milestone:
Component: Editor Version:
Severity: normal Keywords:
Cc: Focuses: ui

Description

It would be great with a separate Theme Support feature to be able to add a color palette for text colors only. It is often not a good feature to allow the average user to have access to a lot of colors that can be mixed in any way. Readability can be discarded.

add_theme_support( 'editor-text-color-palette' , [ ... ] );
add_theme_support( 'editor-color-palette' , [ ... ] );

Change History (12)

#1 @SergeyBiryukov
6 years ago

  • Component GeneralEditor

This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.


5 years ago

#3 @ryokuhi
5 years ago

  • Owner set to sarahricker
  • Status newassigned

This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.


5 years ago

This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.


5 years ago

#6 @ryokuhi
5 years ago

  • Milestone Awaiting Review5.8

This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.


5 years ago

This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.


5 years ago

This ticket was mentioned in Slack in #accessibility by chaion07. View the logs.


5 years ago

#10 @joedolson
5 years ago

  • Milestone 5.8Future Release

This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.


2 years ago

#12 @joedolson
2 years ago

  • Focuses accessibility removed
  • Milestone Future Release
  • Resolutionreported-upstream
  • Status assignedclosed

Ultimately, this needs to happen upstream in Editor development. There are a number of related existing issues there, e.g https://github.com/WordPress/gutenberg/issues/55573, https://github.com/WordPress/gutenberg/issues/48581, https://github.com/WordPress/gutenberg/issues/39028, and probably others. I'm closing this as reported upstream; if none of the open issues give you what you're looking for, I suggest opening an additional issue on Gutenberg.

Note: See TracTickets for help on using tickets.