I'm extremely glad to see something like this. I've tried to use Zed so many times, and this might sound neurotic -- but there are just so many little theming things that make a difference to me. For example, https://imgur.com/a/ia2GCgg -- top is VSCode, bottom is Zed. Both using Svelte, and using a similar theme. - Angle brackets are a different color - Capitalized built-in components are a different color - Boolean…
Zed Editor Theme-Builder
61–70 of 88 posts
Re: Zed Editor Theme-Builder
#62Earlier quoted context omitted.
You need to create and sign into a Zed account to use their prediction AI (Zeta) in order to get 2000 free predictions. https://zed.dev/docs/ai/edit-prediction
You can also download the same model and run it locally without data leaving your machine, the Zed tram released it as open weights: https://huggingface.co/zed-industries/zeta-2
At the moment it seems it's great for personal development and development in environments where concerns around IP are less of an issue.
It's not so clear how to use it in corporation context where you'd be in breach of employment contract accidentally because defaults mean sending confidential IP to 3rd parties.
Re: Zed Editor Theme-Builder
#63edit: clarity
Re: Zed Editor Theme-Builder
#64If you use Omarchy, the 3.8 update includes dynamic theming for Zed. It's very cool: https://github.com/APS6/omazed
Re: Zed Editor Theme-Builder
#65Ha.. thats a very cool way of adjusting. themes. I hoped for being able to adjust a lot of things around markdown edit and markdown preview though. My biggest problem with Zed right now. Themes are actually ok to me. Maybe thats on their todo though who knows.
"markdown_preview_font_family": "Fira Sans Condensed",
"markdown_preview_theme": "Ayu Dark",
https://github.com/zed-industries/zed/pull/54003Re: Zed Editor Theme-Builder
#66This feels shallow, but one of the biggest things keeping me from using zed is the lack of a good default dark theme. The defaults all feel very low contrast, gray on gray that makes the experience feel dull and off putting to me, even if the editor itself is great.
Re: Zed Editor Theme-Builder
#67Re: Zed Editor Theme-Builder
#68Does Zed have "I work for corp where ie. only github copilot is allowed, I don't want free auto completions or anything that sends code to 3rd party" flag?
Re: Zed Editor Theme-Builder
#69In the end I fed some screenshots (and original ST4 config) to AI studio and it came up with something workable but not exactly a replica. Naturally different editors have different semantic tokens.
Re: Zed Editor Theme-Builder
#70Zed is "almost there" for me. The theme builder is good and easy to use, and I only needed a few minutes to make my own. Syntax coloring is almost there, but still lacking (I use C/C++) Small visual adjustment like line height in the UI text is not configurable enough (only two settings) Scrolling should have a smooth option, nothing prevents it, it should be super easy to add, I find it easier on the eyes when I mov…