-
Notifications
You must be signed in to change notification settings - Fork 211
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
Current line background color faded #369
Comments
Current line (either frame or background color) without alpha (which means hides line text) is not supported. The default alpha is 90, #define IMEIndicatorDefaultColor RGB(0x10, 0x80, 0x10)
#define MarkOccurrencesDefaultAlpha 100
#define SelectionDefaultAlpha 95
#define CaretLineDefaultAlpha 90 |
You can use |
Thanks for the report, fixed by 4afeeb7. |
Thanks for the quick fix. I confirm that: Feel free to close this issue ticket if (2) is a change by design. |
Fixes wrong caret line configuration introduced by a2a1013.
Cool. I confirm that everything in this issue ticket has been fixed. Thank you very much :) Closing it now. |
Problem: The current line background is significantly lighter than what I set in the configuration.
Notepad2 version: 9f63a60, compiled on 9/10/2021, from AppVeyor
Windows version: Windows 11 Enterprise 64-bit Build 22454
How to reproduce:
Results: The current line background color is not #E8E8FF, but actually #F6F6FF.
The text was updated successfully, but these errors were encountered: