OpenPLUTO

Palettes for QuietType

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

/* 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.

/* 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. This is the one being used here.

/* 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.

/* 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.

/* Paper & Cedar */

  --bg: #1c1916;
  --text: #e6e2db;
  --accent: #c1a07a;

πŸ•―οΈ Candlewax

Soft contrast, low glare. Designed for late-night reading without eye fatigue.

/* 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.

/* 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.

/* Evergreen Snow */

  --bg: #0f1413;
  --text: #dde5e2;
  --accent: #7fa89a;

πŸƒ Moss & Ink

Organic greens paired with near-black text. Earthy but serious.

/* Moss & Ink */

  --bg: #101512;
  --text: #dfe6e1;
  --accent: #7fb59a;