mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-20 01:27:55 +02:00
Merge pull request #3317 from SchweGELBin/catppuccin
Themes: Add Catppuccin
This commit is contained in:
commit
f11d34997a
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
BIN
assets/acknowledgements.bin
vendored
BIN
assets/acknowledgements.bin
vendored
Binary file not shown.
BIN
assets/syntaxes.bin
vendored
BIN
assets/syntaxes.bin
vendored
Binary file not shown.
BIN
assets/themes.bin
vendored
BIN
assets/themes.bin
vendored
Binary file not shown.
1
assets/themes/Catppuccin
vendored
Submodule
1
assets/themes/Catppuccin
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 19c4453001446027fd5a8f6f69bc130cc79e04be
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user