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

Is there any file or page where all the existing themes are showed off? #490

Open
eldarj opened this issue Jan 5, 2022 · 5 comments
Open

Comments

@eldarj
Copy link

eldarj commented Jan 5, 2022

Is there any screenshot, file or page where all the existing themes are showed off with examples of each one?

@tomchiverton
Copy link

Try this

for th in `git_prompt_list_themes 2>&1`; do echo "this is $th";  GIT_PROMPT_THEME=$th; setGitPrompt ; echo "${PS1@P}" ;  done;

@tomchiverton
Copy link

@tomchiverton
Copy link

@magicmonty could we get this listed on the main docs page somehow ? The .zip contains raw HTML.

@mg-bayoo
Copy link

@tomchiverton Raw HTML is not so good here I think. If you find a way to automate screenshots this way, then we could integrate them into the wiki page

@tomchiverton
Copy link

Well, the code above will run to generate the raw ANSI output, but I don't know of a good way to capture this other than 'save as' in Konsole

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

No branches or pull requests

3 participants