MDAnalysis / branding

Resources for MDAnalysis branding
0 stars 1 forks source link

add colors for documentation #1

Closed orbeckst closed 2 years ago

orbeckst commented 2 years ago

Add the colors from the User Guide/ docs CSS to the STYLE_GUIDE.md

orbeckst commented 2 years ago

@lilyminium do you have the colors of your User Guide theme at hand?

lilyminium commented 2 years ago

Yup, they should be variations on:

/* MDAnalysis orange: #FF9200 */
/* MDAnalysis gray: #808080 */
/* MDAnalysis white: #FFFFFF */
/* MDAnalysis black: #000000 */
/* Very light orange: #FFEBD0 */
/* Code orange: #ca6500 */
/* RTD dark grey: #343131 */
/* RTD light grey: #e6e6e6 */

The CSS theme (https://github.com/MDAnalysis/UserGuide/blob/develop/doc/source/_static/custom.css) has some others for coloured elements, where we needed to differentiate between notes, warnings, etc. -- they have some pastel red/orange/yellows (backgrounds) and darker red/orange/yellows (text).