launchnotes_update_project_colors
Update color palette and theme for a LaunchNotes project using hex color codes to customize brand colors, text colors, and overall visual appearance.
Instructions
Update color palette and theme for a LaunchNotes project. All colors must be in hex format (e.g., #FF5733).
Args:
project_id (string): The ID of the project to update
primary_color (string, optional): Primary brand color (hex)
secondary_color (string, optional): Secondary brand color (hex)
primary_text_color (string, optional): Primary text color (hex)
secondary_text_color (string, optional): Secondary text color (hex)
gray_color (string, optional): Gray accent color (hex)
light_gray_color (string, optional): Light gray color (hex)
off_white_color (string, optional): Off-white color (hex)
white_color (string, optional): White color (hex)
supporting_palette (string, optional): Supporting palette configuration
color_theme (string, optional): Overall color theme identifier
At least one color field must be provided. Fields not provided will remain unchanged.
Returns: Confirmation message with updated color fields
Use Cases:
"Change the primary color to #FF5733"
"Update all brand colors for my project"
"Set text colors to improve readability"
"Update the color theme to dark mode"
Error Handling:
Returns validation error if hex colors are invalid
Returns "Project not found" if the project ID doesn't exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||