Wire PearDock branding into app, Electron icons, and README
Release rolling / release (push) Has been cancelled

Copy runtime logos/favicons into assets/ and package icons into build/, then use them for the titlebar, favicons, dock/window icons, and docs so packaging and the UI no longer rely on placeholder marks.
This commit is contained in:
Raven Scott
2026-07-11 14:16:28 -04:00
parent ab3441a7b5
commit b720e7e68f
34 changed files with 192 additions and 17 deletions
+12 -6
View File
@@ -161,14 +161,20 @@ body {
#titlebar .app-brand-mark {
width: 22px;
height: 22px;
border-radius: 7px;
border-radius: 6px;
display: grid;
place-items: center;
background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
color: #052e1c;
font-size: 12px;
font-weight: 800;
box-shadow: 0 0 16px var(--accent-glow);
overflow: hidden;
flex-shrink: 0;
background: transparent;
box-shadow: none;
}
#titlebar .app-brand-mark img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
#titlebar .app-brand-text {