Update LaunchNotes Project Colors
launchnotes_update_project_colorsUpdate a LaunchNotes project's color palette and theme using hex color values for primary, secondary, text, and accent colors. Modify brand colors or switch to a dark theme.
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 | |||