Zendesk Dark Mode

Short version: there's no first-party Zendesk dark mode for the agent interface. Here's what you can do instead, and which of it is worth doing.

Zendesk dark mode in the agent interface

There's no dark mode toggle in the agent workspace. No setting in Admin Center, no per-agent preference, nothing hiding in a beta flag. Agents who ask for one aren't missing a menu.

This has been a long-standing request. Zendesk has refreshed the agent interface more than once without adding a dark theme, so plan on the basis that it's not coming soon rather than waiting for it.

What people actually want when they search this

Three different problems arrive at the same query, and they have different answers.

Eye strain on long shifts. A real occupational complaint, and dark mode is only one of several fixes.
Consistency. Their operating system is dark, every other application respects it, and one blazing white tab feels broken.
The public help centre. Sometimes the person searching is an admin whose customers asked for a dark help centre, not an agent at all. That one you can actually solve.

Work out which of the three you have before spending time on it. The third is a two hour job; the first two are workarounds.

Browser extensions, and the caveats

Extensions like Dark Reader invert page colours across any site, Zendesk included. Plenty of agents run them and are happy. Three honest warnings before you tell your whole team to install one.

Colour-coded information breaks. Zendesk uses colour for priority, SLA state and status. An automatic inversion can turn a red badge into something muddier and less alarming, which matters when the badge exists to alarm you.

Rendering glitches inside tickets. Customer emails carry their own HTML and inline styles. Inverted, some of them become unreadable, and an agent misreading a customer’s message is a worse outcome than a bright screen.

It's another extension with access to your helpdesk. Any extension that restyles the page can read it. That's a security review question, not a preference, and it deserves an actual answer from whoever owns your endpoints.

If you do roll one out, standardise on a single reviewed extension rather than letting everyone install their own.

Dark mode for the help centre, which you control

This part is genuinely in your hands, because help centre themes are your CSS.

Add a prefers-color-scheme: dark block to the theme stylesheet and define a dark palette. Visitors whose device is set to dark get a dark help centre automatically, with no toggle to build and no preference to store.

Two things that will catch you out. Logos supplied as dark PNGs on transparent backgrounds vanish, so supply a light variant and swap it in the same media query. And any article an author styled with inline colours in the editor ignores your theme entirely, which is one more reason to forbid inline styling in article content.

Test with real articles, not the sample content. Tables and code blocks are where theme work usually falls apart.

The unglamorous alternatives

If the underlying complaint is eye strain, dark mode isn't the strongest lever anyway.

Screen brightness matched to the room beats any theme. Night-shift colour temperature at the operating system level helps more than most people expect. Browser zoom at 110% or 125% reduces squinting and costs nothing. And a monitor position that's not in front of a window fixes more than software ever will.

None of that's what anybody wanted to hear when they searched for a dark theme. It's what an agent doing a nine hour shift actually benefits from.

FAQ

Frequently asked questions

Can I put the help centre in dark mode even if agents can't have one?

Yes. Zendesk help center dark mode is entirely yours to build in the theme with CSS, which is more than can be said for a Zendesk dark theme in the agent interface. Browser extensions are the only Zendesk night mode option there, and they break layouts.

Does Zendesk have a dark mode?

Not for the agent interface. There is no first-party dark theme or toggle in the agent workspace, and no setting in Admin Center that enables one.

Can I use a browser extension for Zendesk dark mode?

Yes, and many agents do. Be aware it can distort colour-coded priority and SLA badges, break the rendering of customer emails, and it needs a security review first.

Can my Zendesk help centre have a dark mode?

Yes. Help centre themes are your own CSS, so a prefers-color-scheme media query gives visitors on dark devices a dark help centre automatically.

Is Zendesk adding dark mode?

It is a long-requested feature that has survived several interface refreshes without appearing. Plan as though it's not arriving rather than waiting for it.

A calmer queue beats a darker one

Whatever colour the interface is, agents still work through it. Fewer duplicate tickets means fewer hours in front of it.

Start free trial

14-day free trial. No credit card required.