-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Atom Syntax to Atom 1.0 API #197
Conversation
TOC is in alphabetical order because it is easier to scan & read.
Thanks for this @arminrosu , gonna take a proper look this weekend! You're right about the build process, and don't worry about excess values. You just have to match up the theme as best as possible. Don't need to use every value. :) |
Thanks! |
Does the ./atom folder need to be rebuilt? Last update to that folder is still reading "2 years ago". |
Yes it does. I emailed Dayle about it a few days ago, waiting for a response. |
Related daylerees/colour-schemes#197
I made a temporary repository that holds the rebuilt colour schemes for Atom so that other users don't have to rebuild them. |
@cusxio thanks, great idea! |
Ahoy!
TLDR; Turn this:
to this:
Notice how the UI changes with the theme.
@daylerees could you please have a look at these:
cd ./build; composer install; php run.php raincolour;
.I will commit the compiled files too if you think the PR is good.
Thanks for making pretty colors for me to look at :)