Last active
August 29, 2015 13:57
-
-
Save chadluo/9663928 to your computer and use it in GitHub Desktop.
vimperator colorscheme yamabuki.
This file contains 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
" vimperator colorscheme yamabuki // #F8B500 | |
" created by yukirock. | |
highlight! Normal color: #FFF; font-family: Monaco; background: #333631; | |
highlight! CmdLine color: #FFF; font-family: Monaco; background: #333631; | |
highlight! StatusLine color: FFF; font-family: Monaco; | |
highlight! PromptText color: #F8B500; background: #F8B500; | |
highlight! CompGroup:not(:first-of-type) margin: 0; | |
highlight! CompTitle font-weight: bold; color: #FFF; background: #333631; line-height: 1.6; | |
highlight! CompTitle>* color: #FFF; | |
highlight! CompItem font-family: Monaco; color: #FFF; | |
highlight! CompItem[selected] background: #595857; | |
highlight! CompIcon width: 16px; min-width: 16px; display: inline-block; margin: 0 0.5ex 0 1em | |
highlight! CompDesc color: #F3F3F2; max-width: 800px; width: 800px; | |
highlight! Filter color: #F8B500; | |
highlight! Hint font: bold 14px 'Monaco'; color: #000; text-shadow: 0 0.1em 1px rgba(255,255,255,0.8); background: -moz-linear-gradient(top, rgba(255,247,133,0.95), rgba(255,197,66,0.95)); padding: 2px; border-radius: 3px; border: 1px solid #666; box-shadow: 0 3px 10px rgba(0,0,0,0.6); z-index: 99999!important; | |
highlight! ModeMsg color: #000; background: #F8B500; margin: 0; padding: 2px; | |
highlight! PromptText color: #E0E0E0; font-weight: bold; | |
highlight! Title color: #FFF; font-weight: bold; margin: 0; padding: 0; | |
highlight! NonText color: #F8B500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment