adaptive-learning / flocs

Intelligent application for learning computer science.
GNU General Public License v2.0
1 stars 5 forks source link

Color combo #113

Open effa opened 8 years ago

effa commented 8 years ago

Choose and consistently use a beautiful color combo throughout the application. Also use a brighter colors in Blockly. Blockly colors should be at least close to the application color combo, should not use too many colors and should be consistent (e.g. the same color for all maze commands, the same color for all program flow commands etc.). Blockly enforces the same level of value and saturation of all colors, but these two constant can be changed e.g. to brighter (https://developers.google.com/blockly/custom-blocks/defining-blocks#setcolour).

Inspiration: http://ethanschoonover.com/solarized, http://www.colorcombos.com/

jcechak commented 8 years ago

What should we do with bootstrap theme? The new colour combo should make its way to bootstrap as well, shouldn't it. Why don't we start with default bootstrap colour scheme. I find is quite nice and simple.

2016-01-24 13:44 GMT+01:00 Tomáš Effenberger notifications@github.com:

Choose and consistently use a beautiful color combo throughout the application. Also use a brighter colors in Blockly. Blockly colors should be at least close to the application color combo, should not use too many colors and should be consistent (e.g. the same color for all maze commands, the same color for all program flow commands etc.). Blockly enforces the same level of value and saturation of all colors, but these two constant can be changed e.g. to brighter ( https://developers.google.com/blockly/custom-blocks/defining-blocks#setcolour ).

Inspiration: http://ethanschoonover.com/solarized, http://www.colorcombos.com/

— Reply to this email directly or view it on GitHub https://github.com/effa/flocs/issues/113.

jcechak commented 8 years ago

Sadly, Bootstrap colours have quite different saturation and value values. That means we cannot use them.

effa commented 8 years ago

We can also consider viridis colormap (https://bids.github.io/colormap/), which should be better at least for the most common type of colorblindness (red-green).