Assets imported from bat
syntaxes.bin
and ansi.tmTheme
were imported from bat cd81c7fa6bf0d061f455f67aae72dc5537f7851d
. They're licensed with
the MIT license.
Copy from bat's assets directory.
The file is generated by assets/builder
. Run the following command in this directory.
cd ./builder && cargo run
- Add the color theme repository to
./submodules
as Git submodule. - Edit
./builder/src/main.rs
. Add the path to.tmTheme
file toTHEME_PATHS
constant. - Run
cargo run
to re-generatethemes.bin
.
Note: The CI workflow checks if the themes.bin
file is up-to-date.