From 94d1688f432f7d0094ac6611e52938fce7fda3aa Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 2 Jun 2025 11:51:58 -0500 Subject: [PATCH] Loosen color scheme phrasing --- CONTEXT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTEXT.md b/CONTEXT.md index 5209296..64d7229 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -389,9 +389,9 @@ export function Post(/* ...props */) { ## Design Customization -**Always tailor the site's look and feel based on the user's specific request.** This includes: +**Tailor the site's look and feel based on the user's specific request.** This includes: -- **Color schemes**: Use exact colors if specified by the user, otherwise choose an appropriate scheme that matches the application's purpose and aesthetic +- **Color schemes**: Incorporate the user's color preferences when specified, and choose an appropriate scheme that matches the application's purpose and aesthetic - **Dark mode**: The project includes a ThemeProvider that defaults to light mode. If the application will likely need dark mode (e.g., developer tools, content platforms, social apps), implement dark mode support as components are created and switch the ThemeProvider to use system theme by default - **Typography**: Choose fonts that match the requested aesthetic (modern, elegant, playful, etc.) - **Layout**: Follow the requested structure (3-column, sidebar, grid, etc.)