# configuration/constants/page.constants.ts

> 12 lines of code and 12 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-constants-page-constants-ts
Source text: https://banes-lab.com/assets/sources/source.a73bf085f1ea61b21ebda677052ee63d153b63fc43eb2c7ed1f7ce283c06ef5b.generated.txt

## Definitions

- `HOME_ACCENT` (lexical_declaration, line 1, exported)
- `GRAMMAR_ACCENT` (lexical_declaration, line 3, exported)
- `METHODOLOGY_ACCENT` (lexical_declaration, line 5, exported)
- `ARCHITECTURE_ACCENT` (lexical_declaration, line 7, exported)
- `ONTOLOGY_ACCENT` (lexical_declaration, line 9, exported)
- `ANATOMY_ACCENT` (lexical_declaration, line 11, exported)
- `FAQ_ACCENT` (lexical_declaration, line 13, exported)
- `LICENSE_ACCENT` (lexical_declaration, line 15, exported)
- `INFORMATION_ACCENT` (lexical_declaration, line 17, exported)
- `TERMS_ACCENT` (lexical_declaration, line 19, exported)
- `PRIVACY_ACCENT` (lexical_declaration, line 21, exported)
- `SEARCH_ACCENT` (lexical_declaration, line 23, exported)

## Source

```typescript
export const HOME_ACCENT = "page-gold";

export const GRAMMAR_ACCENT = "page-orange";

export const METHODOLOGY_ACCENT = "page-blue";

export const ARCHITECTURE_ACCENT = "page-teal";

export const ONTOLOGY_ACCENT = "page-violet";

export const ANATOMY_ACCENT = "page-emerald";

export const FAQ_ACCENT = "page-sky";

export const LICENSE_ACCENT = "page-rose";

export const INFORMATION_ACCENT = "page-slate";

export const TERMS_ACCENT = "page-indigo";

export const PRIVACY_ACCENT = "page-fuchsia";

export const SEARCH_ACCENT = "page-lime";
```
