-
Notifications
You must be signed in to change notification settings - Fork 32
custom themes #32 8000
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
Comments
Hi @chmontgomery, where would we add these themes once we've come up with them? By that I mean, where should we be inserting them with a PR? |
@Charlotteis good question. I just created a themes folder that you can add to |
@chmontgomery cheers! |
thanks @arminkhoshbin for our first custom theme! 👏 |
Nice! |
Thank you @chmontgomery and @Charlotteis! |
Have some more people wanting to do some themes, so I thought I'd show them that this: #33 is an example of how to do it, thanks to armin :) |
Heads up, I believe there is a typo in the themes readme. require('gulp/themes/lemonade') Shouldn't this be?: require('gulp-help/themes/lemonade') |
@levithomason thanks for finding this! the readme has been updated. |
I'm looking for help with custom themes on the
gulp4
branch. With this new re-write ofgulp-help
, almost everything is customizable throughoptions
. See here for all the possible options.As you can see,
options.styles
takes a map of style functions. By default these are allchalk
functions but could really be anything that modifies a string.I'm looking for people to come up with some different themes (dark, light, etc) to accommodate different terminals. The default looks good with my black background, but I'm sure there are many other variations people could think of. PRs would be helpful.
Thanks.
The text was updated successfully, but these errors were encountered: