Floobits / atom-term3

Open Terminal tabs in Atom. Fork of Term package
Other
88 stars 17 forks source link

Background uses theme style background and that can be undesirable #13

Closed AddictArts closed 8 years ago

AddictArts commented 8 years ago

Simple fix is in term-view.coffee applyStyle, by commenting out commented line where it sets it to null

# remove background color in favor of the atom background
#@term.element.style.background = null

yuck vs better

liudangyi commented 8 years ago

+1

johnnyjian commented 8 years ago

+1

ggreer commented 8 years ago

OK, new release pushed. Though I'm still not sure this will fix styling issues for everyone.