├── .gitignore ├── README.md ├── custom_solarized.css ├── screenshots ├── sol-arch.png ├── sol-git.png ├── sol-google.png ├── sol-hn.png ├── sol-medium.png ├── sol-stack.png └── sol-wik.png └── solarized-dark.css /.gitignore: -------------------------------------------------------------------------------- 1 | ~/ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/README.md -------------------------------------------------------------------------------- /custom_solarized.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/custom_solarized.css -------------------------------------------------------------------------------- /screenshots/sol-arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/screenshots/sol-arch.png -------------------------------------------------------------------------------- /screenshots/sol-git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/screenshots/sol-git.png -------------------------------------------------------------------------------- /screenshots/sol-google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/screenshots/sol-google.png -------------------------------------------------------------------------------- /screenshots/sol-hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/screenshots/sol-hn.png -------------------------------------------------------------------------------- /screenshots/sol-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/screenshots/sol-medium.png -------------------------------------------------------------------------------- /screenshots/sol-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/screenshots/sol-stack.png -------------------------------------------------------------------------------- /screenshots/sol-wik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/screenshots/sol-wik.png -------------------------------------------------------------------------------- /solarized-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davidtys/qutebrowser_dark_solarized/HEAD/solarized-dark.css --------------------------------------------------------------------------------