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

sVim link hints don't work with Nightlight Safari extension #101

Open
nikitavoloboev opened this issue Sep 24, 2018 · 3 comments
Open

sVim link hints don't work with Nightlight Safari extension #101

nikitavoloboev opened this issue Sep 24, 2018 · 3 comments

Comments

@nikitavoloboev
Copy link

I am using Nightlight Safari extension to automatically turn all the websites I visit into dark mode as I just downloaded Mojawe and love its night mode.

However with it, sVim link hints become unusable as you can't read the letters any more. Here is how it looks:

2018-09-25 at 00 52

Is it possible to fix this?

@luchenyuxx
Copy link
Contributor

@nikitavoloboev you can change your hint style in the settings. Change it to another colour if the current one is not visible.

.sVim-hint {
  background-color: #FFFF01;
  color: #000000;
  font-size: 10pt;
  font-family: monospace;
  line-height: 10pt;
  padding: 0px;
  opacity: 0.7;
  position: fixed;
}

@abrookins
Copy link
Collaborator

abrookins commented Sep 25, 2018 via email

@nikitavoloboev
Copy link
Author

I used @luchenyuxx advice and changed my .sVim-hint CSS to this:

.sVim-hint {
 /* background-color: #FFFF01; white */
  background-color: ##FFFFF8; /* night */
 /* color: #000000;  white */
  color: #EBEBEB; /* night */
  font-size: 10pt; 
  font-family: monospace;
  line-height: 10pt;
  padding: 0px;
  opacity: 0.7;
}

It works well only in some cases I get purple background like here
2018-09-27 at 00 42

Anyone knows why?

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

No branches or pull requests

3 participants