@xenolithengine/graph-theme-holographic
v0.7.0-beta.3
Published
Holographic / Iridescent theme for XenolithGraph — translucent glass panels + rainbow iridescent borders + parallax shift. Apple Vision OS / Y2K vibe.
Maintainers
Readme
@xenolithengine/graph-theme-holographic
Holographic / Iridescent theme for XenolithGraph — translucent glass panels with rainbow iridescent borders, rainbow-gradient wires, on a matte-black noise backdrop. Apple Vision OS / Y2K aesthetic.
Beta — public API in
STABLE-API.mdis the surface we plan to freeze, but it is NOT frozen yet — breaking changes can land at any point before v1.0. If you adopt now, pin an exact version.
Part of XenolithGraph — an AI-native, embeddable node-graph editor for the web with its own visual design language (Xen).
Install
pnpm add @xenolithengine/graph-theme-holographic pixi.jsPeer dependency: pixi.js@^8.6.0.
Usage
import { XenolithEditor } from '@xenolithengine/graph-editor'
import { holographicTheme } from '@xenolithengine/graph-theme-holographic'
const editor = await XenolithEditor.init('#graph', { theme: holographicTheme })
// or swap at runtime
editor.setTheme(holographicTheme)What's exported
holographicTheme— drop-inXenolithThemeholographicTokens— token map for further overrides viamergeTheme
Docs
MIT © XenolithEngine
