summaryrefslogtreecommitdiff
path: root/.config/qutebrowser/config.py
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-02 06:09:19 +0200
committerThanosApollo <[email protected]>2022-11-02 06:09:19 +0200
commit0a600810c440095ae48e371b41777e7fa2dfe355 (patch)
tree2e7d089cf0db8f87d59cc0da62335fe94c08d198 /.config/qutebrowser/config.py
parent5d79b753e35463e97bd4b1e88a330f8e3ef1a0e0 (diff)
Add dracula theme
Diffstat (limited to '.config/qutebrowser/config.py')
-rw-r--r--.config/qutebrowser/config.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 6085a9c..8370f97 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -1,8 +1,18 @@
-
+import dracula.draw
# My config
+# Load existing settings made via :set
+
+
+dracula.draw.blood(c, {
+ 'spacing': {
+ 'vertical': 6,
+ 'horizontal': 8
+ }
+})
+
# Dark mode
config.set("colors.webpage.darkmode.enabled", True),
@@ -28,7 +38,7 @@ config.bind('php', 'spawn --userscript qute-pass --password-only')
# Theme
-config.source('themes/onedark.py')
+
# Search engines
c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}',