qutebrowser: add dracula theme as a submodule
This commit is contained in:
parent
468348aea0
commit
ae514a0095
@ -254,3 +254,13 @@ config.bind(';g', 'hint links userscript qute-gemini')
|
||||
config.bind(';G', 'hint links userscript qute-gemini-tab')
|
||||
config.bind(';b', 'hint links userscript getbib')
|
||||
config.bind(';m', 'hint links spawn mpv --gpu-context=wayland --hwdec=auto {hint-url}')
|
||||
|
||||
import dracula.draw
|
||||
|
||||
dracula.draw.blood(c, {
|
||||
'spacing': {
|
||||
# set to zero to not alter the default tab sizes
|
||||
'vertical': 0,
|
||||
'horizontal': 0
|
||||
}
|
||||
})
|
||||
|
1
.config/qutebrowser/dracula
Submodule
1
.config/qutebrowser/dracula
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ba5bd6589c4bb8ab35aaaaf7111906732f9764ef
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
||||
[submodule ".config/mako/dracula-mako"]
|
||||
path = .config/mako/dracula-mako
|
||||
url = https://github.com/dracula/mako
|
||||
[submodule ".config/qutebrowser/dracula"]
|
||||
path = .config/qutebrowser/dracula
|
||||
url = https://github.com/dracula/qutebrowser-dracula-theme.git
|
||||
|
Loading…
Reference in New Issue
Block a user