Merge pull request #3317 from SchweGELBin/catppuccin

Themes: Add Catppuccin
This commit is contained in:
Keith Hall 2025-05-31 16:50:34 +03:00 committed by GitHub
commit f11d34997a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View File

@ -272,3 +272,6 @@
[submodule "assets/syntaxes/02_Extra/typst-syntax-highlight"] [submodule "assets/syntaxes/02_Extra/typst-syntax-highlight"]
path = assets/syntaxes/02_Extra/typst-syntax-highlight path = assets/syntaxes/02_Extra/typst-syntax-highlight
url = https://github.com/hyrious/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

View File

@ -38,6 +38,8 @@
## Themes ## Themes
- Add Catppuccin, see #3317 (@SchweGELBin)
## `bat` as a library ## `bat` as a library
# v0.25.0 # v0.25.0

Binary file not shown.

BIN
assets/syntaxes.bin vendored

Binary file not shown.

BIN
assets/themes.bin vendored

Binary file not shown.

1
assets/themes/Catppuccin vendored Submodule

@ -0,0 +1 @@
Subproject commit 19c4453001446027fd5a8f6f69bc130cc79e04be

View File

@ -14,6 +14,10 @@ fn all_themes_are_present() {
themes, themes,
vec![ vec![
"1337", "1337",
"Catppuccin Frappe",
"Catppuccin Latte",
"Catppuccin Macchiato",
"Catppuccin Mocha",
"Coldark-Cold", "Coldark-Cold",
"Coldark-Dark", "Coldark-Dark",
"DarkNeon", "DarkNeon",