github →

New request

#3357: Using the teal and gold theme from Hermes agent's dashboard for the "nous" skin

We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.

Issue
enhancementhelp wantedux

Hey I was hoping someone could adjust the css in the style.css section for the "nous" dark theme such that it would use the color palette from the Hermes agent dashboard and web pages. I came up with the below if anyone wants to take a look and make a PR - I'm not well versed enough to do it "proper" myself:

/* Dark variant - Emerald-green Hermes Agent palette */
:root.dark[data-skin="nous"]{
--bg:#0F1714;--sidebar:#121D18;--border:#22342C;--border2:rgba(200,154,90,0.10);
--text:#F3ECDD;--muted:#A8B4A5;--accent:#C89A5A;--blue:#C89A5A;--gold:#C89A5A;--code-bg:#111B17;
--surface:#16211C;--topbar-bg:rgba(15,23,20,.98);--main-bg:rgba(22,33,28,.55);
--focus-ring:rgba(200,154,90,.30);--focus-glow:rgba(200,154,90,.10);
--input-bg:rgba(255,255,255,.025);--hover-bg:rgba(255,255,255,.045);
--strong:#FFF8EB;--em:#D8C5AA;--code-text:#D6AE74;--code-inline-bg:rgba(200,154,90,.08);--pre-text:#F3ECDD;
--accent-hover:#D6AE74;--accent-bg:rgba(200,154,90,.08);--accent-bg-strong:rgba(200,154,90,.14);--accent-text:#E4C28D;
--error:#D26A6A;--success:#719A68;--warning:#D1A45C;--info:#C89A5A;
--radius-sm:1px;--radius-md:2px;--radius-card:2px;--radius-lg:4px;
--font-ui:"SF Mono","Roboto Mono","Courier New",monospace;
--surface-subtle:rgba(255,255,255,.02);--surface-subtle-hover:rgba(255,255,255,.04);
--border-subtle:rgba(255,255,255,.06);--border-muted:rgba(255,255,255,.10);
font-family:var(--font-ui);font-size:16px;line-height:1.8;
}

I tested this out by loading it as a skin through the extensions flow; the colors look almost right to me, the background and sidebar could be a little lighter if anyone wants to tweak things!

Edit - I also adjusted the font-size and line-height to help with readability on the "default" font size in the appearance settings menu

Assessmentadvisory
feature easy95% confidence

Straightforward CSS color-variable update for an existing skin palette.

Likely files
  • static/style.css
Create the request

This opens a fresh agent run and a draft PR for issue #3357.

Cancel