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
47.48k stars 2.77k forks source link

Emphasize focused editor group #17948

Open NiloCK opened 1 week ago

NiloCK commented 1 week ago

Check for existing issues

Describe the feature

This may be different depending on colour themes, but I think there's a general point to be made.

When multiple editor groups are opened, the currently active (focused) group is displayed equivalently to the inactive group.

Possible suggestions:

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

It seems impossible to distinguish the active vs inactive group here:

image

VSCode counterexample with softer tab title text:

image

notpeter commented 1 week ago

It appears that VSCode dims the text color of both active and inactive editor tabs when there is an editor in focused in another pane. This dimming does not occur when you're temporarily focused on the terminal or project panel.