Add dracula themes

This commit is contained in:
Tobias Reisinger 2021-03-30 22:53:39 +02:00
parent e2aff226d6
commit c7cbf35e15
15 changed files with 865 additions and 99 deletions
.config/qutebrowser

View file

@ -1,7 +1,13 @@
import dracula.draw
config.load_autoconfig()
c.auto_save.session = True
#c.colors.webpage.darkmode.enabled = True
#c.colors.webpage.darkmode.policy.images = 'never'
c.colors.webpage.preferred_color_scheme = 'dark'
#c.content.proxy = "socks://localhost:9050/"
c.content.headers.accept_language = "en-IE,en;q=0.9"
@ -45,3 +51,11 @@ config.bind('<Alt-9>', 'tab-focus 9')
config.bind('<Ctrl-Tab>', 'tab-next')
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
dracula.draw.blood(c, {
'spacing': {
'vertical': 1,
'horizontal': 3
}
})