Sublime Forum

Color Scheme Editor for Sublime

#6

Whoa. This is incredible, and EXACTLY what I was hoping someone would create! GREAT JOB!

0 Likes

#7

This is AMAZING!!!

0 Likes

#8

Great! Now…how does one actually utilize this program?

0 Likes

#9

Just go to the website…?

0 Likes

#10

[quote=“adzenith”]

Just go to the website…?[/quote]

Well, yeah, but I was hoping to run standalone on my machine.

0 Likes

#11

The page can totally work offline. You can not save the page since some of the HTML5 File APIs are not working on file:// protocol, but it neither does need any internet connection nor sends anything to the server. It’s all client side.

It’s possible to convert it to a chrome app in future but at the moment, it’s much easier and faster to deploy to a server on heroku.

0 Likes

#12

[quote=“aziz”]The page can totally work offline. You can not save the page since some of the HTML5 File APIs are not working on file:// protocol, but it neither does need any internet connection nor sends anything to the server. It’s all client side.

It’s possible to convert it to a chrome app in future but at the moment, it’s much easier and faster to deploy to a server on heroku.[/quote]

Cool. Thanks, aziz.

0 Likes

#13

Nice work on that. I don’t see any need for my color scheme CSS-like language that I was planning now, so good job on making my ToDo smaller and also providing a great utility.

Also, I remember seeing something with a similar interface before and it was some kind of a draft, but I can’t remember what its initial purpose was.

0 Likes

#14

This is fantastic. What an incredibly efficient way to tweak my schemes to meet my particular needs. Thank you for sharing this.

0 Likes

#15

Two possible suggestions if you haven’t thought of them already:

  • User-specified syntax files
  • User-specified code snippets

Nice work. Well done.

0 Likes

#16

It’s great! I like it a lot. It’s totally an online verison of Sublime Text.

0 Likes

#17

Nice work. Thanks.

0 Likes

#18

Did some small adjustments to your excellent tool using userstyles. Thought I could share it.

Link to Gist

http://media-cache-is0.pinimg.com/736x/28/36/64/28366497baf81a6107a81d4db8ccbce2.jpg

0 Likes

#19

Hi - noticed this great color scheme editor webapp is not working anymore? It is not fully loading whereas it was working previously - has something changed and can the working version be restored?

0 Likes

#20

Still works for me

0 Likes

#21

Hey Guys,

Noticed it’s also down for me - get i 503 (Service Unavailable) error in the Console :frowning:

Really keen to try this awesome editor out!

0 Likes

#22

I believe it’s fixed now. if you’ve any problem please report it as an issue on github repo: github.com/aziz/tmTheme-Editor/ … state=open

0 Likes

#23

This is super sweet. Thank you!

0 Likes

#24

This is wonderful… but what do I do with the downloaded file? How do I install it on my local sublime?
Would probably make sense to include such instructions on the website.

0 Likes

#25

You can/should place it in “Packages/User” and then you can select it in the “Preferences > Color Scheme” menu.

Select “Preferences > Browse Packages…” to get to the “Packages” dir mentioned above.

But yes, I guess instructions on the site would be appropriate.

0 Likes