You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current dark mode color palette uses warm muddy brown/tan tones that many users find unpleasant. Please let users override the dark mode palette — at minimum offer a preset alternative (e.g. dark blue), and ideally allow custom color values via settings.
Motivation
Color preference is subjective; the current dark mode tones feel "mud brown" to me and likely to others.
Summary
The current dark mode color palette uses warm muddy brown/tan tones that many users find unpleasant. Please let users override the dark mode palette — at minimum offer a preset alternative (e.g. dark blue), and ideally allow custom color values via settings.
Motivation
Proposed UX
Two options, in increasing order of effort:
/config.settings.json— primary text, accents, borders, diff add/remove, etc. — and have them reliably apply across all UI surfaces (see [BUG] Custom theme overrides silently ignored for markdown-rendered slots (codespan, text, error, warning, success, ...) #52465 for an existing gap).Related