feat: add Windows 95 theme extension - #511
Draft
dschmidt wants to merge 1 commit into
Draft
Conversation
dschmidt
force-pushed
the
feat/win95-theme
branch
2 times, most recently
from
July 28, 2026 12:27
123058e to
764e747
Compare
A theme-only extension that provides a selectable "Windows 95" theme via its manifest's config.themes (surfaced by the host in external_apps[].config). It ships no UI: public/theme.json defines the color roles and font, public/ win95.css adds the structural look (square corners, beveled borders, chunky scrollbars) scoped under html[data-theme='Windows 95'], and the w95fa pixel font is bundled alongside. Requires a host runtime that supports app-provided themes. Attribution (see packages/web-app-win95/NOTICE.md): - Pixel font "W95FA" by Alina Sava, SIL Open Font License 1.1. The font files were obtained via the 95CSS project. - The Windows 95 visual style is inspired by 95CSS (https://github.com/yoshimannaert/95CSS), MIT, (c) 2019 Yoshi Mannaert. The stylesheet here is an original implementation over OpenCloud's design tokens; only the font is taken directly from that project. Also mounts the app's dist into the opencloud dev container.
dschmidt
force-pushed
the
feat/win95-theme
branch
from
July 28, 2026 12:29
764e747 to
46e0399
Compare
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.
THIS IS A ROUGH POC FOR APP PROVIDED THEMES
... it's not polished by any means
Adds a Windows 95 theme as a theme-only extension (
web-app-win95). No UI: itdeclares the theme in its manifest (
config.themes) and shipstheme.json(color roles and font),
win95.css(structural look, scoped underhtml[data-theme='windows-95']) and thew95fapixel font.Requires the app-provided-themes support in web: opencloud-eu/web#2964.


