# 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; ```