zed/crates/theme_importer/src
d1y 45cf36e870
theme_importer: Add --output flag for outputting the theme to a file (#7486)
```bash
cargo run -p theme_importer -- dark-plus-syntax-color-theme.json --output output.json
```

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-02-07 16:23:36 -05:00
..
vscode theme_importer: Define more colors in VsCodeTheme (#6960) 2024-01-28 21:55:40 -05:00
assets.rs Load embedded fonts directly from .rdata instead of cloning (#6932) 2024-01-29 10:06:57 +01:00
color.rs Remove old themes using UserTheme constructs (#6897) 2024-01-27 16:55:37 -05:00
main.rs theme_importer: Add --output flag for outputting the theme to a file (#7486) 2024-02-07 16:23:36 -05:00
util.rs Account for colors in VS Code theme being optional 2023-11-03 10:54:12 -04:00
vscode.rs Reorganize theme_importer 2023-11-09 13:07:32 -05:00