A theme for Qutebrowser based on the Adwaita theme.
- Find your ~/.qutebrowser directory.
git clone https://github.com/WammKD/Adwaita-Theme-for-Qutebrowser.git adwaita
- In ~/.qutebrowser/config.py, add the following:
import adwaita.draw
adwaita.draw.render(c)
For more information, check out the Qutebrowser documentation on Configuring Qutebrowser, in particular the section on config.py.
- Dracula Theme by @evannagle, which provided a basis for figuring out how to create this theme
- Nord Theme by @Linuus
- Another Nord Theme by @KnownAsDon