jesseweed / seti-syntax

A subtle dark colored theme for Atom.
MIT License
185 stars 66 forks source link

Style plugin for split-diff makes word diff not visible #142

Open mupchrch opened 7 years ago

mupchrch commented 7 years ago

Hi, @pitkling logged a bug on the split-diff package: https://github.com/mupchrch/split-diff/issues/89. It seems to have to do with something seti-syntax is doing to override split-diff's line marker styling. Relevant code here.

From what I can tell, it seems like this doesn't need to be done anymore. Disabling this styling override (at least in chrome dev tools) seems to show what I'd expect to see.

Before removing seti override: image

After removing seti override: image