oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

Cursor is not black enough in the light color theme #22

Closed kumarshantanu closed 7 years ago

kumarshantanu commented 7 years ago

The cursor assumes the same color as the adjacent character in light color theme and is often quite difficult to notice. It would be great to make the cursor thicker and distinctly black-color in the light color theme.

oakes commented 7 years ago

Adding caret-color: black; to the .paren-soup class in paren-soup-light.css appears to fix this in chrome, but not in firefox. In the firefox inspector it says "invalid property value", even though the docs indicate I'm using it correctly...

oakes commented 7 years ago

I added the CSS property I mentioned.