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.19k stars 2.72k forks source link

Blue border on focused item in project panel #12723

Open joebno opened 3 months ago

joebno commented 3 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Latest release has added a blue border to focused file/folder in the project panel, with no clear way to remove it.

I've worked through all settings as detailed in https://[zed.dev/schema/themes/v0.1.0.json](https://zed.dev/schema/themes/v0.1.0.json), and nothing changes it. It was only on preview (can't remember which version it showed up on), and it has just showed up on the latest stable release (Zed 0.138.4).

Environment

Zed: v0.138.4 (Zed) OS: macOS 14.5.0 Memory: 16 GiB Architecture: aarch64

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

Screenshot 2024-06-06 at 09 12 19

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

dimitrisnl commented 3 months ago

Based on the discussion here https://github.com/zed-industries/zed/discussions/12725. You can override it by changing text.accent.

I believe this is a bug, though, as I would expect a border related style.

joebno commented 3 months ago

Thanks @dimitrisnl, changing text.accent removed it.

I would second this as a bug, as it should be a border related style - never would have thought to try the text accent to remove a border.