OpenPLUTO

Palettes for Bearming Classic (≤ 3.x)

Bearming 3.0 is absolutely legendary. Here are a couple of palettes to compliment the already stunning line-up.

🪨 Stone & Ink

A restrained, editorial palette. Think field notes, marginalia, and graphite smudges. This pairs beautifully with long-form essays.

/* =========================  
   Palette: 🪨 Stone & Ink  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f4f4f2;  
  --txt-light: #2b2b2b;  
  --link-light: #5a6f8f;  

  /* Dark mode */  
  --bg-dark: #1a1c1f;  
  --txt-dark: #e0e0df;  
  --link-dark: #8fa6c9;  

🌒 Night Reading Room

A warm, lamplit darkness. Cozy without drifting into sepia.

/* =========================  
   Palette: 🌒 Night Reading Room  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f8f6f3;  
  --txt-light: #3b3630;  
  --link-light: #9a6b3f;  

  /* Dark mode */  
  --bg-dark: #161411;  
  --txt-dark: #e7e3dc;  
  --link-dark: #c79b6d;  

🪵 Paper & Cedar

Natural, tactile, slightly analog. This one feels like recycled paper and a cedar desk drawer.

/* =========================  
   Palette: 🪵 Paper & Cedar  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fbfaf7;  
  --txt-light: #3d3a34;  
  --link-light: #7a5a3a;  

  /* Dark mode */  
  --bg-dark: #1c1916;  
  --txt-dark: #e6e2db;  
  --link-dark: #c1a07a;  

🫧 Soft Static

A subtle bridge palette between Standard and Bubblebear. Playful, but controlled. It borrows Bubblebear’s joy and filters it through frosted glass.

/* =========================  
   Palette: 🫧 Soft Static  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fdf7fa;  
  --txt-light: #2b2b2b;  
  --link-light: #cc4d88;  

  /* Dark mode */  
  --bg-dark: #1e1b21;  
  --txt-dark: #e6e1ea;  
  --link-dark: #e28bb8;  

🎄 Winter Margin

Cold air, warm rooms, quiet nights. No red-green shouting. Just evergreen shadows and candle warmth.

/* =========================  
   Palette: 🎄 Winter Margin  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f6f7f5;  
  --txt-light: #2a2d2b;  
  --link-light: #5b6f66; /* evergreen ink */  

  /* Dark mode */  
  --bg-dark: #121615;  
  --txt-dark: #e3e7e5;  
  --link-dark: #9fb8ad;  

🍂 Fallen Leaves

Autumnal, grounded, and calm. Think paperbacks, wool sweaters, and quiet afternoons.

/* =========================  
   Palette: 🍂 Fallen Leaves  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fbf7f2;  
  --txt-light: #3c3228;  
  --link-light: #a55a2a;  

  /* Dark mode */  
  --bg-dark: #1e1813;  
  --txt-dark: #e6dccf;  
  --link-dark: #d28b5c;  

🕯️ Candlewax

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

/* =========================  
   Palette: 🕯️ Candlewax  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fefcf8;  
  --txt-light: #2e2b26;  
  --link-light: #8b6a3d;  

  /* Dark mode */  
  --bg-dark: #16130f;  
  --txt-dark: #e9e4da;  
  --link-dark: #c9a76a;  

🍃 Moss & Ink

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

/* =========================  
   Palette: 🍃 Moss & Ink  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f7f9f6;  
  --txt-light: #1f2622;  
  --link-light: #4e7f66;  

  /* Dark mode */  
  --bg-dark: #101512;  
  --txt-dark: #dfe6e1;  
  --link-dark: #7fb59a;  

🌲 Evergreen Ember

A winter holiday palette built from pine needles, candle glow, and old hardcover books. Festive, but hushed.

/* =========================  
   Palette: 🌲 Evergreen Ember  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fbfbf8;     /* warm winter paper */  
  --txt-light: #2a2e2b;    /* near-ink */  
  --link-light: #8a3e2f;   /* ember red, muted */  

  /* Dark mode */  
  --bg-dark: #111615;      /* deep evergreen night */  
  --txt-dark: #e4e8e3;    /* soft frost */  
  --link-dark: #c46a55;   /* warm candle ember */  

❄️ Evergreen Snow

Even quieter, this variant keeps the holiday feel almost subconscious.

/* =========================  
   Palette: ❄️ Evergreen Snow  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #fdfefe;  
  --txt-light: #283030;  
  --link-light: #5f7f73;  

  /* Dark mode */  
  --bg-dark: #0f1413;  
  --txt-dark: #dde5e2;  
  --link-dark: #7fa89a;  

🌑 Quiet Resolve

A New Year palette built from graphite, winter sky, and early-morning calm. Neutral, focused, and forward-facing.

/* =========================  
   Palette: 🌑 Quiet Resolve  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f7f8f9;     /* cold paper */  
  --txt-light: #25282c;    /* graphite */  
  --link-light: #4b6f8a;   /* disciplined blue */  

  /* Dark mode */  
  --bg-dark: #101417;      /* pre-dawn */  
  --txt-dark: #dce2e6;    /* winter light */  
  --link-dark: #7fa6c3;   /* steady horizon */  

🖋 Monochrome Signal

Pure ink with the faintest wavelength guide — subtle, disciplined navigation for the eye.

/* =========================  
   Palette: 🖋 Monochrome Signal  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light: #f5f5f4;  
  --txt-light: #2a2a2a;  
  --link-light: #4f5d6b;  

  /* Dark mode */  
  --bg-dark: #141414;  
  --txt-dark: #e2e2e2;  
  --link-dark: #8f9fb0;  

🧱 Set in Stone

Deliberately calm concrete conviction. Softened, immovable tranquility by design. Inspired by Concrete Connoisseur.

/* =========================  
   Palette: Set in Stone 🧱  
   Inspired by Concrete Connoisseur  
   ========================= */  

:root {  
  color-scheme: light dark;  

  /* Light mode */  
  --bg-light:   #e2e2e0; /* softened concrete */  
  --txt-light:  #2b2b2a;  
  --link-light: #6f7780;  

  /* Dark mode */  
  --bg-dark:   #303030; /* lightened asphalt */  
  --txt-dark:  #d6d6d4;  
  --link-dark: #9ea7b0;  

Finally, all celebrations and honors should be routed directly to Robert Birming for blessing us with such a lovely theme that acts as a springboard to your deeper creativity. May you all have a festive holiday season and ring in the new year with this elegant theme.


✏️ This post was last edited 2 months ago. (Added Set in Stone)

🎧 Vince Guaraldi Trio - Christmas Is Coming on Christmas Lounge on SomaFM

✉️ Reply by Email

View original