jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

bad integration with themes. #126

Open akaRem opened 8 years ago

akaRem commented 8 years ago

see:

2015-11-20 0 16 43 2015-11-20 0 19 37 2015-11-20 0 18 45

I use Atom material

MarcelMue commented 8 years ago

Should be an CSS issue, I am not sure how much work it would be to fix this unfortunately.

samirfor commented 8 years ago

screenshot - 01-12-2015 - 09 00 11

screenshot - 01-12-2015 - 09 01 35

Got really weird after the last update of the atom-material-ui theme v1.0.4.

jmanuel1 commented 8 years ago

In the light version of the atom-material-ui theme you end up with white text against a white background. image

spawnedc commented 8 years ago

You can simply add the following to your personal stylesheet (Atom->Stylesheet) to get rid of the borders and then restart Atom.

.git-control {
  pre {
    border: 0;
  }
}