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
45.92k stars 2.55k forks source link

change cursor color #4655

Open sontixyou opened 1 year ago

sontixyou commented 1 year ago

Check for existing issues

Describe the feature

Is it possible to modify it so that the cursor color can be set regardless of the color theme that has been set?

I would be happy if I could do the following to set it up.

"theme": "One Dark",
"cursor_color": "#ffffff", # for cursor_color config

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

No response

JosephTLyons commented 1 year ago

Hey @sontixyou, at the moment, this isn't possible, but it seems like a reasonable feature request.

tonydero commented 1 month ago

As part of this request, could one color option be "inverted"? That is, the cursor background ground color is the color of whatever the text color is at that location, and the foreground is the theme's background color, e.g. the cursor has a red background with black text when over a red text character.