Skip to content

Instantly share code, notes, and snippets.

@hlung
Created January 20, 2015 08:32
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hlung/ccac0a7a5b2f2559c3b9 to your computer and use it in GitHub Desktop.
Save hlung/ccac0a7a5b2f2559c3b9 to your computer and use it in GitHub Desktop.
div > .vimiumHintMarker {
/* linkhint boxes */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565756),
color-stop(100%,#242524));
border: 1px solid #e4e5e4;
opacity: 1.0;
text-shadow: none !important;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: #f1f2f1;
font-weight: normal;
font-size: 18px;
font-family: Avenir;
}
div > .vimiumHintMarker > .matchingCharacter {
color: #969696;
}
@lubokkanev
Copy link

Pasting this in the settings menu of vimium does nothing.

@antmachine
Copy link

antmachine commented Oct 15, 2016

Works for me. Did you put it in the section "CSS for link hints"?

@hlung, nice work!

@nerdius
Copy link

nerdius commented Jul 18, 2017

Good work. Works for me as well.

I've created one for Arc Dark theme if anyone's interested.

@ferenczy
Copy link

ferenczy commented Nov 29, 2018

@lubokkanev It's changing the style of the link hints only not the Vimium interface in general (Vomnibar, text response, etc.). If you want a real Vomnibar theme, you can try for example this one (Dark mode).

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