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/gruvbox.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config/qutebrowser/gruvbox.py (limited to 'config/qutebrowser/gruvbox.py') diff --git a/config/qutebrowser/gruvbox.py b/config/qutebrowser/gruvbox.py deleted file mode 100644 index d06e346..0000000 --- a/config/qutebrowser/gruvbox.py +++ /dev/null @@ -1,16 +0,0 @@ -base00 = "#282828" -base01 = "#3c3836" -base02 = "#504945" -base03 = "#665c54" -base04 = "#bdae93" -base05 = "#d5c4a1" -base06 = "#ebdbb2" -base07 = "#fbf1c7" -base08 = "#fb4934" -base09 = "#fe8019" -base0A = "#fabd2f" -base0B = "#b8bb26" -base0C = "#8ec07c" -base0D = "#83a598" -base0E = "#d3869b" -base0F = "#d65d0e" -- cgit v1.2.3