-
Notifications
You must be signed in to change notification settings - Fork 429
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
Dark theme #231
Comments
The default output viewed in chromium/chrome with the Deluminate extension works very well for me. |
I don't use Chrome, I use uzbl. |
This one works perfectly for me https://userstyles.org/styles/37035/github-dark |
@Atcold How did you manage to apply that theme to generated html? Did you modify the template? |
From the style editing panel:
|
That only affects the appearance in the browser, not the contents of the generated html file itself. |
@kikijiki, yes, of course. The visualisation engine is going to be GitHub, after all, no? What is that you're trying to achieve instead? |
I'm using grip to export the file as html to distribute it, it would be cool if the file itself contained the dark style modifications. |
Copy and paste the content of the CSS theme file? |
GitHub now has an official dark mode: https://github.com/settings/appearance |
Just posted a PR that implements full GitHub theme support. #335 If you can't wait for it to merge, uninstall your current grip, then: git clone https://github.com/aparajita/grip.git
cd grip
git checkout theming
pip3 install -r requirements.txt
# to run
python3 /path/to/grip/grip/__main__.py You'll probably want to make that last line into an alias to |
It would be useful to also have some theming options, maily for a dark theme.
The text was updated successfully, but these errors were encountered: