mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-15 15:18:45 +00:00
Merge 65eb534695545447d99a5231b08fa5ee325068e0 into caba54efc9410f76d8f234247bee3f4076030f2d
This commit is contained in:
commit
9656843037
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -263,3 +263,6 @@
|
|||||||
[submodule "assets/syntaxes/02_Extra/CFML"]
|
[submodule "assets/syntaxes/02_Extra/CFML"]
|
||||||
path = assets/syntaxes/02_Extra/CFML
|
path = assets/syntaxes/02_Extra/CFML
|
||||||
url = https://github.com/jcberquist/sublimetext-cfml.git
|
url = https://github.com/jcberquist/sublimetext-cfml.git
|
||||||
|
[submodule "assets/themes/bat"]
|
||||||
|
path = assets/themes/bat
|
||||||
|
url = https://github.com/catppuccin/bat.git
|
||||||
|
@ -75,6 +75,9 @@
|
|||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
- Added Catppuccin themes (Latte, Frappe, Macchiato, Mocha), see #3099 (@aadirave)
|
||||||
|
|
||||||
|
|
||||||
## `bat` as a library
|
## `bat` as a library
|
||||||
|
|
||||||
- Changes to `syntax_mapping::SyntaxMapping` #2755 (@cyqsimon)
|
- Changes to `syntax_mapping::SyntaxMapping` #2755 (@cyqsimon)
|
||||||
|
1
assets/themes/bat
vendored
Submodule
1
assets/themes/bat
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d3feec47b16a8e99eabb34cdfbaa115541d374fc
|
@ -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