simurai / one-dark-vivid-syntax

A more vivid One Dark Syntax theme
https://atom.io/themes/one-dark-vivid-syntax
MIT License
26 stars 5 forks source link

Version 1.5.0 is not the latest version available for this package... #4

Closed spentacular closed 7 years ago

spentacular commented 7 years ago

I'm not sure if this has anything to do with Atom #13294, but I had some troubles re-installing One Dark Vivid. The package search also looks like this when searching:

screen shot 2016-11-28 at 7 36 08 am

I had some syntax highlighting errors as well, which I think the root comes from having the sync-settings package potentially referencing the original one dark syntax.

Every time I try to install vivid, it just appears to stall out. I don't see any errors in the Developer Console either, just the Install button looking like:

install-button

When I try to install via apm, it only ever adds the one-dark-syntax package back on as a community one, not vivid.

I'm currently running Atom 1.12.5

simurai commented 7 years ago

The settings seem accurate.

So in your case, being on Atom 1.12.5 should install one-dark-vivid-syntax 1.5.0. Not sure why it hangs. You might can try to temporarily disable sync-settings, but I don't think it has anything to do which version gets installed or that it somehow checks if it's the latest.

What if you try to install 1.5.0 explicitly: apm install one-dark-vivid-syntax@1.5.0. Does that work?

spentacular commented 7 years ago

On a completely fresh install, with ~/.atom deleted, the only thing I've run is apm install one-dark-vivid-syntax@1.5.0 and it just installs one-dark-syntax (not the vivid):

screen shot 2016-11-28 at 8 12 18 pm

This was using todays update to 1.12.6 as well.

simurai commented 7 years ago

Ouch.. I think I know what the problem is. Something with the tags got messed up. Notice if you go to https://github.com/simurai/one-dark-vivid-syntax/tree/v1.5.0 it says "One Dark Syntax theme".

I'll try to clean that up, thanks for noticing. 👍

simurai commented 7 years ago

@spentacular Ok, tags should be fixed, if you wanna give it another try.

spentacular commented 7 years ago

Yep! That worked perfectly. Thanks for the quick fix and awesome theme!