Add more dracula
This commit is contained in:
parent
ac47f9a710
commit
69c09c4f7a
8 changed files with 431 additions and 3 deletions
.config/qutebrowser
|
@ -44,3 +44,12 @@ config.bind('<Alt-9>', 'tab-focus 9')
|
|||
|
||||
config.bind('<Ctrl-Tab>', 'tab-next')
|
||||
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
|
||||
|
||||
import dracula.draw
|
||||
|
||||
dracula.draw.blood(c, {
|
||||
'spacing': {
|
||||
'vertical': 1,
|
||||
'horizontal': 1
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue