-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple-cursors bar are invisible #62
Comments
Hello @in-in! Can you please tell me more about your setup? What version of the Does this problem occur in specific scenaria or is it always like this? |
GNU Emacs 28.1 |
I cannot reproduce this. In my case, I use the command Is your problem limited to the modus-themes or does it happen with other themes as well? |
Also note that your screenshot does not look like a Modus theme. Make sure no other theme is interfering by disabling it with |
I also had the same problem with the vertical bar cursor and multiple-cursors' "fake" cursors being invisible only with modus. There is some discussion related to this over in the multiple-cursors repo (magnars/multiple-cursors.el#367). There seems to be some subtleties with the cursor face being inverted and the timing of things being set. I found this configuration worked for me (note the colors are reversed):
|
Good to know @yrns! What you are doings with the `(mc/cursor-bar-face ((,c :height 1 :foreground ,fg-main :background ,bg-main)))
`(mc/cursor-face ((,c :inverse-video t))) Maybe it suffices to remove all the multiple-cursors faces from the themes? EDIT: Though you are suggesting that |
The bar seems to be the same color as the background, so it is invisible.
The text was updated successfully, but these errors were encountered: