Skip to content

Dark solarized css stylesheet for qutebrowser. Make the web like your terminal ! :)

Notifications You must be signed in to change notification settings

davidtys/qutebrowser_dark_solarized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qutebrowser Dark Solarized

Dark solarized css stylesheet for the qutebrowser. Make the web like your terminal ! :)

I tried to adapt it to content sites that did not work well (documentation, media ...).

Please note I'm not a front guy and there is a lot to improve. I just wanted to have all my sites in dark :)

Screenshots

Google StackOverflow Git HackerNews Medium WikiArch Wikipedia

Style

There are two stylesheets :

  • solarized-dark.css comes straight from alphapapa
  • custom_solarized.css adapts it to different websites I tested

Usage

In settings

Tape :set and put their names in content.user_stylesheets with your path.

Example :

["solarized-dark.css", "custom_solarized.css"]

In config

In config.py :

c.content.user_stylesheets = [
    'solarized-dark.css',
    'custom_solarized.css'
]

Sites I tested

TODO

Improve the style when displays code (ex comments in git)

About

Dark solarized css stylesheet for qutebrowser. Make the web like your terminal ! :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages