Last active
May 24, 2021 14:47
-
-
Save wvovaw/7895a6ebf4f881b5a421e69e53ebf090 to your computer and use it in GitHub Desktop.
Vimium config. It has several search engines and Groovebox Dark theme
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
{ | |
"settingsVersion": "1.66", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://mail.google.com/*", | |
"passKeys": "" | |
}, | |
{ | |
"pattern": "https://godbolt.org/", | |
"passKeys": "" | |
} | |
], | |
"filterLinkHints": false, | |
"waitForEnterForFilteredHints": true, | |
"hideHud": false, | |
"keyMappings": "# Insert your preferred key mappings here.\nmap J previousTab\nmap K nextTab", | |
"linkHintCharacters": "sadfjklewcmpgh", | |
"linkHintNumbers": "0123456789", | |
"newTabUrl": "about:newtab", | |
"nextPatterns": "next,more,newer,>,›,→,»,≫,>>", | |
"previousPatterns": "prev,previous,back,older,<,‹,←,«,≪,<<", | |
"regexFindMode": false, | |
"ignoreKeyboardLayout": true, | |
"scrollStepSize": 60, | |
"smoothScroll": true, | |
"grabBackFocus": true, | |
"searchEngines": "w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia\nd: https://duckduckgo.com/?q=%s DuckDuckGo\ng: https://www.google.com/search?q=%s Google\ngl: https://www.google.com/search?q=%s&btnI I'm feeling lucky...\ngi: https://www.google.com/search?tbm=isch&q=%s Google Images\ntr: https://translate.google.com/?source=osdd#auto|auto|%s Google Translate\ny: https://www.youtube.com/results?search_query=%s Youtube\nym: https://music.youtube.com/search?q=%s Youtube Music\ngh: https://github.com/search?q=%s GitHub\ngist: https://gist.github.com/search?q=%s GitHub Gists\nimdb: https://www.imdb.com/find?s=all&q=%s IMDB\nsh: https://shikimori.one/animes?search=%s Shikimori\ne: https://emojipedia.org/search/?q=%s Emojipedia\nwa: https://www.wolframalpha.com/input/?i=%s Wolfram Alpha", | |
"searchUrl": "https://www.google.com/search?q=", | |
"userDefinedLinkHintCss": "div > .vimiumHintMarker {\n padding: 2px 3px;\n background-color: #282828;\n border: 0;\n border-radius: 2px;\n box-shadow: 0em 0.1em 0.6em 0.1em rgba(0, 0, 0, 0.4);\n background-image: none;\n}\n\ndiv > .vimiumHintMarker span {\n font-size: 10px;\n font-family: JetBrainsMono Nerd Font;\n font-weight: bold;\n text-shadow: none;\n color: #fabd2f;\n}\n\ndiv > .vimiumHintMarker > .matchingCharacter {\n color: #83a598;\n}\n\n/*VOMNIBAR*/\n#vomnibar{\n background-color: #282828;\n}\n\n#vomnibar input {\n color: #ebdbb2;\n font-weight: normal;\n font-size: 20px;\n font-family: JetBrainsMono Nerd Font Mono;\n height: 34px;\n margin-bottom: 0;\n padding: 4px;\n background-color: #1d2021;\n border-radius: 3px;\n border: 1px solid #282828;\n box-shadow: #add8e6 0px 0px 1px;\n width: 100%;\n outline: none;\n box-sizing: border-box;\n}\n\n#vomnibar .vomnibarSearchArea {\n display: block;\n padding: 10px;\n background-color: #1d2021;\n border-radius: 4px 4px 0 0;\n border-bottom: 0px solid #add8e6;\n}\n\n#vomnibar ul {\n background-color: #282828;\n border-radius: 0 0 4px 4px;\n list-style: none;\n padding-top: 0;\n padding-bottom: 0;\n margin-block-start: 2px;\n margin-block-end: 0px;\n}\n\n#vomnibar li {\n border-bottom: 1px solid #1d2021;\n line-height: 1.1em;\n padding: 7px 10px;\n font-size: 16px;\n color: f8f8f2;\n position: relative;\n display: list-item;\n margin: auto;\n}\n\n#vomnibar li .vomnibarBottomHalf {\n font-size: 15px;\n margin-top: 3px;\n padding: 2px 0;\n}\n\n#vomnibar li .vomnibarSource {\n color: #689d6a;\n margin-right: 4px;\n}\n#vomnibar li .vomnibarRelevancy {\n position: absolute;\n right: 0;\n top: 0;\n padding: 5px;\n background-color: #282a36;\n color: #ebdbb2;\n font-family: JetBrainsMono Nerd Font Mono;\n width: 100px;\n overflow: hidden;\n}\n\n#vomnibar li .vomnibarUrl {\n color: #83a598;\n #\n}\n\n#vomnibar li .vomnibarMatch {\n font-weight: bold;\n color: #ebdbb2;\n}\n\n#vomnibar li.vomnibarSelected {\n background-color: #181D24;\n}\n\n#vomnibar li em, #vomnibar li .vomnibarTitle {\n color: #ebdbb2;\n margin-left: 4px;\n font-weight: normal;\n}\n#vomnibar li em { font-style: italic; }\n#vomnibar li em .vomnibarMatch, #vomnibar li .vomnibarTitle .vomnibarMatch {\n color: #fabd2f;\n}\n\n#vomnibarInput::selection {\n background-color: #458588;\n}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment