Skip to content

Instantly share code, notes, and snippets.

@zynaxsoft
Last active February 26, 2020 06:34
Show Gist options
  • Save zynaxsoft/a548d0af9a37dc4e9ca8c89af5c8fd36 to your computer and use it in GitHub Desktop.
Save zynaxsoft/a548d0af9a37dc4e9ca8c89af5c8fd36 to your computer and use it in GitHub Desktop.
Vimium solarized dark
div > .vimiumHintMarker {
/* linkhint boxes */
background: #fdf6e3;
border: 1px solid #585858;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: #657b83;
font-weight: 600;
font-size: 14px;
}
div > .vimiumHintMarker > .matchingCharacter {
color: #dc322f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment