Created
January 20, 2015 08:32
-
-
Save hlung/ccac0a7a5b2f2559c3b9 to your computer and use it in GitHub Desktop.
"Dark Theme" CSS for Chrome Vimium extension (https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=en)
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: -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; | |
} |
Works for me. Did you put it in the section "CSS for link hints"?
@hlung, nice work!
Good work. Works for me as well.
I've created one for Arc Dark theme if anyone's interested.
@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
Pasting this in the settings menu of vimium does nothing.