Skip to content
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

Add color rand for zsh #95

Closed
wants to merge 3 commits into from
Closed

Add color rand for zsh #95

wants to merge 3 commits into from

Conversation

miallo
Copy link
Contributor

@miallo miallo commented Dec 21, 2020

For selecting a random color scheme run color rand or add another
pattern, like color rand dark. By default it will print the name of
the new color scheme, but you can surpress this by passing in -q or
--quiet before the (optional) pattern.

Fixes #94

For selecting a random color scheme run `color rand` or add another
pattern, like `color rand dark`. By default it will print the name of
the new color scheme, but you can surpress this by passing in `-q` or
`--quiet` before the (optional) pattern.
@miallo miallo changed the title Add colors rand for zsh Add color rand for zsh Dec 21, 2020
@miallo
Copy link
Contributor Author

miallo commented Dec 22, 2020

Sorry for missing that - I changed the parsing of the args in my implementation for a more explicit way...

@wincent wincent closed this in 05c65ac Dec 22, 2020
@wincent
Copy link
Owner

wincent commented Dec 22, 2020

Thanks @miallo; I squashed the commits and added some tweaks on top.

@miallo
Copy link
Contributor Author

miallo commented Dec 23, 2020

Sorry for the style issues - I should have done them myself...

Thanks again for your nice vim videos - I learned a lot from them!

@wincent
Copy link
Owner

wincent commented Dec 23, 2020

Good to hear and thanks once again for the PR.

wincent added a commit that referenced this pull request Jul 11, 2022
Seeing as the other base16 submodule just broke, I thought I'd check
this related one for breakage too, but this one hasn't had its default
branch deleted, and just some minor updates:

* vendor/base16-templates-source 420ca45...3af55c8 (8):
  > Update README.md
  > Merge pull request #105 from krgn/master
  > Merge pull request #102 from bradcush/feat/base16-nvim
  > Merge pull request #101 from wincent/patch-1
  > Merge pull request #98 from fmunch/mate-terminal
  > Merge pull request #97 from ArenM/master
  > Merge pull request #95 from MArpogaus/master
  > Merge pull request #92 from Misterio77/patch-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a method to chose random colors-scheme
2 participants