-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Revised cursor colour #5
Comments
Thanks for your report. I did some research and found this PR in the Termite repository which documents the Can you please try to set the
This should result in a dark foreground color ( If both methods are not working I'll create a VirtualBox image to test it, but I think it is easier if you could test it on your system beforehand. This is how it actually looks like when using a VTE based emulator like Terminix or GNOME Terminal. |
Nice to see that it works! 😄 |
I have applied the following changes to my local copy of the termite config which increase the visibility of the cursor.
The cursor colour uses the same colour as the foreground (white text). Therefore when the cursor is placed above white text (this occurs quite frequently), you cannot read the text underneath. Below is an example of this within vim.
By adjusting the cursor to use the colour
nord6
instead ofnord4
, this increases the brightness of the cursor, and hence fix this problem. Using pure white,#FFFFFF
results in even more contrast, and hence makes white text even more readable when the cursor is placed over the top.The text was updated successfully, but these errors were encountered: