Commit Graph
4 Commits
Author SHA1 Message Date
valknarandClaude Sonnet 4.6 824395fd91 feat: replace bat Nord theme with Arctic Ice Studio reference
Applies the official Nord Sublime Text theme from crabique/Nord-plist
(arcticicestudio/nord-sublime-text) as the authoritative source.

Adaptations for bat/syntect:
- Strip alpha channel from all hex colors (#RRGGBBAA → #RRGGBB)
- Replace non-Nord comment color #616e88 with #4C566A (nord3)
- Remove SublimeLinter/GitGutter package-specific entries
- Consolidate JS+TS decorator and template-expression rules
- Preserve uuid from source for cache identity

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 20:20:46 +02:00
valknarandClaude Sonnet 4.6 faf2b60e8b fix: expand bat Nord theme scope coverage for consistency
- variable/variable.other/support.variable → #D8DEE9 (micro: identifier.var)
- constant.other.boolean → #81A1C1 (YAML true/false, matches micro: constant.bool)
- constant.other.symbol, support.constant → #B48EAD (Ruby symbols, built-in consts)
- keyword.other.special-method → #88C0D0 (micro: identifier)
- entity.other.attribute-name.id, punctuation.definition.entity → #81A1C1
- meta.selector → #D08770 (CSS selectors, micro: special)
- keyword.other.unit generalized (drop css-only constant.numeric.css)
- entity.name.label → #81A1C1 (tag color)
- invalid.broken, invalid.unimplemented → #BF616A (micro: error)
- constant.other.color → #8FBCBB (hex color literals)
- meta.separator → #4C566A (micro: comment)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 20:15:51 +02:00
valknarandClaude Sonnet 4.6 fb5bcbc349 fix: align bat Nord theme with micro Nord theme
- Booleans (true/false) → #81A1C1 nord9, matching micro constant.bool
- Other constants (null, undefined) stay #B48EAD nord15
- Add preprocessor/directive rule → #5E81AC nord10, matching micro preproc
- Add brackets/braces rule → #D8DEE9 nord4, matching micro symbol.brackets

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 20:05:19 +02:00
valknarandClaude Sonnet 4.6 a403cf68f3 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>
2026-06-22 19:32:33 +02:00