Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 910 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 910 Bytes

Assets imported from bat

syntaxes.bin and ansi.tmTheme were imported from bat cd81c7fa6bf0d061f455f67aae72dc5537f7851d. They're licensed with the MIT license.

How to update syntaxes.bin

Copy from bat's assets directory.

How to update themes.bin

The file is generated by assets/builder. Run the following command in this directory.

cd ./builder && cargo run

How to add a new color theme

  1. Add the color theme repository to ./submodules as Git submodule.
  2. Edit ./builder/src/main.rs. Add the path to .tmTheme file to THEME_PATHS constant.
  3. Run cargo run to re-generate themes.bin.

Note: The CI workflow checks if the themes.bin file is up-to-date.