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/themes/gruvbox.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/qutebrowser/themes/gruvbox.py (limited to 'config/qutebrowser/themes/gruvbox.py') diff --git a/config/qutebrowser/themes/gruvbox.py b/config/qutebrowser/themes/gruvbox.py new file mode 100644 index 0000000..d06e346 --- /dev/null +++ b/config/qutebrowser/themes/gruvbox.py @@ -0,0 +1,16 @@ +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