Add serialized versions of themes (#6885)

This PR adds serialized versions of each of the themes that currently
ship with Zed.

In a future PR we'll be looking to make these the canonical
representations of the built-in themes.

Note that we're intentionally repurposing the `theme_importer` to do
this, so that crate is a bit rough-and-ready at the moment.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-01-27 13:35:43 -05:00 committed by GitHub
parent 9d6414b0cc
commit 0fe0683ef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 13672 additions and 14 deletions

2
.gitignore vendored
View file

@ -11,9 +11,7 @@
/crates/collab/static/styles.css
/crates/collab/.admins.json
/vendor/bin
/assets/themes/*.json
/assets/*licenses.md
/assets/themes/staff/*.json
**/venv
.build
Packages