-
Notifications
You must be signed in to change notification settings - Fork 3
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
Okay, so... how do I *actually* generate my own scheme? #1
Comments
Thanks for the feedback, I just edited the README with hopefully a bit more helpful information to get people on the way making there own colorschemes. |
Sorry for taking so long to follow up. This doesn't really answer my question. What I need to know are the commands I need to run, as well as the dependencies I need to have in order to run those commands. How is the sass file compiled? How is the scss file generated? How does that scss file get used for a viewable demo page? The procedure as you describe it is way too vague, I don't know what's going on. I'm not a web developer hip to the current development trends, I'm a Linux application developer. |
There is this extra complexity on Github that is confusing; I can see that, that is why I updated this demo of Base2Tone-Prism on Codepen to make this a bit more easy going and straight forward. I will edit the README to point to this demo as well, so thanks again for your feedback.
Codepen has their own Sass rendering engine going on, no need to worry about that over there; it happens automagically, but the demo's here on Github are using Compass to compile the add_import_path "output/prism-sass" This setup on Github makes sense to me, for this is generating
The way to update them is editing the base16-builder --scheme "db/schemes/base2tone-pool.yml" --template "db/templates/prism/dark.ejs" > "output/prism/prism-base2tone-pool-dark.css"
base16-builder --scheme "db/schemes/base2tone-pool.yml" --template "db/templates/prism-sass/dark.ejs" > "output/prism-sass/_prism-base2tone-pool-dark.scss" The first command - see also the bash-script Okay so ... in essence; one doesn't generate I hope this was helpful. |
I'm sure this will sound stupid, but I'm not clear on how I'm supposed to generate a yml scheme for base16-builder given two hues. I see there are some sass files in the assets folder that seem to be the right direction, but I'm not clear on where to go from there. The
cli/io.sh
file mentioned in the readme no longer exists, and your commit messages don't really give me any clues on where it went and why. The readme doesn't really have any directions on what to do aside from "edit the demo tiles!"Can you help me out? Thanks.
The text was updated successfully, but these errors were encountered: