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
+4
View File
@@ -33,5 +33,9 @@
!.config/micro/bindings.json
!.config/micro/colorschemes/
!.config/micro/colorschemes/nord-tc.micro
!.config/bat/
!.config/bat/config
!.config/bat/themes/
!.config/bat/themes/Nord.tmTheme
!LICENSE
!README.md