feat(ui): RezusCloud dual-era design system#2
Merged
Conversation
Replace Nord palette with Mac System 1 / NeXTSTEP dual-era theme: - theme.css: 70+ CSS tokens remapped to oklch RezusCloud values - Dark mode: NeXT Inc. palette (cool grayscale + teal accent) - Light mode: Mac System 1 (warm paper + amber gold accent) - index.css: @font-face for Silkscreen (display) + VT323 (mono) - index.html: Remove Geist font CDN, self-host RezusCloud fonts - App.css: Remove 30 hardcoded border-radius values (zero radius) - Zero border-radius everywhere (right angles only) - Bevel-style elevation in dark mode, flat in light mode Builds successfully with vite build. No component changes needed, all visual changes cascade through CSS custom properties. Design system source: github.com/rezuscloud/design-system Closes #1
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the Nord palette with the RezusCloud dual-era design system (Mac System 1 light / NeXTSTEP dark), applying the visual identity from rezuscloud/design-system to the LocalAI React UI.
Changes
src/theme.csssrc/index.cssindex.htmlsrc/App.csspublic/fonts/Visual changes
oklch(6%/20%/34% 0.005-0.006 270)) with teal accent (oklch(60% 0.08 170)). Flat shadows, bevel borders on interactive elements.oklch(99.5%/95.5% 0.004 85)) with amber gold accent (oklch(78% 0.16 75)). No shadows, 1px ink borders.Design system compliance
All tokens sourced from rezuscloud/design-system/tokens/:
colors.json— 22 oklch tokens for both palettestypography.json— font families and scalemotion.json— easings and durationsbreakpoints.json— responsive breakpointsTesting
npm run buildpasses cleanly (vite 6.4.2)[self-hosted, Linux]Closes #1