From db0dfe5ce621ab346046a8e144407e8b151123c9 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 19 Jun 2025 01:09:11 +0400 Subject: 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 --- config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser/config.py') 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. -- cgit v1.2.3