zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

"Info" annotation looks bad in dark window theme #504

Closed zefhemel closed 9 years ago

zefhemel commented 9 years ago

Since #502 the little info annotation icon looks terrible in dark window/editor themes:

screenshot from 2015-02-18 09 09 25

This is fixed if I add the ace_dark class to the <body> tag of the editor. This happened before #502 (this was one of the things the isDark property was used for), but now this is broken. Could you have a look @TheKiteEatingTree ?

zefhemel commented 9 years ago

A way to reproduce this (get to see the info icon) is to open a JS file and leave out a semicolon.