Initial Commit
This commit is contained in:
commit
363e11f7c4
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.vimperator/info
|
68
.vimperator/colors/darkness.vimp
Normal file
68
.vimperator/colors/darkness.vimp
Normal file
@ -0,0 +1,68 @@
|
||||
" ==Vimperator_Color_Scheme==
|
||||
" name: Darkness
|
||||
" url: http://code.google.com/p/vimperator-labs/issues/detail?id=280&q=label%3Aproject-vimperator%20label%3Atype-colorscheme&colspec=ID%20Summary%20Project%20Type%20Status%20Priority%20Stars%20Owner
|
||||
" ==Darkness_Colorscheme_Settings==
|
||||
|
||||
"StatusLine settings
|
||||
hi StatusLine color: #ffffff; background: #000000; "font-size: 8pt;
|
||||
" hi StatusLineBroken color: #000000; background: #afafff; "font-size: 8pt;
|
||||
" hi StatusLineSecure color: #000000; background: #afffaf; "font-size: 8pt;
|
||||
|
||||
"CmdLine settings excluding Gradient
|
||||
hi Normal color: #afafaf; background: #222222;
|
||||
hi CmdLine background: #222222; color: #afafaf; font-size: 9pt;
|
||||
hi CompDesc color: #c6c6c6; width: 50%; font-size: 9pt;
|
||||
hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;
|
||||
hi CompItem[selected] background: #666666; color: #afafaf;
|
||||
" hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;
|
||||
" hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;
|
||||
hi CompMsg font-style: italic; margin-left: 16px;
|
||||
hi CompResult width: 45%; overflow: hidden;font-size: 10pt; font-family: monospace; font-weight: normal;
|
||||
hi CompTitle color: #afafaf; background: #222222; font-weight: bold;
|
||||
hi CompTitle>* padding: 0 .5ex;
|
||||
hi Filter font-weight: bold;color: #afafaf;
|
||||
|
||||
"When using tab complete in CmdLine, line separating Title from function and description
|
||||
" hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;
|
||||
" hi GradientLeft background-color: #00bbff;
|
||||
" hi GradientRight background-color: #222222;
|
||||
|
||||
"Used with ]f and [f
|
||||
hi FrameIndicator background-color: #222222; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0;
|
||||
|
||||
hi Bell border: 0 none; background-color: #222222;
|
||||
hi ErrorMsg color: #ffffff; background: red; font-weight: bold;
|
||||
|
||||
|
||||
"Hint section
|
||||
"hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: #f6e9e9; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px;
|
||||
hi Hint font-family: Sans; font-size: 10px; font-weight: bold; color: white; background-color: rgba(0, 0, 0, 0.5); border: solid 1px LightGray;
|
||||
hi Hint::after content: attr(number);
|
||||
hi HintActive background: blue; color: #f6e9e9;
|
||||
hi HintElem background-color: #222222; color: #f6e9e9;
|
||||
hi HintImage opacity: .5;
|
||||
|
||||
"Other important stuff
|
||||
hi InfoMsg color: #afafaf; background: #222222;
|
||||
hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block;
|
||||
hi WarningMsg color: red; background: #222222;
|
||||
hi ModeMsg color: #afafaf; background: #222222; "CmdLine when Not in Use
|
||||
hi MoreMsg color: #afafaf; background: #222222;
|
||||
hi NonText color: lightblue; min-height: 16px; padding-left: 2px;
|
||||
hi Question color: #ffffff; background: #222222; font-weight: bold;
|
||||
" hi Search font-size: inherit; padding: 0; color: #222222; background-color: yellow; padding: 0;
|
||||
hi Function color: lightgreen; background: #222222;
|
||||
hi Number color: tan; background: #222222
|
||||
hi String color: #222222; background: #afafaf;
|
||||
hi Tag color: #222222; background: #afafaf;
|
||||
hi Title color: #222222; background: #afafaf; font-weight: bold;
|
||||
hi URL text-decoration: none; color: lightblue; background: inherit;
|
||||
hi URL:hover text-decoration: underline; cursor: pointer;
|
||||
hi LineNr color: #afafaf; background: #222222;
|
||||
|
||||
"style -name statusbar chrome://* <<EOM
|
||||
"#status-bar statusbarpanel { padding: 0 1px !important; }
|
||||
"statusbarpanel > * { margin: 0 !important; padding: 0 2px 0 0 !important; }
|
||||
"EOM
|
||||
|
||||
"For other descriptions of each item, please see ``Styling'' section included with Vimperator
|
1
.vimperator/plugin/removetabs.js
Symbolic link
1
.vimperator/plugin/removetabs.js
Symbolic link
@ -0,0 +1 @@
|
||||
../plugins/removetabs.js
|
1
.vimperator/plugin/unload-tab.js
Symbolic link
1
.vimperator/plugin/unload-tab.js
Symbolic link
@ -0,0 +1 @@
|
||||
../plugins/unload-tab.js
|
1
.vimperator/plugins
Submodule
1
.vimperator/plugins
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f3ef088540cfd76737dde73e4b3753b73a1d4899
|
7
.vimperatorrc
Normal file
7
.vimperatorrc
Normal file
@ -0,0 +1,7 @@
|
||||
"3.12.0 (created: 2016/02/28 22:07:56)
|
||||
|
||||
colorscheme darkness
|
||||
set hintchars=hjklasdfgyuiopqwertnmzxcvb
|
||||
source! /home/adam/.vimperatorrc.local
|
||||
|
||||
" vim: set ft=vimperator:
|
Reference in New Issue
Block a user