# Palettes for QuietType
A gentle deviation from the BearBlog default.
> Every palette should feel like someone would actively choose it β not merely tolerate it. β Chat
## π Monochrome Signal
*A near-black ink world with just enough wavelength shift to guide the eye. **The default QuietType experience***
```css
/* Monochrome Signal */
--bg: #141414;
--text: #e2e2e2;
--accent: #8f9fb0;
```
## π Quiet Resolve
*A New Year palette built from graphite, winter sky, and early-morning calm. Neutral, focused, and forward-facing.*
```css
/* Quiet Resolve */
--bg: #101417; /* pre-dawn */
--text: #dce2e6; /* winter light */
--accent: #7fa6c3; /* steady horizon */
```
## π§βπ» Late Night Hacker
*A crisp, terminal-inspired palette with a cool cyan signal for focused work after dark.*
```css
/* Late Night Hacker */
--bg: #0b0f14; /* deep terminal black-blue */
--text: #d7dde5; /* cool phosphor gray */
--accent: #4cc2ff; /* cyan signal */
```
## π Night Reading Room
*A warm, lamplit darkness. Cozy without drifting into sepia.*
```css
/* Night Reading Room */
--bg: #161411;
--text: #e7e3dc;
--accent: #c79b6d;
```
## πͺ΅ Paper & Cedar
*Natural, tactile, slightly analog. This one feels like recycled paper and a cedar desk drawer.*
```css
/* Paper & Cedar */
--bg: #1c1916;
--text: #e6e2db;
--accent: #c1a07a;
```
## π―οΈ Candlewax
*Soft contrast, low glare. Designed for late-night reading without eye fatigue.*
```css
/* Candlewax */
--bg: #16130f;
--text: #e9e4da;
--accent: #c9a76a;
```
## π² Evergreen Ember
*A winter holiday palette built from pine needles, candle glow, and old hardcover books. Festive, but hushed.*
```css
/* Evergreen Ember */
--bg: #111615; /* deep evergreen night */
--text: #e4e8e3; /* soft frost */
--accent: #c46a55; /* warm candle ember */
```
## βοΈ Evergreen Snow
*Even quieter, this variant keeps the holiday feel almost subconscious.*
```css
/* Evergreen Snow */
--bg: #0f1413;
--text: #dde5e2;
--accent: #7fa89a;
```
## π Moss & Ink
*Organic greens paired with near-black text. Earthy but serious.*
```css
/* Moss & Ink */
--bg: #101512;
--text: #dfe6e1;
--accent: #7fb59a;
```
---
# Retired
## πͺ¨ Stone & Ink
```css
/* Stone & Ink */
--bg: #1a1c1f;
--text: #e0e0df;
--accent: #8fa6c9;
```
## π«§ Soft Static
```css
/* Soft Static */
--bg: #1e1b21;
--text: #e6e1ea;
--accent: #e28bb8;
```
## π Winter Margin
```css
/* Winter Margin */
--bg: #121615;
--text: #e3e7e5;
--accent: #9fb8ad;
```
## π Fallen Leaves
```css
/* Fallen Leaves */
--bg: #1e1813;
--text: #e6dccf;
--accent: #d28b5c;
```
## π§± Set in Stone
```css
/* Set in Stone */
--bg: #303030; /* lightened asphalt */
--text: #d6d6d4;
--accent: #9ea7b0;
```