mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
0fe0683ef4
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
28 lines
463 B
Plaintext
28 lines
463 B
Plaintext
.idea
|
|
**/target
|
|
**/cargo-target
|
|
/zed.xcworkspace
|
|
.DS_Store
|
|
/plugins/bin
|
|
/script/node_modules
|
|
/styles/node_modules
|
|
/styles/src/types/zed.ts
|
|
/crates/theme/schemas/theme.json
|
|
/crates/collab/static/styles.css
|
|
/crates/collab/.admins.json
|
|
/vendor/bin
|
|
/assets/*licenses.md
|
|
**/venv
|
|
.build
|
|
Packages
|
|
*.xcodeproj
|
|
xcuserdata/
|
|
DerivedData/
|
|
.swiftpm/config/registries.json
|
|
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
|
.netrc
|
|
.swiftpm
|
|
**/*.db
|
|
.pytest_cache
|
|
.venv
|