-
-
Notifications
You must be signed in to change notification settings - Fork 833
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
Feature Request: Swapping the foreground color and the background color #706
Comments
Are you looking specifically for the ability to configure colors in terms of the foreground/background, or would you be satisfied with a separate option that overrides the cursor color setting and forces it into reverse video mode? |
It would be the latter one, as in the reverse video mode. |
in the next nightly build (in about 20-30 mins), you can set |
It seems that |
It works for me with a quick test here; could you open a new bug issue with all the information needed to reproduce the issue? |
I take a look at the code and I think there is some misunderstanding. When the setting is enabled, it simply uses |
@zhou13 how do you enable dynamic cursor color on wezterm? |
I just pushed a fix for this; it should show up in the nightly builds in ~30 minutes. @AtifChy https://wezfurlong.org/wezterm/config/lua/config/force_reverse_video_cursor.html |
Looks like it works correctly. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your feature request related to a problem? Please describe.
Many terminals support to swap the fg and bg color as the color under the cursor. However, I search through the document and I cannot find an example of this feature. Such a method is better than hardcode the cursor color as it is able to reflect the original color under the cursor.
Describe the solution you'd like
In alacritty, I am able to configure like this:
In wezterm, I hope I will be able to do things like
Describe alternatives you've considered
N./A.
Additional context
N./A.
The text was updated successfully, but these errors were encountered: