Last active
February 26, 2020 06:34
-
-
Save zynaxsoft/a548d0af9a37dc4e9ca8c89af5c8fd36 to your computer and use it in GitHub Desktop.
Vimium solarized dark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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