Skip to content

Instantly share code, notes, and snippets.

@hlung
Created January 20, 2015 08:32
Show Gist options
  • 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;
}
@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