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/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",