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:
parent
9d6414b0cc
commit
0fe0683ef4
25 changed files with 13672 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue