# @nebula/core-theme Theme tokens tuned for readable, couch-friendly UI. Exports plain objects and helpers only. ## Why it exists TV and handheld screens need higher contrast, larger type, and clearer spacing. This package provides opinionated defaults that work well from a distance. ## Usage ```js import { baseTheme, createTheme } from "@nebula/core-theme"; const theme = createTheme({ colors: { accent: "#44d3ff" } }); console.log(baseTheme.typography.display, theme.colors.accent); ``` ## SteamOS / Steam Deck notes Use `display` or `title` sizes for primary UI. Keep contrast high for use in bright rooms or handheld mode.