diff --git a/bread-theme/assets/shell/daylight/daylight.css b/bread-theme/assets/shell/daylight/daylight.css new file mode 100644 index 0000000..eb65fe7 --- /dev/null +++ b/bread-theme/assets/shell/daylight/daylight.css @@ -0,0 +1,117 @@ +/* CSS template for the daylight builtin (bread-theme/src/shell/builtin.rs). + * Same scope and substitution rules as its three siblings: only the + * window/workspace/clock chrome the manifest's own concepts model, `{name}` + * tokens substituted, `@name` palette references passed through untouched. + * Declared-but-not-yet-consumed in production, same as every sibling + * template — see `ShellTheme::css`'s doc comment for why (breadbar hand- + * rolls its own CSS in `breadbar::theme::load_css` instead of calling this + * method). Exercised by this crate's own tests. + * + * Source: bos-ui-demos/proposed/daylight.html's