Closed kottkrig closed 4 years ago
It adds a block_caret color that is brighter than the line_highlight color.
block_caret
line_highlight
When line highlight and block caret is enabled the block caret is invisible since it has the same color as the line highlight.
The block caret is not visible since it has the same color as the line highlight:
The block caret is visible.
What does this PR do?
It adds a
block_caret
color that is brighter than theline_highlight
color.Why was this PR needed?
When line highlight and block caret is enabled the block caret is invisible since it has the same color as the line highlight.
Screenshots
Before this fix
The block caret is not visible since it has the same color as the line highlight:
After this fix
The block caret is visible.