diff --git a/.gitmodules b/.gitmodules index 697b2500..5fa99163 100644 --- a/.gitmodules +++ b/.gitmodules @@ -272,3 +272,6 @@ [submodule "assets/syntaxes/02_Extra/typst-syntax-highlight"] path = assets/syntaxes/02_Extra/typst-syntax-highlight url = https://github.com/hyrious/typst-syntax-highlight +[submodule "assets/themes/Catppuccin"] + path = assets/themes/Catppuccin + url = https://github.com/SchweGELBin/catppuccin-bat-sub.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d19363..ea563b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ ## Themes +- Add Catppuccin, see #3317 (@SchweGELBin) + ## `bat` as a library # v0.25.0 diff --git a/assets/acknowledgements.bin b/assets/acknowledgements.bin index d62426dd..39d8cc61 100644 Binary files a/assets/acknowledgements.bin and b/assets/acknowledgements.bin differ diff --git a/assets/syntaxes.bin b/assets/syntaxes.bin index 21043c5e..f5994e25 100644 Binary files a/assets/syntaxes.bin and b/assets/syntaxes.bin differ diff --git a/assets/themes.bin b/assets/themes.bin index b42fa8f3..6eae1611 100644 Binary files a/assets/themes.bin and b/assets/themes.bin differ diff --git a/assets/themes/Catppuccin b/assets/themes/Catppuccin new file mode 160000 index 00000000..19c44530 --- /dev/null +++ b/assets/themes/Catppuccin @@ -0,0 +1 @@ +Subproject commit 19c4453001446027fd5a8f6f69bc130cc79e04be diff --git a/tests/assets.rs b/tests/assets.rs index f7b207fc..358e07ea 100644 --- a/tests/assets.rs +++ b/tests/assets.rs @@ -14,6 +14,10 @@ fn all_themes_are_present() { themes, vec![ "1337", + "Catppuccin Frappe", + "Catppuccin Latte", + "Catppuccin Macchiato", + "Catppuccin Mocha", "Coldark-Cold", "Coldark-Dark", "DarkNeon",