File tree 3 files changed +4
-40
lines changed
3 files changed +4
-40
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".
Original file line number Diff line number Diff line change 14
14
},
15
15
{
16
16
"name" : " forestbones" ,
17
- "exclude" : [
18
- " iterm" ,
19
- " alacritty" ,
20
- " kitty" ,
21
- " wezterm" ,
22
- " tmux" ,
23
- " windows_terminal" ,
24
- " foot"
25
- ],
26
17
"description" : " A zenbones variant inspired by Everforest."
27
18
},
28
19
{
29
20
"name" : " nordbones" ,
30
21
"background" : " dark" ,
31
- "exclude" : [
32
- " iterm" ,
33
- " alacritty" ,
34
- " kitty" ,
35
- " wezterm" ,
36
- " tmux" ,
37
- " windows_terminal" ,
38
- " foot"
39
- ],
40
22
"description" : " A zenbones variant inspired by Nord."
41
23
},
42
24
{
43
25
"name" : " rosebones" ,
44
- "exclude" : [
45
- " iterm" ,
46
- " alacritty" ,
47
- " kitty" ,
48
- " wezterm" ,
49
- " tmux" ,
50
- " windows_terminal" ,
51
- " foot"
52
- ],
53
26
"description" : " A zenbones variant inspired by Rosé Pine."
54
27
},
55
28
{
56
29
"name" : " tokyobones" ,
57
- "exclude" : [
58
- " iterm" ,
59
- " alacritty" ,
60
- " kitty" ,
61
- " wezterm" ,
62
- " tmux" ,
63
- " windows_terminal" ,
64
- " foot"
65
- ],
66
30
"description" : " A zenbones variant inspired by Tokyo Night."
67
31
},
68
32
{
You can’t perform that action at this time.
0 commit comments