@xds/theme-neutral0.0.14
Understated warm grays with a subtle palette. Pairs with Lucide icons for a minimal, quiet aesthetic.
Little joys,
everywhere you go
We believe the smallest details are the ones that matter most. Turn an ordinary day into something worth remembering.
Minimalist Watch
New

Minimalist Watch

Clean design meets everyday durability.Learn more
Wireless Headphones
Popular

Wireless Headphones

Immersive sound, all-day comfort.Learn more
Leather Wallet
Limited

Leather Wallet

Handcrafted from full-grain leather.Learn more
NameDescriptionPriceStock
Minimalist WatchStainless steel, sapphire crystal$18942
Wireless HeadphonesANC, 30hr battery$249128
Leather WalletFull-grain, RFID blocking$7915
Canvas BackpackWater-resistant, 25L$11963
Colors
Fonts
AaBody
AaCode
Components
BadgeInfoSuccessWarningError
Label
List Header
  • Notifications
  • Privacy
  • Security

Card Title

A flexible surface for grouping related content and actions.Action
Progress

Banner Title

Muted, minimal aesthetic with system fonts. Uses Lucide icons.

Install

bash
npm install @xds/theme-neutral

Usage

Wrap your app with XDSTheme and pass the theme:

tsx
import {XDSTheme} from '@xds/core/theme';
import {neutralTheme} from '@xds/theme-neutral/built';
function App() {
return <XDSTheme theme={neutralTheme}>{/* your app */}</XDSTheme>;
}
Import paths
PathUse case
@xds/theme-neutralSource build (StyleX compilation via @xds/build)
@xds/theme-neutral/builtPre-built dist (Tailwind, plain CSS, or no build step)
@xds/theme-neutral/theme.cssPre-built CSS file (import in your stylesheet)

If you're using @xds/build for StyleX source compilation, import from the bare path. Otherwise, use /built.

CSS import

Add the theme CSS to your stylesheet:

css
@import '@xds/theme-neutral/theme.css';

This is required for component-level theme overrides (colors, radii, typography) to take effect.

This theme uses system fonts — no external font loading is required.

Related Packages

PackageDescription
@xds/coreCore components and theme system
@xds/buildBuild plugins for StyleX source builds
@xds/cliCLI tooling including xds docs theme