Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base2Tone-bat duotone colorscheme repo as submodule #3067

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,6 @@
[submodule "assets/syntaxes/02_Extra/CFML"]
path = assets/syntaxes/02_Extra/CFML
url = https://github.com/jcberquist/sublimetext-cfml.git
[submodule "assets/themes/Base2Tone"]
path = assets/themes/Base2Tone
url = https://github.com/atelierbram/Base2Tone-bat
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@

## Themes

- added Base2Tone duotone themes #3067 (@atelierbram)

## `bat` as a library

- Changes to `syntax_mapping::SyntaxMapping` #2755 (@cyqsimon)
Expand Down
1 change: 1 addition & 0 deletions assets/themes/Base2Tone
Submodule Base2Tone added at 1f2bf9
20 changes: 20 additions & 0 deletions tests/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,26 @@ fn all_themes_are_present() {
"ansi",
"base16",
"base16-256",
"base2tone-cave-dark",
"base2tone-desert-dark",
"base2tone-drawbridge-dark",
"base2tone-earth-dark",
"base2tone-evening-dark",
"base2tone-field-dark",
"base2tone-forest-dark",
"base2tone-garden-dark",
"base2tone-heath-dark",
"base2tone-lake-dark",
"base2tone-lavender-dark",
"base2tone-mall-dark",
"base2tone-meadow-dark",
"base2tone-morning-dark",
"base2tone-motel-dark",
"base2tone-pool-dark",
"base2tone-porch-dark",
"base2tone-sea-dark",
"base2tone-space-dark",
"base2tone-suburb-dark",
"gruvbox-dark",
"gruvbox-light",
"zenburn"
Expand Down