Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Negative aspects of dark color scheme (dark background with light text)

I am using Light on dark color scheme in my WPF application.
My question is what are the negative aspects of this color scheme and why this color scheme is not widely used?

Please follow this thread at here

like image 744
Navid Rahmani Avatar asked Jun 15 '11 11:06

Navid Rahmani


People also ask

Is it better to have light text on dark background?

While white text on a black background provides very high value contrast, it is less readable and causes greater eye fatigue than black text on a white background. All light-colored text on dark backgrounds causes eye fatigue.

What is the problem with adding a black or dark background?

White has 100% color brightness, and black has 0% color brightness. Such a disparity in color brightness creates intense light levels that overstimulate the eyes when reading text. This causes the eyes to work harder to adapt to the brightness.

Which color scheme does not work well with text?

Most designers know that blue and red are the worst color combinations possible when it comes to text, and especially blue text on a red background.

Is it easier to read light on dark or dark on light?

Two key excerpts from a couple of quick-read web pages loaded with visual examples: “Although changing a background on a Web page to a bright color can add excitement, these backgrounds can also make it difficult to read Web pages. In general, it is best to use dark text on light colors for long passages.”


2 Answers

Darker color scheme are often used effectively in software that focuses heavily on visual content. For example Adobe Lightroom, Adobe After Effects, Microsoft Expression Blend, and Kaxaml are are interfaces that have a dark color theme. This allows the interface to fade into the background and let the content come alive

Why is it not widely used? I guess it depends on your crowd. For these application it tends to work out great but many people don't like dark interfaces. At my company I created an interface for a very complicated piece of software using a dark UI. It helped to simplify everything and bring attention to the necessary elements at specific times. The problem was, a lot of people complained. "It's too dark," "it doesn't look good on my laptop when I am using in the bright sun" etc. Some people just hate dark interfaces.

Bottom line: if your applciation is very content driven, esp with visual content, consider a dark interface but be prepared for some opposition.

Alternative solution: provide 2 themes, one light and one dark. This is done in Microsoft's Expression Blend (although the light theme looks quite awful, IMO)

Also, it is important to note it is often a bit more difficult to get a dark interface that works well. A little more care must be given to legibility of text on the dark background (i.e. making it bright enough to be legible but not so bright that it is distracting to read.

like image 91
Matt Rockwell Avatar answered Oct 10 '22 01:10

Matt Rockwell


I have two major issues with dark color schemes:

  • Windows (and most other OS themes) are light by default, which makes most other applications light. It is nice when all applications have consistent graphical theme.
  • It is much less readable when there is a lot of light around (like sun shining on your screen), and today's glossy screens don't exactly help with this.
like image 20
Matěj Zábský Avatar answered Oct 09 '22 23:10

Matěj Zábský