@rdna/monolith
v0.2.0
Published
MONOLITH theme package for RDNA and RadOS campaign skins
Readme
@rdna/monolith
MONOLITH theme package for RDNA campaign skins.
This MVP package provides theme-scoped CSS token overrides and lightweight
CRT/glow utilities. Follow-up work should port the remaining licensed fonts,
campaign assets, icons, and reusable components from the private campaign
source materials when that migration is explicitly scheduled.
Package status: public npm package. It is a current campaign theme surface for external RDNA consumers, including standalone RadOS, but it should still be treated as a campaign theme implementation rather than a permanent one-off theme API.
Load it after Radiants so its theme-scoped tokens can override the base
semantic values:
@import '@rdna/radiants';
@import '@rdna/monolith';Usage
<html data-theme="monolith">
<body>...</body>
</html>The CSS also contains current [data-theme='skr'] selectors for the SKR
campaign surface used by external consumers. The package has no React
entrypoints.
Public API
| Subpath | Provides |
| ------------------------ | ---------------------------------------------------------------------------- |
| @rdna/monolith | Theme entrypoint that imports tokens and effects. |
| @rdna/monolith/tokens | MONOLITH semantic token overrides, including light-mode overrides. |
| @rdna/monolith/fonts | Placeholder font layer; the package currently inherits Radiants font tokens. |
| @rdna/monolith/effects | Theme-scoped wallpaper, portal, door, logo, and CRT/glow effects. |
Architecture
tokens.css scopes semantic values to [data-theme='monolith'] and[data-theme='monolith'].light. effects.css contains the theme-specific
wallpaper and visual-effect selectors for MONOLITH and SKR campaign states.index.css imports the token and effects layers.
MONOLITH should be treated as a current campaign theme implementation, not as a
permanent one-off package shape. The future theme contract may move it under a
theme family layout such as packages/themes/monolith, rename it into an@rdna/theme-* package family, or fold it into an @rdna/themes package with
theme subpath exports. Radiants should be one theme in that family, not the only
theme namespace.
Development
This package has no build or test script because it is currently a CSS-only theme surface. Validate changes through the root gate:
pnpm buildStandalone RadOS imports this package from
https://github.com/Radiants-DAO/RadOS as an external consumer. Deleting or
moving the package is a product/package strategy decision and should account for
future themes beyond MONOLITH.
⠀
