Skip to content

Add dark theme alpha

Simon Knox requested to merge psi-dark-theme into master

What does this MR do?

Add experimental dark theme 🌃 Epic &2902

This gets the bulk of necessary changes in place, and gives us a single place to make theme fixes. There are a bunch of still-broken things, a bunch of unstyled things, and the palette needs fixing. Not behind a feature flag since it's opt-in, people can change back if anything is unusably broken (I've confirmed changing themes while in dark mode works!).

There are a few minor changes, the most drastic color change is #ececec to #f0f0f0 (mainly for input-prepend background, increases contrast slightly).

Added 'Dark mode (alpha)' theme to navigation themes. Used nav themes because:

  1. Didn't want to add a whole other section/type of theme
  2. Dealing with nav themes + dark mode is extra effort (possible in future)

Screen_Shot_2020-06-11_at_7.41.25_pm

Project overview Issue list Issue Board MR Overview MR Changes
Screen_Shot_2020-03-30_at_8.03.27_am Screen_Shot_2020-03-30_at_8.03.44_am Screen_Shot_2020-03-30_at_8.04.23_am Screen_Shot_2020-03-30_at_8.06.42_am Screen_Shot_2020-03-30_at_8.07.06_am
Edited by Simon Knox

Merge request reports