Created
June 26, 2017 19:51
-
-
Save SammysHP/b8e116b2a52b035ede80e5def9059ea3 to your computer and use it in GitHub Desktop.
Vimperator dark colorscheme, copy to ~/.vimperator/colors/dark.vimp and run ":colorscheme dark"
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
""" Default """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
hi Normal color: #dddddd; background: #222222; | |
hi ContentSeparator border-top: 1px dotted #444444; display: -moz-box; background: #222222; | |
hi StatusLine color: #999999; background: transparent; font-weight: normal; | |
""" Commandline """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
hi CmdLine background: #222222; color: #dddddd; transition: all 0.25s; | |
hi CmdLine>* font-family: monospace; | |
hi CmdOutput white-space: pre; | |
hi Prompt background: url("chrome://liberator/skin/prompt.png"); width: 10px; background-position: center; background-repeat: no-repeat; | |
hi Preview color: #999999; | |
" e.g. "Find" | |
hi PromptText color: #222222; background: #b58900; padding-top: 2px; font-weight: bold; | |
hi Question color: green; background: white; font-weight: bold; | |
" e.g. "Ignore" | |
hi ModeMsg color: #222222; background: #859900; border-radius: 1px; padding: 0px 5px; font-weight: bold; | |
hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; | |
hi CompMsg font-style: italic; margin-left: 16px; | |
hi ErrorMsg color: #222222; background: #d64937; font-weight: bold; | |
hi InfoMsg color: #859900; | |
hi MoreMsg color: #859900; | |
hi WarningMsg color: #d64937; | |
""" Completion """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
hi CompDesc width: 500px; max-width: 500px; color: #999999; | |
" hi CompGroup | |
hi CompGroup:not(:first-of-type) margin-top: 1ex; | |
hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; background-color: white; | |
hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle; | |
hi CompItem background: #222222; | |
hi CompItem>* height: 18px; min-height: 18px; padding: 0 0.5ex; | |
hi CompItem[selected] background: #444444; | |
hi CompResult width: 500px; max-width: 500px; overflow: hidden; | |
hi CompTitle font-weight: bold; background: #111111; | |
hi CompTitle>* color: #dddddd; border-top: 1px solid #444444; border-bottom: 1px solid #444444; padding: 2px 0.5ex 1px 0.5ex; | |
" Highlight of typed characters | |
hi Filter background: #444; color: #FF5F1C; | |
" Tilde for empty line in completion | |
hi NonText color: #268bd2; min-height: 16px; padding-left: 2px; | |
hi URL text-decoration: none; color: #9CC7E6; | |
hi URL:hover text-decoration: underline; cursor: pointer; | |
hi Title color: #cb4b16; font-weight: bold; | |
hi Indicator color: #268bd2; | |
""" Hints """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
hi Hint font-family: monospace; font-size: 10px; font-weight: bold; text-transform: uppercase; color: white; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 1px 0px 1px; | |
hi Hint::after content: attr(number); | |
hi HintActive background-color: #88FF00; color: black; | |
hi HintElem background-color: yellow; color: black; | |
hi HintImage opacity: .5; | |
""" TODO """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" hi Bell border: none; background-color: #ff00ff; | |
" hi FrameIndicator background-color: #ff00ff; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment