daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

Atom UI #131

Open drewcassidy opened 10 years ago

drewcassidy commented 10 years ago

There already exists a version of Spacegrey for atom, perhaps you could port your sublime UIs for that?

daylerees commented 10 years ago

I've got most of this done. :)

daylerees commented 10 years ago

Here's an example:

atom

Anahkiasen commented 10 years ago

I think themes should be put in a subfolder matching their context, ie. sublime/ui/someTheme.tmTheme instead of two separate folders, same for Atom, no ?

daylerees commented 10 years ago

While it sounds good in practice, it may break the themes for anyone who updates. Kinda sad I know, but I get a lot of rage when I change the structure.

Anahkiasen commented 10 years ago

Well no it's different for the themes, you don't specify a path to the theme in Sublime AFAIK, you just give its name, so the path is computed automatically no or something ?

corelon commented 10 years ago

I noticed that the UI themes and syntax themes have the same folder names and the same filenames inside. How can I install both (UI and syntax) themes? One way would be to rename it myself, but that is a lot of pain.