feat: apply Nord theme to glow markdown renderer

- Add .config/glow/nord.json — full glamour style using Nord palette
  (Polar Night bg, Frost headings, Aurora syntax, Snow Storm text)
- Configure glow.yml to use the Nord style by default
- Track both glow files in .gitignore whitelist

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-26 18:13:10 +02:00
co-authored by Claude Sonnet 4.6
parent e3f8f8a742
commit 52a5409495
3 changed files with 215 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# style name or JSON path (default "auto")
style: "/home/valknar/.config/glow/nord.json"
# mouse support (TUI-mode only)
mouse: false
# use pager to display markdown
pager: false
# word-wrap at width
width: 80