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
50.92k stars 3.15k forks source link

Theme to define separate background for git gutter #12275

Open narqo opened 6 months ago

narqo commented 6 months ago

Check for existing issues

Describe the feature

I propose expanding the current object model for Zed's theme, allowing to define background colours for git gutter. Right now, the colours defined with created, modified and deleted are used as both text colours for the workspace file names, and background of git gutter. I find this unfortunate, at least with light schemas. A darker colour should be used for text, but a lighter variant of this colour for background. Other, the gutter becomes too visually heavy, and grabs too much of attention from the code.

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

No response

narqo commented 1 month ago

For the reference, this is how it's solved in Goland IDE

Screenshot 2024-10-28 at 19 19 34

Note on the screenshot: