File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ local function generate(p, opt)
91
91
TabLine { StatusLine }, -- tab pages line, not active tab page label
92
92
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
93
93
TabLineSel { gui = " bold" }, -- tab pages line, active tab page label
94
- VertSplit { fg = LineNr .fg , bg = opt .solid_vert_split and StatusLineNC .bg or " NONE" }, -- the column separating vertically split windows
95
- WinSeparator { VertSplit },
94
+ WinSeparator { fg = LineNr .fg , bg = opt .solid_vert_split and StatusLineNC .bg or " NONE" },
95
+ VertSplit { WinSeparator },
96
96
97
97
Visual { bg = p .fg .de (18 ).lightness (p1 .bg .l + 18 ) }, -- Visual mode selection
98
98
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ local function generate(p, opt)
91
91
TabLine { StatusLine }, -- tab pages line, not active tab page label
92
92
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
93
93
TabLineSel { gui = " bold" }, -- tab pages line, active tab page label
94
- VertSplit { fg = LineNr .fg , bg = opt .solid_vert_split and StatusLineNC .bg or " NONE" }, -- the column separating vertically split windows
95
- WinSeparator { VertSplit },
94
+ WinSeparator { fg = LineNr .fg , bg = opt .solid_vert_split and StatusLineNC .bg or " NONE" },
95
+ VertSplit { WinSeparator },
96
96
97
97
Visual { bg = p .fg .lightness (p1 .bg .l - 8 ) }, -- Visual mode selection
98
98
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
You can’t perform that action at this time.
0 commit comments