Neutral graphite theme; branded updater icon
Coloring: the base surfaces were green-tinted darks, which read as a green-hued background rather than green highlights. Shift the whole surface ramp to neutral graphite (slightly cool, and lighter overall) and keep green strictly for highlights — brand, buttons, switches, status dots and pills, sync bars, focus rings. - Tokens: bg #17191d, surface #1c1f24, card #23272c, hover #292e34, elevated #26292e, inset #121417; text neutrals #e9edec/#a9b0b3/ #7a8388. Accent, borders, radii, shadows unchanged. - Remove the green ambient radial washes behind the app (and login). - Reboot / security-reset overlay gradients neutralized. Updater icon: restore the repo's branded Sovran updater icon (/static/icons/update.svg, true colors) in the sidebar Update System row and in the update dialog header, replacing the generic refresh glyph. The rebuild dialog keeps its glyph chip (no branded icon exists for it).
This commit is contained in:
@@ -63,7 +63,7 @@ function renderSidebarSupport(supportServices) {
|
||||
sidebarUpdateBtn.className = "sidebar-support-btn";
|
||||
sidebarUpdateBtn.id = "sidebar-btn-update";
|
||||
sidebarUpdateBtn.innerHTML =
|
||||
'<span class="sidebar-support-icon"><svg><use href="#g-refresh"/></svg></span>' +
|
||||
'<img class="sidebar-support-icon" src="/static/icons/update.svg" alt="Update" style="width:20px;height:20px;">' +
|
||||
'<span class="sidebar-support-text">' +
|
||||
'<span class="sidebar-support-title">Update System</span>' +
|
||||
'<span class="sidebar-support-hint" id="sidebar-update-hint">Check for updates</span>' +
|
||||
|
||||
Reference in New Issue
Block a user