From 7c79abf9df45f75c56deb7cab9ecbb60fc74f139 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 14 Feb 2020 13:05:50 +0300 Subject: [PATCH] vimperator: -> net --- .gitignore | 2 +- etc/net/vimperator/colors/darkness.vimp | 66 +++++++++++++++++ etc/net/vimperator/colors/darkness2.vimp | 66 +++++++++++++++++ etc/net/vimperator/colors/desert.vimp | 55 ++++++++++++++ etc/net/vimperator/colors/desert__.vimp | 34 +++++++++ etc/net/vimperator/colors/myzenburn.vimp | 113 +++++++++++++++++++++++++++++ etc/net/vimperator/colors/seaweed(1).vimp | 52 +++++++++++++ etc/net/vimperator/colors/seaweed.vimp | 54 ++++++++++++++ etc/net/vimperator/colors/wmii.vimp | 44 +++++++++++ etc/net/vimperator/colors/ywgx.vimp | 20 +++++ etc/net/vimperator/vimperatorrc | 103 ++++++++++++++++++++++++++ etc/soft/vimperator/colors/darkness.vimp | 66 ----------------- etc/soft/vimperator/colors/darkness2.vimp | 66 ----------------- etc/soft/vimperator/colors/desert.vimp | 55 -------------- etc/soft/vimperator/colors/desert__.vimp | 34 --------- etc/soft/vimperator/colors/myzenburn.vimp | 113 ----------------------------- etc/soft/vimperator/colors/seaweed(1).vimp | 52 ------------- etc/soft/vimperator/colors/seaweed.vimp | 54 -------------- etc/soft/vimperator/colors/wmii.vimp | 44 ----------- etc/soft/vimperator/colors/ywgx.vimp | 20 ----- etc/soft/vimperator/vimperatorrc | 103 -------------------------- 21 files changed, 608 insertions(+), 608 deletions(-) create mode 100644 etc/net/vimperator/colors/darkness.vimp create mode 100644 etc/net/vimperator/colors/darkness2.vimp create mode 100644 etc/net/vimperator/colors/desert.vimp create mode 100644 etc/net/vimperator/colors/desert__.vimp create mode 100644 etc/net/vimperator/colors/myzenburn.vimp create mode 100644 etc/net/vimperator/colors/seaweed(1).vimp create mode 100644 etc/net/vimperator/colors/seaweed.vimp create mode 100644 etc/net/vimperator/colors/wmii.vimp create mode 100644 etc/net/vimperator/colors/ywgx.vimp create mode 100644 etc/net/vimperator/vimperatorrc delete mode 100644 etc/soft/vimperator/colors/darkness.vimp delete mode 100644 etc/soft/vimperator/colors/darkness2.vimp delete mode 100644 etc/soft/vimperator/colors/desert.vimp delete mode 100644 etc/soft/vimperator/colors/desert__.vimp delete mode 100644 etc/soft/vimperator/colors/myzenburn.vimp delete mode 100644 etc/soft/vimperator/colors/seaweed(1).vimp delete mode 100644 etc/soft/vimperator/colors/seaweed.vimp delete mode 100644 etc/soft/vimperator/colors/wmii.vimp delete mode 100644 etc/soft/vimperator/colors/ywgx.vimp delete mode 100644 etc/soft/vimperator/vimperatorrc diff --git a/.gitignore b/.gitignore index 2f739f0..383bd26 100644 --- a/.gitignore +++ b/.gitignore @@ -42,7 +42,7 @@ etc/soft/vim/vim/session etc/soft/vifm/bookmarks.list etc/soft/vifm/lastdir etc/soft/vifm/vifminfo -etc/soft/vimperator/info +etc/net/vimperator/info etc/soft/zathura etc/wm/gtk/gtk-bookmarks diff --git a/etc/net/vimperator/colors/darkness.vimp b/etc/net/vimperator/colors/darkness.vimp new file mode 100644 index 0000000..f7cdf61 --- /dev/null +++ b/etc/net/vimperator/colors/darkness.vimp @@ -0,0 +1,66 @@ +" ==Vimperator_Color_Scheme== +" name: Darkness +" ==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::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://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } +EOM + +"For other descriptions of each item, please see ``Styling'' section included with Vimperator diff --git a/etc/net/vimperator/colors/darkness2.vimp b/etc/net/vimperator/colors/darkness2.vimp new file mode 100644 index 0000000..5dfb0ee --- /dev/null +++ b/etc/net/vimperator/colors/darkness2.vimp @@ -0,0 +1,66 @@ +" ==Vimperator_Color_Scheme== +" name: Darkness +" ==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: 12px; font-weight: bold; color: red; background-color: white; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px; +hi Hint::after content: attr(number); +hi HintActive background: green; color: #f6e9e9; +hi HintElem background-color: lightgreen; color: black; +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://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } +"EOM + +"For other descriptions of each item, please see ``Styling'' section included with Vimperator diff --git a/etc/net/vimperator/colors/desert.vimp b/etc/net/vimperator/colors/desert.vimp new file mode 100644 index 0000000..24bf234 --- /dev/null +++ b/etc/net/vimperator/colors/desert.vimp @@ -0,0 +1,55 @@ +" ==Vimperator_Color_Scheme== +" name: desert +" ==Desert_Colorscheme_Settings== + +hi Normal color: #afafaf; background: #242721; +hi CmdLine background: #242721; color: #afafaf; font-size: 10pt; font-family: monospace; font-weight: normal; padding: 0px 3px; + +hi StatusLine color: #242721; background: #afafaf;font-size: 10pt; font-family: monospace; font-weight: normal; +hi StatusLineBroken color: #242721; background: #afafff; +hi StatusLineSecure color: #242721; background: #afffaf; + +hi CompDesc color: #c6c6c6; width: 50%;font-size: 10pt; +hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; +hi CompItem[selected] background: #444741; 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: #242721; font-weight: bold; +hi CompTitle>* padding: 0 .5ex; +hi Filter font-weight: bold;color: #afafaf; + +hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; +hi GradientLeft background-color: #242721; +hi GradientRight background-color: #242721; + +hi FrameIndicator background-color: #242721; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; + +hi Bell border: 0 none; background-color: #242721; +hi ErrorMsg color: #ffffff; background: #ff6565; font-weight: bold; +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::after content: attr(number); +hi HintActive background: #242721; color: #f6e9e9; +hi HintElem background-color: #242721; color: #f6e9e9; +hi HintImage opacity: .5; +hi InfoMsg color: #afafaf; background: #242721; +hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; +hi WarningMsg color: #ff6565; background: #242721; +hi ModeMsg color: #afafaf; background: #242721; +hi MoreMsg color: #afafaf; background: #242721; +hi NonText color: blue; min-height: 16px; padding-left: 2px; +hi Question color: #afafaf; background: green; font-weight: bold; +hi Search font-size: inherit; padding: 0; color: #242721; background-color: yellow; padding: 0; +hi String color: #242721; background: #afafaf; +hi Tag color: #242721; background: #afafaf; +hi Title color: #242721; background: #afafaf; font-weight: bold; +hi URL text-decoration: none; color: green; background: inherit; +hi URL:hover text-decoration: underline; cursor: pointer; +hi LineNr color: #afafaf; background: #242721; + +style -name statusbar chrome://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } +EOM + diff --git a/etc/net/vimperator/colors/desert__.vimp b/etc/net/vimperator/colors/desert__.vimp new file mode 100644 index 0000000..dc0939e --- /dev/null +++ b/etc/net/vimperator/colors/desert__.vimp @@ -0,0 +1,34 @@ +" ==Vimperator_Color_Scheme== +" name: Desert +" ==Desert_Color_Scheme== + +hi Normal background: #FFFFFF; color: #437C17; font-size: 10pt; font-family: monospace; +hi CmdLine background: #FFFFFF; color: #437C17; font-size: 10pt; font-family: monospace; font-weight: normal; padding: 0px 3px; + +hi CompGroup background: #FFFFFF; color: #437C17; +hi CompTitle background: #FFFFFF; color: #437C17; font-weight: bold; +hi CompItem background: #FFFFFF; color: #437C17; padding: 0px 3px; +hi CompItem[selected] background: #FFFF22; color: #437C17; +hi CompDesc background: #FFFFFF; color: #437C17; +hi CompDesc[selected] background: #FFFF22; color: #437C17; +hi CompMsg background: #FFFFFF; color: #437C17; + +hi Gradient background: #FFFFFF; +hi GradientLeft background: #FFFFFF; +hi GradientRight background: #FFFFFF; + +hi ErrorMsg background: #ff6565; color: #ffffff; +hi Filter color: red; font-weight: bold; + +hi StatusLine font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #437C17; +hi StatusLineBroken font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #afafff; +hi StatusLineSecure font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #afffaf; + +hi Hint font-family: monospace; font-size: 12pt; font-weight: normal; color: #fff; background-color: #666; padding: 0px 1px; border: 1px solid #FFFFFF; + +hi Title font-size: 12pt; color: #FFFFFF; background: #437C17; + +style -name statusbar chrome://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } +EOM diff --git a/etc/net/vimperator/colors/myzenburn.vimp b/etc/net/vimperator/colors/myzenburn.vimp new file mode 100644 index 0000000..ef354c0 --- /dev/null +++ b/etc/net/vimperator/colors/myzenburn.vimp @@ -0,0 +1,113 @@ +" ==Vimperator_Color_Scheme== +" name: myzenburn +" ==MyZenburn_Colorscheme_Settings== +hi Bell border: 0 none; background-color: black; +hi Boolean color: #CC9393; +hi CmdLine font-family: monospace; padding: 1px; font-size: 10pt; font-family: monospace; font-weight: normal; padding: 0px 3px; + +hi CmdOutput white-space: pre; +hi CompDesc color: #d0d0d0; width: 50%;font-size: 10pt; +hi CompGroup:not(:first-of-type) margin-top: .5em; +hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; +hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle; +hi CompItem font-size: 11px; +hi CompItem>* padding: 0 .5ex; +hi CompItem[selected] color: #ffffd7; background: #444444; +hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; +hi CompLess::after content: "\2303" /* Unicode up arrowhead */ +hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; +hi CompMore::after content: "\2304" /* Unicode down arrowhead */ +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: #87af87; background: #242421; font-weight: bold; +hi CompTitle>* padding: 0 .5ex; +hi ErrorMsg color: #242421; background: #CC9393; font-weight: bold; +hi Filter color: #ffffd7; background: #444444; +hi FrameIndicator background-color: #CC9393; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; +hi Function color: navy; +hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; +hi GradientLeft background-color: #87af87; +hi GradientRight background-color: #242421; +hi Hint font-family: monospace; font-size: 10px; font-weight: bold; color: #385F38; background-color: #F8F893; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px; +hi Hint::after content: attr(number); +hi HintActive background: #F18C96; color: #333333; +hi HintElem background-color: #8FAF9F; color: #000D18; +hi HintImage opacity: .5; +hi Indicator color: #94BFF3; +hi InfoMsg color: #DCDCCD; background: #242421; +hi LineNr color: orange; background: #242421; +hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; +hi ModeMsg color: #DCDCCD; background: #242421; +hi MoreMsg color: #9ECE9E; background: #242421; +hi NonText color: #94BFF3; min-height: 16px; padding-left: 2px; +hi Normal color: #d7d7d7; background: #242421; +hi Null color: #94BFF3; +hi Number color: #94BFF3; +hi Object color: maroon; +hi Preview color: gray; +hi Question color: #9ECE9E; background: #242421; font-weight: bold; +hi Search font-size: inherit; padding: 0; color: #385F38; background-color: #F8F893; padding: 0; +hi StatusLine color: #afaf87; background: #3a3a3a; font-size: 10pt; font-family: monospace; font-weight: bold; padding: 0px 3px; +hi StatusLineBroken color: #af8787; background: #3a3a3a; +hi StatusLineSecure color: #87af87; background: #3a3a3a; +hi String color: #9ECE9E; +hi TabIconNumber font-weight: normal; color: #DCDCCD; text-align: center; text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px; +hi TabNumber font-weight: bold; margin: 0; padding-right: .3ex; +hi Tag color: #94BFF3; +hi Title color: #87af87; background: #242421; font-weight: bold; +hi URL text-decoration: none; color: #9ECE9E; background: inherit; +hi URL:hover text-decoration: underline; cursor: pointer; +hi WarningMsg color: #CC9393; background: #242421; + +style -name statusbar chrome://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } + +#main-window #content .tabbrowser-tabs { + -moz-appearance: none !important; + margin-top: -3px!important; + margin-bottom: -3px!important; + border-top: 0px solid !important; + padding:0 !important; +} + +.tabs-bottom { + border-top: 0px solid !important; + border-bottom: 0px solid !important; + margin-bottom: 3px!important; + min-height: 21px !important; + background: #4e4e4e !important; +} + +.tabbrowser-tab { + -moz-appearance: none !important; + -moz-border-radius: 0px !important; + margin:0 -1px !important; + padding:0 !important; + padding-top:3px !important; + border-right: 0 !important; + font-family: monospace !important; + font-size: 10pt !important; + color: #d7d7af !important; + background: #4e4e4e !important; +} + +.tabbrowser-tab[selected="true"] { + background: #242421 !important; + font-weight: bold !important; + color: #d7d7d7 !important; +} + +.tabbrowser-tab .tab-text { + border:0px !important; +} + +.tabbrowser-arrowscrollbox { + max-height: 21px !important; + background: #4e4e4e !important; +} + +.tabs-closebutton-box, .tab-close-button, .tabs-newtab-button, .tabs-alltabs-button, .tabbrowser-arrowscrollbox > .scrollbutton-up, .tabbrowser-arrowscrollbox > .scrollbutton-down { + display: none !important; +} +EOM diff --git a/etc/net/vimperator/colors/seaweed(1).vimp b/etc/net/vimperator/colors/seaweed(1).vimp new file mode 100644 index 0000000..b746040 --- /dev/null +++ b/etc/net/vimperator/colors/seaweed(1).vimp @@ -0,0 +1,52 @@ +" ==Vimperator_Color_Scheme== +" name: seaweed +" ==Seaweed_Colorscheme_Settings== +hi Bell border: 0 none; background-color: #2f2f2f; +hi Boolean color: #f6e9e9; +hi CmdLine font-family: Sans; padding: 1px; +hi CmdOutput white-space: pre; +hi CompDesc color: #77a8c1; width: 50%; +hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; +hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; +hi CompLess::after content: "\2303" /* Unicode up arrowhead */ +hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; +hi CompMore::after content: "\2304" /* Unicode down arrowhead */ +hi CompMsg font-style: italic; margin-left: 16px; +hi CompResult width: 45%; overfloaw: hidden; +hi CompTitle color: #9acd32; background: #2f2f2f; font-weight: bold; +hi CompTitle>* padding: 0 .5ex; +hi ErrorMsg color: green; background: #2f2f2f; font-weight: bold; +hi Filter font-weight: bold; +hi FrameIndicator background-color: #2f2f2f; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; +hi Function color: navy; +hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; +hi GradientLeft background-color: #2f2f2f; +hi GradientRight background-color: #2f2f2f; +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::after content: attr(number); +hi HintActive background: #2f2f2f; color: #f6e9e9; +hi HintElem background-color: #2f2f2f; color: #f6e9e9; +hi HintImage opacity: .5; +hi Indicator color: blue; +hi InfoMsg color: green; background: #2f2f2f; +hi LineNr color: green; background: #2f2f2f; +hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; +hi ModeMsg color: #8ade8e; background: #2f2f2f; +hi MoreMsg color: #8ade8e; background: #2f2f2f; +hi NonText color: blue; min-height: 16px; padding-left: 2px; +hi Normal color: #8ade8e; background: #2f2f2f; +hi Null color: blue; +hi Number color: blue; +hi Object color: maroon; +hi Preview color: gray; +hi Question color: #8ade8e; background: green; font-weight: bold; +hi Search font-size: inherit; padding: 0; color: #2f2f2f; background-color: yellow; padding: 0; +hi StatusLine color: #9acd32; background: #2f2f2f; +hi StatusLineBroken color: red; background: #2f2f2f; +hi StatusLineSecure color: #77a8c1; background: #2f2f2f; +hi String color: green; +hi Tag color: blue; +hi Title color: green; background: #2f2f2f; font-weight: bold; +hi URL text-decoration: none; color: green; background: inherit; +hi URL:hover text-decoration: underline; cursor: pointer; +hi WarningMsg color: red; background: #2f2f2f; diff --git a/etc/net/vimperator/colors/seaweed.vimp b/etc/net/vimperator/colors/seaweed.vimp new file mode 100644 index 0000000..766559f --- /dev/null +++ b/etc/net/vimperator/colors/seaweed.vimp @@ -0,0 +1,54 @@ +" ==Vimperator_Color_Scheme== +" name: seaweed +" ==Seaweed_Colorscheme_Settings== +hi clear; +hi Bell border: 0 none; background-color: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi Boolean color: #f6e9e9; font-size:13pt; font-family: Segoe UI; +hi CmdLine color: #d4d4d4; background: #333; font-family: Segoe UI; font-size: 13pt; padding: 0px; vertical-align: middle; border: none; +hi CmdOutput white-space: pre;font-size:13pt; font-family: Segoe UI; +hi CompDesc color: #77a8c1; width: 50%; font-size:13pt; font-family Segoe UI; +hi CompItem[selected] background: black; +hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;font-size:13pt; font-family: Segoe UI; +hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;font-size:13pt; font-family: Segoe UI; +hi CompLess::after color: #6577bf; content: "\2303" /* Unicode up arrowhead */ +hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;font-size:13pt; font-family: Segoe UI; +hi CompMore::after color: #6577bf; content: "\2304" /* Unicode down arrowhead */ +hi CompMsg font-style: italic; margin-left: 16px;font-size:13pt; font-family: Segoe UI; +hi CompResult width: 45%; overfloaw: hidden;font-size:13pt; font-family: Segoe UI; +hi CompTitle color: #6577bf; background: #2f2f2f; font-weight: bold;font-size:13pt; font-family: Segoe UI; +hi CompTitle>* padding: 0 .5ex;font-size:13pt; font-family: Segoe UI; +hi ErrorMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi Filter color: yellow; font-size:13pt; font-family: Segoe UI; +hi FrameIndicator background-color: #2f2f2f; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; +hi Function color: navy;font-size:13pt; font-family: Segoe UI; +hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;font-size:13pt; font-family: Segoe UI; +hi GradientLeft background-color: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi GradientRight background-color: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi Hint color: white; background-color: #800; border-color: ButtonShadow; font-family: Terminus; font-size: 20px; border-width: 0px; border-style: solid; padding 0 1px; +hi Hint::after content: attr(number); +hi HintActive color: black; background: #480; +hi HintElem color: black; background-color: #880; +hi HintImage opacity: .5; +hi Indicator color: #7471b0; +hi InfoMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi LineNr color: #249cbd; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; +hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; +hi ModeMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi MoreMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi NonText color: #6577bf; min-height: 16px; padding-left: 2px;font-size:13pt; font-family: Segoe UI; +hi Normal color: #a1a1a1; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; +hi Null color: blue;font-size:13pt; font-family: Segoe UI; +hi Number color: blue;font-size:13pt; font-family: Segoe UI; +hi Object color: maroon;font-size:13pt; font-family: Segoe UI; +hi Preview color: yellow;font-size:13pt; font-family: Segoe UI; +hi Question color: #249cbd; background: #249cbd;font-size:13pt; font-family: Segoe UI; +hi Search padding: 0; color: #2f2f2f; background-color: grey; padding: 0; font-size:13pt; font-family: Segoe UI; +hi StatusLine color: #2dabc4; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; font-weight: normal;margin-top:1px; +hi StatusLineBroken color: red; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi StatusLineSecure color: #77a8c1; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; +hi String color: #249cbd;font-size:13pt; font-family: Segoe UI; +hi Tag color: blue;font-size:13pt; font-family: Segoe UI; +hi Title color: #249cbd; background: #2f2f2f; +hi URL text-decoration: none; color: #2dc476; background: inherit; font-size:13pt; font-family: Segoe UI; +hi URL:hover text-decoration: underline; cursor: pointer; font-size:13pt; font-family: Segoe UI; +hi WarningMsg color: red; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; diff --git a/etc/net/vimperator/colors/wmii.vimp b/etc/net/vimperator/colors/wmii.vimp new file mode 100644 index 0000000..dc6d479 --- /dev/null +++ b/etc/net/vimperator/colors/wmii.vimp @@ -0,0 +1,44 @@ + +" This is inideal. I'd prefer to stuff it into a +" 1.5x1.5 em box and hide the overflow; +hi TabIcon width: 1.5em; height: 1.5em; + +js < */ + tabs > * { + height: 1.5em !important; + -moz-box-sizing: content-box; + } + tabs { + background-color: $2 !important; + padding: 0 !important; + border-width: 0 !important; + border-bottom: 1px solid $7 !important; + } + tab { + max-height: 1.5em !important; + margin: 0 !important; + color: $1 !important; + background-image: none !important; + background-color: $2 !important; + border: 1px solid $3 !important; + } + tab[selected=true] { + color: $5 !important; + background-color: $6 !important; + border: 1px solid $7 !important; + } + ]]>.toString(); + // + let ctl = io.system("wmiir read /ctl"); + if (!ctl) + ctl = String(); + let args = ctl.match(/^normcolors.*?$/m)[0].split(/ /).concat( + ctl.match(/^focuscolors.*?$/m)[0].split(/ /)); + styles.addSheet(true, "colorscheme", "chrome://*", css.replace(/\$(.)/g, function (m, n1) args[n1]), false); +EOF + diff --git a/etc/net/vimperator/colors/ywgx.vimp b/etc/net/vimperator/colors/ywgx.vimp new file mode 100644 index 0000000..af7e168 --- /dev/null +++ b/etc/net/vimperator/colors/ywgx.vimp @@ -0,0 +1,20 @@ +" ==Vimperator_Color_Scheme== +" name:ywgx +" ==ywgx_Color_Scheme== +hi Normal background:#000000;color:#afafaf;font-size:12pt;font-family:monospace +hi CmdLine background:#000000;color:#00cc22;font-size:12pt;font-family:monospace;font-weight:normal;padding:0px 3px +hi CompGroup background:#000000;color:#afafaf +hi CompTitle background:#000000;color:#2C100E;font-weight:bold +hi CompItem background:#000000;color:#afafaf;padding:0px 3px +hi CompItem[selected] background:#2C001E;color:#00cc22 +hi CompDesc background:#0boe13;color:#00cc22 +hi CompDesc[selected] background:#2C001E;color:#00cc22 +hi CompMsg background:#0boe13;color:#afafaf +hi ErrorMsg background:#ff6565;color:#000000 +hi Filter color:#000000;font-weight:bold; +hi StatusLine font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #000000; +hi Hint font-family:Sans;font-size:20px;font-weight:bold;color:white; background-color:rgba(0, 0, 0, 0.5);border:solid 1px LightGray; +style -name statusbar chrome://* < * { margin:0 !important; padding:0 2px 0 0 !important; } +EOM diff --git a/etc/net/vimperator/vimperatorrc b/etc/net/vimperator/vimperatorrc new file mode 100644 index 0000000..8d405b3 --- /dev/null +++ b/etc/net/vimperator/vimperatorrc @@ -0,0 +1,103 @@ +" Создан: Вс 11 авг 2013 20:26:30 +" Изменён: Пт 23 авг 2013 19:39:16 + +colorscheme darkness2 + +let mapleader="," + +" Список дополнений из адресной строки Firefox +set complete=l + +noremap h 5h +noremap j 5j +noremap k 5k +noremap l 5l + +" Move between tabs +noremap H +noremap L + +" Move forwards/backwards in history +noremap J +noremap K + +" Easier :tabmove; wraps around +" TODO: Ask if counts can be implemented +nnoremap :tabmove! -1 +nnoremap :tabmove! +1 + +" No need to move from homerow in command-line and insert mode +cnoremap +cnoremap +cnoremap +cnoremap +inoremap +inoremap +inoremap +inoremap + +set hintchars=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ + +" no close buttons on tabs +set! browser.tabs.closeButtons=2 + +" to prevent d on the last tab from closing the window: +:set! browser.tabs.closeWindowWithLastTab=false + +" Кириллица +map Ф A +map И B +map С C +map В D +map У E +map А F +map П G +map Р H +map Ш I +map О J +map Л K +map Д L +map Ь M +map Т N +map Щ O +map З P +map Й Q +map К R +map Ы S +map Е T +map Г U +map М V +map Ц W +map Ч X +map Н Y +map Я Z +map ф a +map и b +map с c +map в d +map у e +map а f +map п g +map р h +map ш i +map о j +map л k +map д l +map ь m +map т n +map щ o +map з p +map й q +map к r +map ы s +map е t +map г u +map м v +map ц w +map ч x +map н y +map я z + +cnoremap +cnoremap + diff --git a/etc/soft/vimperator/colors/darkness.vimp b/etc/soft/vimperator/colors/darkness.vimp deleted file mode 100644 index f7cdf61..0000000 --- a/etc/soft/vimperator/colors/darkness.vimp +++ /dev/null @@ -1,66 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name: Darkness -" ==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::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://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } -EOM - -"For other descriptions of each item, please see ``Styling'' section included with Vimperator diff --git a/etc/soft/vimperator/colors/darkness2.vimp b/etc/soft/vimperator/colors/darkness2.vimp deleted file mode 100644 index 5dfb0ee..0000000 --- a/etc/soft/vimperator/colors/darkness2.vimp +++ /dev/null @@ -1,66 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name: Darkness -" ==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: 12px; font-weight: bold; color: red; background-color: white; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px; -hi Hint::after content: attr(number); -hi HintActive background: green; color: #f6e9e9; -hi HintElem background-color: lightgreen; color: black; -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://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } -"EOM - -"For other descriptions of each item, please see ``Styling'' section included with Vimperator diff --git a/etc/soft/vimperator/colors/desert.vimp b/etc/soft/vimperator/colors/desert.vimp deleted file mode 100644 index 24bf234..0000000 --- a/etc/soft/vimperator/colors/desert.vimp +++ /dev/null @@ -1,55 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name: desert -" ==Desert_Colorscheme_Settings== - -hi Normal color: #afafaf; background: #242721; -hi CmdLine background: #242721; color: #afafaf; font-size: 10pt; font-family: monospace; font-weight: normal; padding: 0px 3px; - -hi StatusLine color: #242721; background: #afafaf;font-size: 10pt; font-family: monospace; font-weight: normal; -hi StatusLineBroken color: #242721; background: #afafff; -hi StatusLineSecure color: #242721; background: #afffaf; - -hi CompDesc color: #c6c6c6; width: 50%;font-size: 10pt; -hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; -hi CompItem[selected] background: #444741; 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: #242721; font-weight: bold; -hi CompTitle>* padding: 0 .5ex; -hi Filter font-weight: bold;color: #afafaf; - -hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; -hi GradientLeft background-color: #242721; -hi GradientRight background-color: #242721; - -hi FrameIndicator background-color: #242721; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; - -hi Bell border: 0 none; background-color: #242721; -hi ErrorMsg color: #ffffff; background: #ff6565; font-weight: bold; -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::after content: attr(number); -hi HintActive background: #242721; color: #f6e9e9; -hi HintElem background-color: #242721; color: #f6e9e9; -hi HintImage opacity: .5; -hi InfoMsg color: #afafaf; background: #242721; -hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; -hi WarningMsg color: #ff6565; background: #242721; -hi ModeMsg color: #afafaf; background: #242721; -hi MoreMsg color: #afafaf; background: #242721; -hi NonText color: blue; min-height: 16px; padding-left: 2px; -hi Question color: #afafaf; background: green; font-weight: bold; -hi Search font-size: inherit; padding: 0; color: #242721; background-color: yellow; padding: 0; -hi String color: #242721; background: #afafaf; -hi Tag color: #242721; background: #afafaf; -hi Title color: #242721; background: #afafaf; font-weight: bold; -hi URL text-decoration: none; color: green; background: inherit; -hi URL:hover text-decoration: underline; cursor: pointer; -hi LineNr color: #afafaf; background: #242721; - -style -name statusbar chrome://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } -EOM - diff --git a/etc/soft/vimperator/colors/desert__.vimp b/etc/soft/vimperator/colors/desert__.vimp deleted file mode 100644 index dc0939e..0000000 --- a/etc/soft/vimperator/colors/desert__.vimp +++ /dev/null @@ -1,34 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name: Desert -" ==Desert_Color_Scheme== - -hi Normal background: #FFFFFF; color: #437C17; font-size: 10pt; font-family: monospace; -hi CmdLine background: #FFFFFF; color: #437C17; font-size: 10pt; font-family: monospace; font-weight: normal; padding: 0px 3px; - -hi CompGroup background: #FFFFFF; color: #437C17; -hi CompTitle background: #FFFFFF; color: #437C17; font-weight: bold; -hi CompItem background: #FFFFFF; color: #437C17; padding: 0px 3px; -hi CompItem[selected] background: #FFFF22; color: #437C17; -hi CompDesc background: #FFFFFF; color: #437C17; -hi CompDesc[selected] background: #FFFF22; color: #437C17; -hi CompMsg background: #FFFFFF; color: #437C17; - -hi Gradient background: #FFFFFF; -hi GradientLeft background: #FFFFFF; -hi GradientRight background: #FFFFFF; - -hi ErrorMsg background: #ff6565; color: #ffffff; -hi Filter color: red; font-weight: bold; - -hi StatusLine font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #437C17; -hi StatusLineBroken font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #afafff; -hi StatusLineSecure font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #afffaf; - -hi Hint font-family: monospace; font-size: 12pt; font-weight: normal; color: #fff; background-color: #666; padding: 0px 1px; border: 1px solid #FFFFFF; - -hi Title font-size: 12pt; color: #FFFFFF; background: #437C17; - -style -name statusbar chrome://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } -EOM diff --git a/etc/soft/vimperator/colors/myzenburn.vimp b/etc/soft/vimperator/colors/myzenburn.vimp deleted file mode 100644 index ef354c0..0000000 --- a/etc/soft/vimperator/colors/myzenburn.vimp +++ /dev/null @@ -1,113 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name: myzenburn -" ==MyZenburn_Colorscheme_Settings== -hi Bell border: 0 none; background-color: black; -hi Boolean color: #CC9393; -hi CmdLine font-family: monospace; padding: 1px; font-size: 10pt; font-family: monospace; font-weight: normal; padding: 0px 3px; - -hi CmdOutput white-space: pre; -hi CompDesc color: #d0d0d0; width: 50%;font-size: 10pt; -hi CompGroup:not(:first-of-type) margin-top: .5em; -hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; -hi CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle; -hi CompItem font-size: 11px; -hi CompItem>* padding: 0 .5ex; -hi CompItem[selected] color: #ffffd7; background: #444444; -hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; -hi CompLess::after content: "\2303" /* Unicode up arrowhead */ -hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; -hi CompMore::after content: "\2304" /* Unicode down arrowhead */ -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: #87af87; background: #242421; font-weight: bold; -hi CompTitle>* padding: 0 .5ex; -hi ErrorMsg color: #242421; background: #CC9393; font-weight: bold; -hi Filter color: #ffffd7; background: #444444; -hi FrameIndicator background-color: #CC9393; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; -hi Function color: navy; -hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; -hi GradientLeft background-color: #87af87; -hi GradientRight background-color: #242421; -hi Hint font-family: monospace; font-size: 10px; font-weight: bold; color: #385F38; background-color: #F8F893; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding 0px 1px 0px 1px; -hi Hint::after content: attr(number); -hi HintActive background: #F18C96; color: #333333; -hi HintElem background-color: #8FAF9F; color: #000D18; -hi HintImage opacity: .5; -hi Indicator color: #94BFF3; -hi InfoMsg color: #DCDCCD; background: #242421; -hi LineNr color: orange; background: #242421; -hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; -hi ModeMsg color: #DCDCCD; background: #242421; -hi MoreMsg color: #9ECE9E; background: #242421; -hi NonText color: #94BFF3; min-height: 16px; padding-left: 2px; -hi Normal color: #d7d7d7; background: #242421; -hi Null color: #94BFF3; -hi Number color: #94BFF3; -hi Object color: maroon; -hi Preview color: gray; -hi Question color: #9ECE9E; background: #242421; font-weight: bold; -hi Search font-size: inherit; padding: 0; color: #385F38; background-color: #F8F893; padding: 0; -hi StatusLine color: #afaf87; background: #3a3a3a; font-size: 10pt; font-family: monospace; font-weight: bold; padding: 0px 3px; -hi StatusLineBroken color: #af8787; background: #3a3a3a; -hi StatusLineSecure color: #87af87; background: #3a3a3a; -hi String color: #9ECE9E; -hi TabIconNumber font-weight: normal; color: #DCDCCD; text-align: center; text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px; -hi TabNumber font-weight: bold; margin: 0; padding-right: .3ex; -hi Tag color: #94BFF3; -hi Title color: #87af87; background: #242421; font-weight: bold; -hi URL text-decoration: none; color: #9ECE9E; background: inherit; -hi URL:hover text-decoration: underline; cursor: pointer; -hi WarningMsg color: #CC9393; background: #242421; - -style -name statusbar chrome://* < * { margin: 0 !important; padding: 0 2px 0 0 !important; } - -#main-window #content .tabbrowser-tabs { - -moz-appearance: none !important; - margin-top: -3px!important; - margin-bottom: -3px!important; - border-top: 0px solid !important; - padding:0 !important; -} - -.tabs-bottom { - border-top: 0px solid !important; - border-bottom: 0px solid !important; - margin-bottom: 3px!important; - min-height: 21px !important; - background: #4e4e4e !important; -} - -.tabbrowser-tab { - -moz-appearance: none !important; - -moz-border-radius: 0px !important; - margin:0 -1px !important; - padding:0 !important; - padding-top:3px !important; - border-right: 0 !important; - font-family: monospace !important; - font-size: 10pt !important; - color: #d7d7af !important; - background: #4e4e4e !important; -} - -.tabbrowser-tab[selected="true"] { - background: #242421 !important; - font-weight: bold !important; - color: #d7d7d7 !important; -} - -.tabbrowser-tab .tab-text { - border:0px !important; -} - -.tabbrowser-arrowscrollbox { - max-height: 21px !important; - background: #4e4e4e !important; -} - -.tabs-closebutton-box, .tab-close-button, .tabs-newtab-button, .tabs-alltabs-button, .tabbrowser-arrowscrollbox > .scrollbutton-up, .tabbrowser-arrowscrollbox > .scrollbutton-down { - display: none !important; -} -EOM diff --git a/etc/soft/vimperator/colors/seaweed(1).vimp b/etc/soft/vimperator/colors/seaweed(1).vimp deleted file mode 100644 index b746040..0000000 --- a/etc/soft/vimperator/colors/seaweed(1).vimp +++ /dev/null @@ -1,52 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name: seaweed -" ==Seaweed_Colorscheme_Settings== -hi Bell border: 0 none; background-color: #2f2f2f; -hi Boolean color: #f6e9e9; -hi CmdLine font-family: Sans; padding: 1px; -hi CmdOutput white-space: pre; -hi CompDesc color: #77a8c1; width: 50%; -hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; -hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; -hi CompLess::after content: "\2303" /* Unicode up arrowhead */ -hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex; -hi CompMore::after content: "\2304" /* Unicode down arrowhead */ -hi CompMsg font-style: italic; margin-left: 16px; -hi CompResult width: 45%; overfloaw: hidden; -hi CompTitle color: #9acd32; background: #2f2f2f; font-weight: bold; -hi CompTitle>* padding: 0 .5ex; -hi ErrorMsg color: green; background: #2f2f2f; font-weight: bold; -hi Filter font-weight: bold; -hi FrameIndicator background-color: #2f2f2f; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; -hi Function color: navy; -hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px; -hi GradientLeft background-color: #2f2f2f; -hi GradientRight background-color: #2f2f2f; -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::after content: attr(number); -hi HintActive background: #2f2f2f; color: #f6e9e9; -hi HintElem background-color: #2f2f2f; color: #f6e9e9; -hi HintImage opacity: .5; -hi Indicator color: blue; -hi InfoMsg color: green; background: #2f2f2f; -hi LineNr color: green; background: #2f2f2f; -hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; -hi ModeMsg color: #8ade8e; background: #2f2f2f; -hi MoreMsg color: #8ade8e; background: #2f2f2f; -hi NonText color: blue; min-height: 16px; padding-left: 2px; -hi Normal color: #8ade8e; background: #2f2f2f; -hi Null color: blue; -hi Number color: blue; -hi Object color: maroon; -hi Preview color: gray; -hi Question color: #8ade8e; background: green; font-weight: bold; -hi Search font-size: inherit; padding: 0; color: #2f2f2f; background-color: yellow; padding: 0; -hi StatusLine color: #9acd32; background: #2f2f2f; -hi StatusLineBroken color: red; background: #2f2f2f; -hi StatusLineSecure color: #77a8c1; background: #2f2f2f; -hi String color: green; -hi Tag color: blue; -hi Title color: green; background: #2f2f2f; font-weight: bold; -hi URL text-decoration: none; color: green; background: inherit; -hi URL:hover text-decoration: underline; cursor: pointer; -hi WarningMsg color: red; background: #2f2f2f; diff --git a/etc/soft/vimperator/colors/seaweed.vimp b/etc/soft/vimperator/colors/seaweed.vimp deleted file mode 100644 index 766559f..0000000 --- a/etc/soft/vimperator/colors/seaweed.vimp +++ /dev/null @@ -1,54 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name: seaweed -" ==Seaweed_Colorscheme_Settings== -hi clear; -hi Bell border: 0 none; background-color: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi Boolean color: #f6e9e9; font-size:13pt; font-family: Segoe UI; -hi CmdLine color: #d4d4d4; background: #333; font-family: Segoe UI; font-size: 13pt; padding: 0px; vertical-align: middle; border: none; -hi CmdOutput white-space: pre;font-size:13pt; font-family: Segoe UI; -hi CompDesc color: #77a8c1; width: 50%; font-size:13pt; font-family Segoe UI; -hi CompItem[selected] background: black; -hi CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex;font-size:13pt; font-family: Segoe UI; -hi CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex;font-size:13pt; font-family: Segoe UI; -hi CompLess::after color: #6577bf; content: "\2303" /* Unicode up arrowhead */ -hi CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;font-size:13pt; font-family: Segoe UI; -hi CompMore::after color: #6577bf; content: "\2304" /* Unicode down arrowhead */ -hi CompMsg font-style: italic; margin-left: 16px;font-size:13pt; font-family: Segoe UI; -hi CompResult width: 45%; overfloaw: hidden;font-size:13pt; font-family: Segoe UI; -hi CompTitle color: #6577bf; background: #2f2f2f; font-weight: bold;font-size:13pt; font-family: Segoe UI; -hi CompTitle>* padding: 0 .5ex;font-size:13pt; font-family: Segoe UI; -hi ErrorMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi Filter color: yellow; font-size:13pt; font-family: Segoe UI; -hi FrameIndicator background-color: #2f2f2f; opacity: 0.5; z-index: 999; position: fixed; top: 0; bottom: 0; left: 0; right: 0; -hi Function color: navy;font-size:13pt; font-family: Segoe UI; -hi Gradient height: 1px; margin-bottom: -1px; margin-top: -1px;font-size:13pt; font-family: Segoe UI; -hi GradientLeft background-color: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi GradientRight background-color: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi Hint color: white; background-color: #800; border-color: ButtonShadow; font-family: Terminus; font-size: 20px; border-width: 0px; border-style: solid; padding 0 1px; -hi Hint::after content: attr(number); -hi HintActive color: black; background: #480; -hi HintElem color: black; background-color: #880; -hi HintImage opacity: .5; -hi Indicator color: #7471b0; -hi InfoMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi LineNr color: #249cbd; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; -hi Message white-space: normal; min-width: 100%; padding-left: 2em; text-indent: -2em; display: block; -hi ModeMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi MoreMsg color: #249cbd; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi NonText color: #6577bf; min-height: 16px; padding-left: 2px;font-size:13pt; font-family: Segoe UI; -hi Normal color: #a1a1a1; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; -hi Null color: blue;font-size:13pt; font-family: Segoe UI; -hi Number color: blue;font-size:13pt; font-family: Segoe UI; -hi Object color: maroon;font-size:13pt; font-family: Segoe UI; -hi Preview color: yellow;font-size:13pt; font-family: Segoe UI; -hi Question color: #249cbd; background: #249cbd;font-size:13pt; font-family: Segoe UI; -hi Search padding: 0; color: #2f2f2f; background-color: grey; padding: 0; font-size:13pt; font-family: Segoe UI; -hi StatusLine color: #2dabc4; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; font-weight: normal;margin-top:1px; -hi StatusLineBroken color: red; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi StatusLineSecure color: #77a8c1; background: #2f2f2f;font-size:13pt; font-family: Segoe UI; -hi String color: #249cbd;font-size:13pt; font-family: Segoe UI; -hi Tag color: blue;font-size:13pt; font-family: Segoe UI; -hi Title color: #249cbd; background: #2f2f2f; -hi URL text-decoration: none; color: #2dc476; background: inherit; font-size:13pt; font-family: Segoe UI; -hi URL:hover text-decoration: underline; cursor: pointer; font-size:13pt; font-family: Segoe UI; -hi WarningMsg color: red; background: #2f2f2f; font-size:13pt; font-family: Segoe UI; diff --git a/etc/soft/vimperator/colors/wmii.vimp b/etc/soft/vimperator/colors/wmii.vimp deleted file mode 100644 index dc6d479..0000000 --- a/etc/soft/vimperator/colors/wmii.vimp +++ /dev/null @@ -1,44 +0,0 @@ - -" This is inideal. I'd prefer to stuff it into a -" 1.5x1.5 em box and hide the overflow; -hi TabIcon width: 1.5em; height: 1.5em; - -js < */ - tabs > * { - height: 1.5em !important; - -moz-box-sizing: content-box; - } - tabs { - background-color: $2 !important; - padding: 0 !important; - border-width: 0 !important; - border-bottom: 1px solid $7 !important; - } - tab { - max-height: 1.5em !important; - margin: 0 !important; - color: $1 !important; - background-image: none !important; - background-color: $2 !important; - border: 1px solid $3 !important; - } - tab[selected=true] { - color: $5 !important; - background-color: $6 !important; - border: 1px solid $7 !important; - } - ]]>.toString(); - // - let ctl = io.system("wmiir read /ctl"); - if (!ctl) - ctl = String(); - let args = ctl.match(/^normcolors.*?$/m)[0].split(/ /).concat( - ctl.match(/^focuscolors.*?$/m)[0].split(/ /)); - styles.addSheet(true, "colorscheme", "chrome://*", css.replace(/\$(.)/g, function (m, n1) args[n1]), false); -EOF - diff --git a/etc/soft/vimperator/colors/ywgx.vimp b/etc/soft/vimperator/colors/ywgx.vimp deleted file mode 100644 index af7e168..0000000 --- a/etc/soft/vimperator/colors/ywgx.vimp +++ /dev/null @@ -1,20 +0,0 @@ -" ==Vimperator_Color_Scheme== -" name:ywgx -" ==ywgx_Color_Scheme== -hi Normal background:#000000;color:#afafaf;font-size:12pt;font-family:monospace -hi CmdLine background:#000000;color:#00cc22;font-size:12pt;font-family:monospace;font-weight:normal;padding:0px 3px -hi CompGroup background:#000000;color:#afafaf -hi CompTitle background:#000000;color:#2C100E;font-weight:bold -hi CompItem background:#000000;color:#afafaf;padding:0px 3px -hi CompItem[selected] background:#2C001E;color:#00cc22 -hi CompDesc background:#0boe13;color:#00cc22 -hi CompDesc[selected] background:#2C001E;color:#00cc22 -hi CompMsg background:#0boe13;color:#afafaf -hi ErrorMsg background:#ff6565;color:#000000 -hi Filter color:#000000;font-weight:bold; -hi StatusLine font-family: monospace; font-size: 12pt; font-weight: normal; color: #FFFFFF; background: #000000; -hi Hint font-family:Sans;font-size:20px;font-weight:bold;color:white; background-color:rgba(0, 0, 0, 0.5);border:solid 1px LightGray; -style -name statusbar chrome://* < * { margin:0 !important; padding:0 2px 0 0 !important; } -EOM diff --git a/etc/soft/vimperator/vimperatorrc b/etc/soft/vimperator/vimperatorrc deleted file mode 100644 index 8d405b3..0000000 --- a/etc/soft/vimperator/vimperatorrc +++ /dev/null @@ -1,103 +0,0 @@ -" Создан: Вс 11 авг 2013 20:26:30 -" Изменён: Пт 23 авг 2013 19:39:16 - -colorscheme darkness2 - -let mapleader="," - -" Список дополнений из адресной строки Firefox -set complete=l - -noremap h 5h -noremap j 5j -noremap k 5k -noremap l 5l - -" Move between tabs -noremap H -noremap L - -" Move forwards/backwards in history -noremap J -noremap K - -" Easier :tabmove; wraps around -" TODO: Ask if counts can be implemented -nnoremap :tabmove! -1 -nnoremap :tabmove! +1 - -" No need to move from homerow in command-line and insert mode -cnoremap -cnoremap -cnoremap -cnoremap -inoremap -inoremap -inoremap -inoremap - -set hintchars=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ - -" no close buttons on tabs -set! browser.tabs.closeButtons=2 - -" to prevent d on the last tab from closing the window: -:set! browser.tabs.closeWindowWithLastTab=false - -" Кириллица -map Ф A -map И B -map С C -map В D -map У E -map А F -map П G -map Р H -map Ш I -map О J -map Л K -map Д L -map Ь M -map Т N -map Щ O -map З P -map Й Q -map К R -map Ы S -map Е T -map Г U -map М V -map Ц W -map Ч X -map Н Y -map Я Z -map ф a -map и b -map с c -map в d -map у e -map а f -map п g -map р h -map ш i -map о j -map л k -map д l -map ь m -map т n -map щ o -map з p -map й q -map к r -map ы s -map е t -map г u -map м v -map ц w -map ч x -map н y -map я z - -cnoremap -cnoremap -