summaryrefslogtreecommitdiff
path: root/config/qutebrowser/themes/nord.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/themes/nord.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/themes/nord.py')
-rw-r--r--config/qutebrowser/themes/nord.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/qutebrowser/themes/nord.py b/config/qutebrowser/themes/nord.py
new file mode 100644
index 0000000..3e4f13d
--- /dev/null
+++ b/config/qutebrowser/themes/nord.py
@@ -0,0 +1,16 @@
+base00 = "#2e3440"
+base01 = "#3b4252"
+base02 = "#434c5e"
+base03 = "#4c566a"
+base04 = "#d8dee9"
+base05 = "#e5e9f0"
+base06 = "#eceff4"
+base07 = "#8fbcbb"
+base08 = "#bf616a"
+base09 = "#d08770"
+base0A = "#ebcb8b"
+base0B = "#a3be8c"
+base0C = "#88c0d0"
+base0D = "#81a1c1"
+base0E = "#b48ead"
+base0F = "#5e81ac"