zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.95k stars 2.95k forks source link

is it possible to have different colors for the terminal, context window, and codespace? #18653

Closed RustoMCSpit closed 3 weeks ago

RustoMCSpit commented 3 weeks ago

Check for existing issues

Describe the feature

image image

all the themes look like the above for me: the terminal, context window, and codespace all are colored the same. this is an eyesore. is it possible to theme these parts of the gui differently? say have a dark terminal with a bright codespace as if the two images were fused? am i missing something?

If applicable, add mockups / screenshots to help present your vision of the feature

No response

jansol commented 3 weeks ago

Yes, themes explicitly specify the background colors for the editor, panels and the terminal separately. A lot of other elements also have their own backgrounds.

RustoMCSpit commented 3 weeks ago

Yes, themes explicitly specify the background colors for the editor, panels and the terminal separately. A lot of other elements also have their own backgrounds.

oh? sorry i didnt know as all the built in themes share colors across editor, terminal, panel. do i install these other ones off of an unoffical github repo or?

jansol commented 3 weeks ago

A number of themes are available as extensions, you can install them directly from within zed (click on the menu in the top right where it shows your github pfp or just a v if you're not signed in). You can also manually place custom theme .json files in zed's config directory as described in the docs: https://zed.dev/docs/themes

There is also a 3rd party theme gallery: https://zed-themes.com/ with a graphical theme editor (TIL) if you want to roll your own.