Sublime Forum

Color Scheme Editor for Sublime

#3

Very nice. You should also allow the removal and addition of core settings stuff like gutter background and foreground. Some themes don’t have those defined, and when you upload the theme, you can’t add them either. Very good though. Thanks!

0 Likes

#4

really impressive!!!
Look forward to new lang examples^

0 Likes

#5

this is coming soon. it’s on my list

parsing tmLanguage files are really complex, but as you can see, I’m working on it on my spare time. the javascript REGEX is really limited and does not support a lot of expressions used in tmLanguage files. I might end up doing it on the server in ruby.

0 Likes

#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