peer-pad icon indicating copy to clipboard operation
peer-pad copied to clipboard

Change colour scheme in codemirror editor for markdown content

Open jimpick opened this issue 6 years ago • 1 comments
trafficstars

Some of the colours are hard to see when editing markdown.


from @momack2:

Screen Shot 2019-03-13 at 2 51 13 PM Please change purple color to something readable against the navy background (maybe lilac or pink?). You can use online accessibility tools (example) to ensure the the color contrast between the background and the font is readable.

jimpick avatar Dec 13 '18 19:12 jimpick

I personally enjoy using http://colorbrewer2.org/#type=diverging&scheme=BrBG&n=3 in the "diverging" mode to generate color schemes, though that's probably my weird GIS background 🙂

(they are accessible-leaning by default and explicitly colorblind-safe with that option checked)

parkan avatar Mar 14 '19 00:03 parkan