---
name: Theme
route: /theme
---

import ReactJson from 'react-json-view';

import { Theme } from './';

# Theme

The SW13 theme provides brand colors, spacings and styles for our web (and mobile) applications. Below is the JS object presented through the `theme` object property.

<ReactJson name="theme" src={Theme} displayDataTypes={false} displayObjectSize={false} enableClipboard={false} />