-
Notifications
You must be signed in to change notification settings - Fork 28
Zaibatsu: cursor visibility issue #251
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
Comments
I can fix it by giving |
Following @romainl's lead, here's how I set colorscheme zaibatsu
autocmd ColorScheme zaibatsu highlight MatchParen ctermfg=white ctermbg=NONE cterm=NONE
syntax on Here's how it looks without this config (buggy invisible cursor): And with this change (you can see the cursor): In both cases, the cursor is on the inner open parenthesis in the body of the function. The screenshots are from Vim 9.1 on Ubuntu 24.10 using Gnome Terminal on a Raspberry Pi 5. It would be great to fix the root issue so workarounds like this wouldn't be necessary :) |
It's even worse if you use the matchup plugin. It extends the matchparen highlighting to language-specific constructs. In this example the yellow cursor is who-knowns-where in the highlighted yellow attribute: ![]() |
Uh oh!
There was an error while loading. Please reload this page.
(from an email received on my personal address, user says they can't use GitHub)
Hi,
I use zaibatsu in vim as my colortheme, i have 2 problems:
First:
i find insert-mode the match bucket is white background is confilict with cursor color,
so i can not notice where is cursor position.
example:
(word|)
when cursor position at |,the () bucket will highlight white background, and can not notice where is cusror.
Another question is:
the status bar background is white, i think it not look good for an dark color theme.
may be https://helix-editor.com/ status bar is good look.
please fix zaibatsu, thanks ;p
The text was updated successfully, but these errors were encountered: