diff options
Diffstat (limited to 'darkness.vimp')
-rw-r--r-- | darkness.vimp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/darkness.vimp b/darkness.vimp index ddd831d..51ec411 100644 --- a/darkness.vimp +++ b/darkness.vimp @@ -5,8 +5,8 @@ "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; +" 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; @@ -14,8 +14,8 @@ 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 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; @@ -23,9 +23,9 @@ 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; +" 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; @@ -50,7 +50,7 @@ hi ModeMsg color: #afafaf; background: #222222; "CmdLine when Not i 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 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; |