feat(design): calmer navy chat + setup — re-theme 2/2#85
Open
jheller1212 wants to merge 1 commit into
Open
Conversation
Harmonizes the chat and setup screens with the navy aurora environment. Per the 'chat calmer' choice, these are SOLID navy (not translucent glass like the dashboard) for legibility during long sessions: - dark gray surfaces → navy scale: gray-900→#0c1830, gray-800→#0f1e38, gray-700/600→#16294a (raised); gray borders → white/10 - Applied to ChatPanel, ConversationDisplay, SetupPage, AIConfigPanel, ModelConfig, DataTable, ConversationAnalytics Background/border only — text colors untouched (stay light on navy). Light mode unchanged. User-set bot bubble colors untouched.
✅ Deploy Preview for ai2aichat ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.

Completes carrying the landing aesthetic into the app. Per your "chat calmer" choice, the chat and setup screens get the navy palette as solid surfaces (not the translucent glass used on the dashboard) — calmer and more legible for long reading/config sessions, with the aurora showing only at the edges behind the panels.
gray-900→#0c1830,gray-800→#0f1e38(panels),gray-700/600→#16294a(raised/inputs); gray borders →white/10.text-gray-*left untouched so text stays light on navy; user-set bot bubble colors untouched; light mode unchanged.Out of scope (kept gray): the overlay modals (Settings, History, Experiments) — they have their own dimmed backdrop and can be harmonized in a small follow-up if you want. Build passes.