chore: remove unused xtask themelint (#10294)

* chore: remove unused xtask themelint

* chore(clippy): remove unused themes
This commit is contained in:
Alexander Brevig 2024-04-08 18:15:31 +02:00 committed by GitHub
parent ea2a4858b7
commit be8afe1bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 222 deletions

View file

@ -36,13 +36,6 @@ For inspiration, you can find the default `theme.toml`
user-submitted themes
[here](https://github.com/helix-editor/helix/blob/master/runtime/themes).
### Using the linter
Use the supplied linting tool to check for errors and missing scopes:
```sh
cargo xtask themelint onedark # replace onedark with <name>
```
## The details of theme creation