diff options
author | ThanosApollo <[email protected]> | 2022-10-21 04:08:55 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-21 04:08:55 +0300 |
commit | a6ed83dba909e1e2419dac27b5fac070f79e2eb7 (patch) | |
tree | fef939c121cbb2238f35c8880c229c333be4c582 /.config/qutebrowser/config.py | |
parent | b60b17ce3b8407c7359fb7c531368f6af90d9078 (diff) |
Change theme
Diffstat (limited to '.config/qutebrowser/config.py')
-rw-r--r-- | .config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 8f4b26f..6085a9c 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -28,7 +28,7 @@ config.bind('php', 'spawn --userscript qute-pass --password-only') # Theme -config.source('themes/dracula.py') +config.source('themes/onedark.py') # Search engines c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}', |