Skip to content
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

Fixed incorrect styling of 'fake' cursors #2161

Merged
merged 2 commits into from
Nov 22, 2017

Conversation

Chillee
Copy link
Member

@Chillee Chillee commented Nov 19, 2017

Our decorations were stupidly done. I just copied over the relevant CSS from the actual cursor in VSCode. Now they should be indistinguishable.

Before:

After:

// used for dark colored themes
backgroundColor: 'rgba(224, 224, 224, 0.4)',
borderColor: 'rgba(0, 0, 0, 1.0)',
color: '#515052',
Copy link
Member

@jpoon jpoon Nov 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To conform with the light color, put rgb value. => rgb(81,80,82)

@Chillee Chillee merged commit e5b085e into VSCodeVim:master Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants