Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
49.27k
stars
2.98k
forks
source link
can't use defined 'selection' color in terminal #7532
Closed
tecandrew closed 8 months ago
Check for existing issues
Describe the bug / provide steps to reproduce it
using a custom Cursor color works, but Selection within the terminal uses the same cursor color making it difficult to read sometimes.
the selection-highlight color only works in the editor pane.
This selection/cursor coloring wasn't documented in the https://zed.dev/schema/themes/v0.1.0.json, just kind of ran into it when trying to fix Catppuccin theming
Environment
Zed: v0.122.1 (Zed Preview) OS: macOS 14.3.0 Memory: 16 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response