qutebrowser: add dracula theme as a submodule

This commit is contained in:
surtur 2021-11-14 18:16:29 +01:00
parent 468348aea0
commit ae514a0095
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 14 additions and 0 deletions

@ -254,3 +254,13 @@ config.bind(';g', 'hint links userscript qute-gemini')
config.bind(';G', 'hint links userscript qute-gemini-tab') config.bind(';G', 'hint links userscript qute-gemini-tab')
config.bind(';b', 'hint links userscript getbib') config.bind(';b', 'hint links userscript getbib')
config.bind(';m', 'hint links spawn mpv --gpu-context=wayland --hwdec=auto {hint-url}') 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
}
})

@ -0,0 +1 @@
Subproject commit ba5bd6589c4bb8ab35aaaaf7111906732f9764ef

3
.gitmodules vendored

@ -10,3 +10,6 @@
[submodule ".config/mako/dracula-mako"] [submodule ".config/mako/dracula-mako"]
path = .config/mako/dracula-mako path = .config/mako/dracula-mako
url = https://github.com/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