Refresh the public catalog to match the live BOS desktop

Desktop / BOS lists ISO and core apps including breadhelp; bos-settings
is Tauri 2 + Svelte, not GTK4. breadcast is a bakery-only extra in Misc.
Tokens follow the fixed #0c0c0c / #1a1a1a base instead of Catppuccin mocha.

The site is curated; bakery SoT remains bread-ecosystem/registry/bread-ecosystem.toml.
This commit is contained in:
Breadway 2026-08-15 21:33:31 +08:00
parent 6fc834a27d
commit a6f840d52f
6 changed files with 50 additions and 27 deletions

View file

@ -3,7 +3,7 @@ html {
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),
radial-gradient(680px 380px at 15% -120px, var(--bg-glow), transparent 65%),
radial-gradient(520px 320px at 100% 0%, rgba(250, 179, 135, 0.08), transparent 60%);
radial-gradient(520px 320px at 100% 0%, rgba(234, 182, 114, 0.08), transparent 60%);
background-blend-mode: overlay, normal, normal;
background-attachment: fixed;
}
@ -86,7 +86,7 @@ body {
.feature-card {
padding: var(--space-lg);
background: rgba(24, 24, 37, 0.72);
background: rgba(26, 26, 26, 0.72);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid var(--border);
@ -117,8 +117,8 @@ body {
.group:nth-of-type(4) { animation-delay: 240ms; }
.cat-ecosystem { --cat-color: var(--accent); }
.cat-hardware { --cat-color: #74c7ec; }
.cat-misc { --cat-color: #a6e3a1; }
.cat-hardware { --cat-color: var(--green); }
.cat-misc { --cat-color: var(--yellow); }
.group-head {
position: relative;
@ -176,7 +176,7 @@ body {
.entry {
position: relative;
padding: var(--space-lg);
background: rgba(24, 24, 37, 0.72);
background: rgba(26, 26, 26, 0.72);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid var(--border);
@ -189,7 +189,7 @@ body {
.entry:hover {
border-color: var(--border);
border-left-color: var(--cat-color, var(--accent));
background: rgba(36, 36, 58, 0.78);
background: rgba(34, 34, 34, 0.78);
box-shadow: var(--shadow-hover);
}