feat: add Nord theme for bat

- .config/bat/themes/Nord.tmTheme — full tmTheme covering comments,
  strings, numbers, keywords, functions, types, tags, CSS, markdown,
  diff markup, decorators, regex, YAML/TOML/JSON, shell
- .config/bat/config — sets Nord as default theme
- arty.yml: bat:build task to rebuild cache after cloning dotfiles
- .gitignore: whitelist bat config and theme

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 19:32:33 +02:00
co-authored by Claude Sonnet 4.6
parent af6beaff1e
commit a403cf68f3
4 changed files with 604 additions and 0 deletions
+1
View File
@@ -74,3 +74,4 @@ scripts:
mkdir -p ~/.local/share/fonts/Meslo
curl -L https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Meslo.tar.xz | tar --extract --xz --directory ~/.local/share/fonts/Meslo
fc-cache -fv
bat:build: bat cache --build