Skip to content

feat(theme): sunset dusk color palette for Paradise Planner#13

Draft
ether314 wants to merge 1 commit into
mainfrom
cursor/change-color-scheme-ea28
Draft

feat(theme): sunset dusk color palette for Paradise Planner#13
ether314 wants to merge 1 commit into
mainfrom
cursor/change-color-scheme-ea28

Conversation

@ether314

Copy link
Copy Markdown
Owner

Summary

Updates the Paradise Planner customer and admin theme layer to a sunset dusk palette — indigo, lavender, warm amber, and soft peach — replacing the previous teal/coral tropical scheme.

Single file changed: flutter_app/lib/theme/tropical_theme.dart

Palette shift

Role Before (teal tropical) After (sunset dusk)
Primary #0D9488 teal #5B4E9E indigo
Secondary #FF7F6B coral #E8943A warm amber
Dark text / admin primary #164E63 ocean #2A2645 midnight plum
Success banner #2D6A4F palm green #6B5B95 soft violet
Surface #E0F2F1 foam #EDE8F4 lavender mist
User bubble #134E4A dark teal #453B7A rich indigo

Background gradient now flows indigo → lavender → warm ivory → soft peach.

All screens, chat bubbles, input bar, typing indicator, and admin CRM inherit colors via TropicalColors / TropicalTheme — no prompt or lead-extraction logic touched.

Before / After

Landing

Before After
Before landing After landing

Chat

Before After
Before chat After chat

Lead capture

Before After
Before lead capture After lead capture

QA

  • flutter analyze — no new issues (4 pre-existing infos/warnings)
  • node scripts/test-chat-flow.mjs — not run (styling-only change)
  • node scripts/test-submit-lead.mjs — not run (styling-only change)

Deploy

Hosting rebuild required to see changes in production (build-web.ps1 + hosting deploy).

Open in Web Open in Cursor 

Replace teal/coral tropical scheme with indigo, lavender, warm amber,
and peach tones across ThemeData, ColorScheme constants, and background
gradient. Admin scaffold tint updated to match.

Co-authored-by: Joe M <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants