feat: add --zen-dialog-background for proper dialog theming#67
Open
salmonumbrella wants to merge 1 commit intocatppuccin:mainfrom
Open
feat: add --zen-dialog-background for proper dialog theming#67salmonumbrella wants to merge 1 commit intocatppuccin:mainfrom
salmonumbrella wants to merge 1 commit intocatppuccin:mainfrom
Conversation
Add the --zen-dialog-background CSS variable to all theme variants. This fixes dialogs (like History popup, Clear cookies modal, and other subdialogs) not receiving Catppuccin colors. Zen Browser uses --zen-dialog-background for the canvas background of dialog boxes. Without this variable set, these dialogs fall back to the default Zen colors instead of the Catppuccin palette. Fixes theming for: - History popup window - Clear cookies and site data modal - Other browser subdialogs and panels 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
--zen-dialog-backgroundCSS variable to the userChrome.tera templateThis fixes dialogs (like History popup, Clear cookies modal, and other subdialogs) not receiving Catppuccin colors. These UI elements were appearing in light mode because Zen Browser uses
--zen-dialog-backgroundfor the canvas background of dialog boxes.What's fixed
--background-color-canvasTechnical details
Zen Browser's
zen-theme.cssdefines:This variable is then used for:
--background-color-canvas(dialog root elements)--arrowpanel-background(already set by Catppuccin theme)Without setting
--zen-dialog-background, dialogs that inherit from--background-color-canvasfall back to Zen's default colors instead of the Catppuccin palette.Test plan
🤖 Generated with Claude Code