kokarn / atom-grunt-runner

Run Grunt tasks from Atom.
MIT License
31 stars 23 forks source link

Colours are almost impossible to read on a light shell theme #38

Closed aaronpowell closed 9 years ago

aaronpowell commented 9 years ago

I use a light shell theme and it's basically impossible to read the warning messages because of the yellow.

Log

The blue isn't much better but I can at least read that. I hacked my own CSS to use #aa0 to it's a bit more readable :stuck_out_tongue:

kokarn commented 9 years ago

Yeah, it's hardcoded right now which of course makes it horrible on some themes. Sorry about that. Would you mind having a go at trying to use some colours from the current theme? I hope there are some vars defined somewhere ^^

On Fri, Mar 6, 2015, 00:44 Aaron Powell notifications@github.com wrote:

I use a light shell theme and it's basically impossible to read the warning messages because of the yellow.

[image: Log] https://cloud.githubusercontent.com/assets/434140/6517227/19afdde4-c3ed-11e4-92ad-39d37b42b175.PNG

The blue isn't much better but I can at least read that. I hacked my own CSS to use #aa0 to it's a bit more readable [image: :stuck_out_tongue:]

— Reply to this email directly or view it on GitHub https://github.com/nickclaw/atom-grunt-runner/issues/38.

ealves-pt commented 9 years ago

Possible fix in PR #68

kokarn commented 9 years ago

Fixed with #68. It's on master now so if you install from there you'll get it. Otherwise there will hopefully be a new version soon-ish :)