Document Pearcord as the default UI theme.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-02 21:40:29 -04:00
co-authored by Cursor
parent 4cb78f345d
commit 08f483d530
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Pearcord brand theme # Pearcord brand theme
Optional UI theme **`pearcord`** (`html[data-theme="pearcord"]`) applies official brand colors from the [`pearcord-branding`](../modules/pearcord-branding) module. Default theme remains **`dark`**. UI theme **`pearcord`** (`html[data-theme="pearcord"]`) is the default and applies official brand colors from the [`pearcord-branding`](../modules/pearcord-branding) module. Other themes: **`dark`**, **`light`**, **`amoled`**.
## Palette ## Palette
+1 -1
View File
@@ -18,7 +18,7 @@ pearcord:userprefs:{userId}
| Key | Values | Default | | Key | Values | Default |
|-----|--------|---------| |-----|--------|---------|
| `theme` | `dark`, `light`, `amoled` | `dark` | | `theme` | `dark`, `light`, `amoled`, `pearcord` | `pearcord` |
| `density` | `cozy`, `compact` | `cozy` | | `density` | `cozy`, `compact` | `cozy` |
| `showLinkPreviews` | boolean | `true` | | `showLinkPreviews` | boolean | `true` |
| `showSecondsInTimestamps` | boolean | `false` | | `showSecondsInTimestamps` | boolean | `false` |