Add layered dawn wallpaper to shell background
Designs call for a radial-gradient dawn (cream base + pink upper-right glow + blue lower-left glow). GPUI 0.2.2 only supports linear gradients, so the wallpaper is composed of a cream base layer with two diagonal linear gradients that fade to transparent at ~60% — the perceived effect matches the design's softness without needing radial-gradient support. Wallpaper is isolated to chrome::wallpaper so future appearance themes (violet, mint, slate) extend the enum without touching the shell.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
mod archive_labels;
|
||||
mod bookmark_files;
|
||||
mod bookmarks;
|
||||
pub(crate) mod chrome;
|
||||
mod command_actions;
|
||||
mod download_targets;
|
||||
mod downloads;
|
||||
|
||||
Reference in New Issue
Block a user