diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-19 01:09:11 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-19 01:09:11 +0400 |
commit | db0dfe5ce621ab346046a8e144407e8b151123c9 (patch) | |
tree | 0d44327af735e2bc00f35d20cb9341b031f38f25 /config/qutebrowser/themes/ayu_light.py | |
parent | 86e41aa7d35073f1cf675e50fa2c9f138d417f63 (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/themes/ayu_light.py')
-rw-r--r-- | config/qutebrowser/themes/ayu_light.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/qutebrowser/themes/ayu_light.py b/config/qutebrowser/themes/ayu_light.py new file mode 100644 index 0000000..afb20e9 --- /dev/null +++ b/config/qutebrowser/themes/ayu_light.py @@ -0,0 +1,16 @@ +base00 = "#fafafa" +base01 = "#f0f0f0" +base02 = "#dedede" +base03 = "#b3b1ad" +base04 = "#9e9e9e" +base05 = "#5c6773" +base06 = "#6c7680" +base07 = "#14191f" +base08 = "#ff3333" +base09 = "#f6973f" +base0A = "#f2ae49" +base0B = "#86b300" +base0C = "#4cbf99" +base0D = "#36a3d9" +base0E = "#a37acc" +base0F = "#d33f3f" |