feat: hacker/terminal dark theme UI for client#448
Merged
Conversation
- Switch font from Outfit to JetBrains Mono (monospace) - New color palette: matrix green (#00ff41) primary, near-black (#080808) bg - Terminal grid background + CRT scanline overlay on body - Replace glassmorphism with sharp terminal-surface styling - Outlined/glow buttons with uppercase letter-spacing - Terminal-style inputs with > label prefix, green focus glow - SetupOverlay: terminal window chrome, CHAT_E2EE title - ChatHeader: pulsing status dot animation, monospace hash badge - MessageBubble: sent=dark-green, received=near-black with left border marker - ChatFooter: > prompt prefix, terminal input - CallOverlay: pulsing green avatar glow instead of shimmer - Updated legacy style.css root variables to match new palette Agent-Logs-Url: https://github.com/muke1908/chat-e2ee/sessions/ea673779-4e43-42ec-9eb3-4f5bcb37241e Co-authored-by: muke1908 <20297989+muke1908@users.noreply.github.com>
Agent-Logs-Url: https://github.com/muke1908/chat-e2ee/sessions/ea673779-4e43-42ec-9eb3-4f5bcb37241e Co-authored-by: muke1908 <20297989+muke1908@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
muke1908
April 12, 2026 21:15
View session
|
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.




Replaces the indigo glassmorphism aesthetic with a matrix-green terminal theme. All purple/indigo color tokens are gone; the UI now reads as a CRT terminal with monospace type, green glows, and scanline effects.
Design system
--primary: #00ff41,--bg: #080808, near-white--text: #d4ffd4,--danger: #ff2244; introduces--glow-sm/md/lgshadow tokens used consistently everywhereOutfit→JetBrains Mono(Google Fonts)body::afterCRT scanline overlaybackdrop-filter: blurreplaced with opaquergba(0,10,0,0.92)+ green border glowComponents
>label prefix via CSS, green caret + focus glow::before; copy updated toCHAT_E2EE/// end-to-end encrypted · zero knowledge · ephemeral@keyframeson connected status dot, uppercase channel title>terminal prompt prefix before inputcallPulseglow animation replacing shimmer; all color values use--glow-*vars (no hardcodedrgba)