Open dembeck opened 1 year ago
This pull request primarily focuses on enhancing the package.json
file by adding specific formats to various properties and introducing new properties to the items object. The changes are aimed at improving the configuration of the application and making it more user-friendly.
Here are the important changes:
package.json
: Added "format": "color"
to the following properties: peacock.color
, peacock.darkForegroundColor
, peacock.lightForegroundColor
, peacock.remoteColor
, peacock.vslsJoinColor
, and peacock.vslsShareColor
. This change ensures that the input for these properties is validated as a color format. [1] [2] [3] [4]
package.json
: Enhanced the items
object by adding properties
with name
and value
fields, both of type string
and value
also having a "format": "color"
. This addition provides a more structured way to specify favorite colors.
Changes
"format": "color"
to each color setting.settings.json
.peacock.favoriteColors
."format": "color"
to this setting.Related Issues
450
Pictures