summaryrefslogtreecommitdiff
path: root/config/qutebrowser/config.py
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-19 01:09:11 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-19 01:09:11 +0400
commitdb0dfe5ce621ab346046a8e144407e8b151123c9 (patch)
tree0d44327af735e2bc00f35d20cb9341b031f38f25 /config/qutebrowser/config.py
parent86e41aa7d35073f1cf675e50fa2c9f138d417f63 (diff)
chore(qutebrowser): clean up theme, bookmarks and startpage
- Move themes in themes/ folder - Update startpage/index.html: fix height to 100vh, set font to JetBrains Mono 11px, remove unused stylesheet link - Add new themes: ayu_light and nord - Use `current_theme.py` sym-link for selection of themes
Diffstat (limited to 'config/qutebrowser/config.py')
-rwxr-xr-xconfig/qutebrowser/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index faaf7f2..fa84b4e 100755
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -1,4 +1,4 @@
-from gruvbox import *
+from current_theme import *
# Text color of the completion widget. May be a single color to use for
# all columns or a list of three colors, one for each column.