feat(theme): introduce retro Windows 98-inspired theme

Add a new "retro" theme option that mimics the classic Windows 98 aesthetic, providing a nostalgic alternative to the modern and classic dark themes.

Changes include:
- Defining CSS variables for the retro theme in `00-base.css` (pixel fonts, silver/gray colors, and classic window shadows).
- Adding custom styling for cards, headers, buttons, and title bars to replicate classic OS windows.
- Adding a star background GIF (`stars1.gif`).
- Excluding the retro theme from modern "revamp" styles in `15-revamp.css`.
- Updating `CLAUDE.md` with instructions on screenshot verification.
This commit is contained in:
2026-05-31 16:17:20 +03:00
parent df91fe9d3d
commit ffe4201f05
13 changed files with 477 additions and 44 deletions

View File

@@ -11,7 +11,7 @@
*/
(function () {
var STORAGE_KEY = "warpbox-theme";
var THEMES = ["revamp", "classic"];
var THEMES = ["revamp", "classic", "retro"];
function stored() {
try {