noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Unable to see build output clear with a white background #482

Closed Jamesits closed 7 years ago

Jamesits commented 7 years ago

It seems build output text is always white regardless of syntax theme.

noseglid commented 7 years ago

Which syntax theme are you using? Could you add a screenshot of this?

Jamesits commented 7 years ago

Tried Atom Light and Solarized Light.

This is under Atom Light: image

Solarized Light: image

Switched to Atom Material (a dark theme): image

darkyen commented 7 years ago

Would it be possible just to use the terminal output and pipe it as is? Including the color information ?

Jamesits commented 7 years ago

@darkyen The problem is this plugin don't use theme's foreground color.

noseglid commented 7 years ago

Have you tried the overrideThemeColors setting?