Commit Graph

23 Commits (master)

Author SHA1 Message Date
David Peter 949f207275 Update binary assets 1 year ago
Martin Nordholts 7334ab4542
Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181)
* Bump to syntect 5.0.0 to e.g. start lazy-loading themes

Closes #915
Closes #951
Closes #1846
Closes #1854

* Typo fix formated -> formatted

* Update CHANGELOG.md
2 years ago
Martin Nordholts 7fceb4878f
Load themes lazily for improved startup time (#1969)
This is for #951. Syntax lazy-loading will come later and have a much bigger
impact, but lazy-loading of themes does not have negligible impact.
3 years ago
David Peter f827ed338b Update binary assets 3 years ago
David Peter a98811b6d7 Update syntaxes and themes 3 years ago
John Meow 3d07dec8fd Use Briles/gruvbox .tmTheme files instead of peaceant's port 3 years ago
sharkdp e0207f8167 Fix test 3 years ago
Armand Philippot dae6664555 Update themes.bin - Coldark themes 4 years ago
sharkdp 3a85fd767b Update themes.bin 4 years ago
David Peter 12e4fd138b Add updated themes.bin
Branch: add_gruvbox_theme
4 years ago
sharkdp 2ab6474761 Add unit test to make sure we are not missing any themes 4 years ago
sharkdp e54e218e3b Update binary assets 4 years ago
sharkdp 406bffa8c8 Update syntaxes and themes 4 years ago
sharkdp 7d7ee1b594 Update cached verison of themes 4 years ago
sharkdp 319ab779ee Use 4-bit ANSI codes for base16 theme
closes #865
4 years ago
sharkdp 916c1e4359 Update assets 4 years ago
sharkdp 3c4384990d Update syntaxes and themes 5 years ago
sharkdp e79c5516bf Bump version, update assets 6 years ago
sharkdp 54c434934e Bump version, update assets 6 years ago
sharkdp 839e4ee611 Bump version 6 years ago
sharkdp 052425b12f Load customized themes in addition to defaults
- New themes in `$BAT_CONFIG_DIR/themes` are now loaded *in addition* to
  the default themes (they may also override).
- The `Default.tmTheme` symlink is not necessary anymore.

This relates to #172
6 years ago
sharkdp a1e1170319 Add a few popular Sublime Text themes 6 years ago
sharkdp 145b99f01c Include syntaxes and themes in repository
This changes a few things:

- All syntaxes and themes are now stored (as submodules) under
  assets/syntaxes and assets/themes

- The default directories for syntaxes and themes are "syntaxes"
  and "themes" (used to be "syntax" and "themes")

- The "bat cache" command can now take a `--source <dir>` and
  `--target <dir>` option.

- The cached files have been renamed to "themes.bin" and "syntaxes.bin"
6 years ago