# ThemeVars

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/pme-core/src/tools/theme.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/tools/theme.ts#L14)

## Properties

| Property | Type |
|---|---|
| `'--bg-page'` | `string` |
| `'--bg-surface'` | `string` |
| `'--bg-surface-alt'` | `string` |
| `'--bg-nav'` | `string` |
| `'--text-heading'` | `string` |
| `'--text-body'` | `string` |
| `'--text-muted'` | `string` |
| `'--text-on-accent'` | `string` |
| `'--accent'` | `string` |
| `'--accent-hover'` | `string` |
| `'--accent-subtle'` | `string` |
| `'--accent-glow'` | `string` |
| `'--border'` | `string` |
| `'--border-hover'` | `string` |
