Add dracula themes
This commit is contained in:
parent
e2aff226d6
commit
c7cbf35e15
15 changed files with 865 additions and 99 deletions
.config/qutebrowser
|
@ -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
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue