New display themes (E-Ink & CRT) and a simpler Appearance page - #10
Merged
Merged
Conversation
Ships two new reading-focused themes and reorganizes the theme settings page for easier navigation. - E-Ink Paper: warm paper + black ink, grayscale, no motion; dithers the chat background and desaturates emoji for a Kindle-like read. - Cathode Ray (CRT): deep-black picture tube with glowing phosphors and static scanlines. Named for the technology (no brand names) to avoid trademark exposure. - Both effects are performance-safe (static rendering only, no animation) and leave the existing 13 themes untouched. - Appearance page redesigned into a two-pane layout: themes always visible on the left; chat background and window opacity always open on the right.
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
Adds two new reading-focused display themes and reorganizes the theme/appearance settings so they're easier to navigate. This is a UI/personalization enhancement only — no changes to chat, model behavior, or data handling.
What's shipping
Two new themes (the existing 13 are unchanged):
Redesigned Appearance page — the previous collapsible dropdown cards are replaced by a two-pane layout: the theme list is always visible on the left, and Chat Background + Window Opacity are always open on the right. Everything is on screen at once, so it takes fewer clicks to find and change a setting.
Why
Users asked for more comfortable, personalized reading options (reduced eye strain, a fun retro mode) and a settings page that's quicker to navigate.
Risk / scope
Verification
Reviewer notes