feat(theme): sunset dusk color palette for Paradise Planner#13
Draft
ether314 wants to merge 1 commit into
Draft
Conversation
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]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.dartPalette shift
#0D9488teal#5B4E9Eindigo#FF7F6Bcoral#E8943Awarm amber#164E63ocean#2A2645midnight plum#2D6A4Fpalm green#6B5B95soft violet#E0F2F1foam#EDE8F4lavender mist#134E4Adark teal#453B7Arich indigoBackground 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
Chat
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).