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

hint charachter is not visible if you active Force Dark Mode for Web Contents #152

Closed
Monirzadeh opened this issue Apr 6, 2020 · 5 comments

Comments

@Monirzadeh
Copy link

hi
I active Force Dark Mode for Web Contents in chrome://flags so hint character color reverse.
it hard to read them.
is it possible to exclude them or a way to change hint color(i like default yellow color)?
i can't find a good documentation for change vimium-c theme.

@gdh1995
Copy link
Owner

gdh1995 commented Apr 7, 2020

You may configure the "Custom CSS for Vimium UI" in advanced options on Vimium C Options page.

This issue is the same as #111, and can not be solved by extensions.

Here's a sample from another user (#111 (comment)):

.LH { background: green; }
.LH { border: 0.5px solid lightgreen; }

@Monirzadeh
Copy link
Author

thank you

@Monirzadeh
Copy link
Author

Monirzadeh commented Jun 18, 2020

You may configure the "Custom CSS for Vimium UI" in advanced options on Vimium C Options page.

This issue is the same as #111, and can not be solved by extensions.

Here's a sample from another user (#111 (comment)):

.D > .LH { background: green; }
.LH { border: 0.5px solid lightgreen; }

hi @gdh1995. this code not working on version 1.83.4 anymore
any thing change?

@gdh1995
Copy link
Owner

gdh1995 commented Jun 19, 2020

@Monirzadeh Yes there's a new regression. For v1.83.4, please write:

}
.LH { background: green; }
.LH { border: 0.5px solid lightgreen; }

Note a prefix of } and no .D >.

@Monirzadeh
Copy link
Author

Monirzadeh commented Jul 7, 2020

@Monirzadeh Yes there's a new regression. For v1.83.4, please write:

}
.LH { background: green; }
.LH { border: 0.5px solid lightgreen; }

Note a prefix of } and no .D >.

after new update (version 1.84) i should change to

.LH { background: green; }
.LH { border: 0.5px solid lightgreen; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants