We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug You mention that you support themes in the README, but the only thing you view is the following:
Change the color theme. freeze artichoke.hs --theme dracula
Change the color theme.
freeze artichoke.hs --theme dracula
Never in the docs or the code base can I see which themes you support.
To Reproduce Steps to reproduce the behavior:
Expected behavior After looking at your dependencies, I could quite quickly see that you're using chroma.
Chroma does link to a page where you can view themes, so it'd be nice to have the same link here in the freeze docs: https://xyproto.github.io/splash/docs/index.html
You also add the "charm" specific theme, which is not included in that page. So maybe something like:
As we use chroma, you can use any of the themes found in https://github.com/alecthomas/chroma/tree/master/styles. Previews of chroma's themes: https://xyproto.github.io/splash/docs/index.html We also add in an additional charm theme
As we use chroma, you can use any of the themes found in https://github.com/alecthomas/chroma/tree/master/styles. Previews of chroma's themes: https://xyproto.github.io/splash/docs/index.html
We also add in an additional charm theme
charm
Screenshots N/A
Desktop (please complete the following information):
Smartphone (please complete the following information): N/A
Additional context Nice tool you got here :) I really like it
The text was updated successfully, but these errors were encountered:
Thanks for this issue, or I'll never find the available theme list 😂.
For those we come to this issue in the future, TL;DR: see this page.
Sorry, something went wrong.
And for those who come to this issue wanting to compare all themes in one page, check this link here.
No branches or pull requests
Describe the bug
You mention that you support themes in the README, but the only thing you view is the following:
Never in the docs or the code base can I see which themes you support.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After looking at your dependencies, I could quite quickly see that you're using chroma.
Chroma does link to a page where you can view themes, so it'd be nice to have the same link here in the freeze docs: https://xyproto.github.io/splash/docs/index.html
You also add the "charm" specific theme, which is not included in that page. So maybe something like:
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
Nice tool you got here :) I really like it
The text was updated successfully, but these errors were encountered: