ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Output window colors do not match the atome theme #19

Closed AngelEzquerra closed 8 years ago

AngelEzquerra commented 9 years ago

The output window uses black test on a white background, regardless of the selected theme. This is particularly jarring when using the default Atom-Dark theme.

ioquatix commented 9 years ago

What would be the best way to theme the window?

AngelEzquerra commented 9 years ago

IMHO the window background and text color should be the same as the ones on the regular editor windows.

ioquatix commented 9 years ago

The main problem is supporting terminal text colours, whether it is possible to theme it correctly or not. Right now it is black text on a white background. I will have to have a play around with the CSS.

ioquatix commented 8 years ago

@AngelEzquerra this is going to be fixed in the next release, the PR for it has already been merged.