Marshall Bowers
9cb5a84b8d
Add support for loading user themes ( #7027 )
...
This PR adds support for loading user themes in Zed.
Themes are loaded from the `themes` directory under the Zed config:
`~/.config/zed/themes`. This directory should contain JSON files
containing a `ThemeFamilyContent`.
Here's an example of the general structure of a theme family file:
```jsonc
{
"name": "Vitesse",
"author": "Anthony Fu",
"themes": [
{
"name": "Vitesse Dark Soft",
"appearance": "dark",
"style": {
"border": "#252525 ",
// ...
}
}
]
}
```
Themes placed in this directory will be loaded and available in the
theme selector.
Release Notes:
- Added support for loading user themes from `~/.config/zed/themes`.
2024-01-29 21:32:45 -05:00
..
2024-01-27 13:51:16 +01:00
2024-01-28 12:01:10 -05:00
2024-01-29 10:06:57 +01:00
2024-01-29 20:00:47 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 10:48:54 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 13:46:45 -08:00
2024-01-29 13:08:40 -05:00
2024-01-23 17:40:30 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 22:18:10 +02:00
2024-01-27 13:38:55 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 13:08:40 -05:00
2024-01-23 17:40:30 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 22:34:37 -05:00
2024-01-29 18:04:15 -08:00
2024-01-27 13:51:16 +01:00
2024-01-28 23:46:10 +02:00
2024-01-29 18:04:15 -08:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-28 14:10:10 -05:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 22:18:10 +02:00
2024-01-29 18:21:23 -08:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-23 17:40:30 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-28 12:01:10 -05:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 17:51:34 -05:00
2024-01-23 17:40:30 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-29 21:32:45 -05:00
2024-01-29 10:06:57 +01:00
2024-01-29 21:32:45 -05:00
2024-01-27 13:51:16 +01:00
2024-01-29 21:32:45 -05:00
2024-01-27 13:51:16 +01:00
2024-01-29 20:00:47 +01:00
2024-01-27 13:51:16 +01:00
2024-01-27 13:51:16 +01:00
2024-01-29 21:32:45 -05:00
2024-01-27 13:51:16 +01:00