Skip to content

Commit 7933f2d

Browse files
authored
Merge pull request zenbones-theme#163 from mcchrish/adjusts-20240311
Remove excludes for extra
2 parents 3367231 + 7009ede commit 7933f2d

File tree

3 files changed

+4
-40
lines changed

3 files changed

+4
-40
lines changed

lua/zenbones/specs/dark.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ local function generate(p, opt)
9191
TabLine { StatusLine }, -- tab pages line, not active tab page label
9292
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
9393
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 },
9696

9797
Visual { bg = p.fg.de(18).lightness(p1.bg.l + 18) }, -- Visual mode selection
9898
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".

lua/zenbones/specs/light.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ local function generate(p, opt)
9191
TabLine { StatusLine }, -- tab pages line, not active tab page label
9292
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
9393
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 },
9696

9797
Visual { bg = p.fg.lightness(p1.bg.l - 8) }, -- Visual mode selection
9898
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".

zenbones.json

-36
Original file line numberDiff line numberDiff line change
@@ -14,55 +14,19 @@
1414
},
1515
{
1616
"name": "forestbones",
17-
"exclude": [
18-
"iterm",
19-
"alacritty",
20-
"kitty",
21-
"wezterm",
22-
"tmux",
23-
"windows_terminal",
24-
"foot"
25-
],
2617
"description": "A zenbones variant inspired by Everforest."
2718
},
2819
{
2920
"name": "nordbones",
3021
"background": "dark",
31-
"exclude": [
32-
"iterm",
33-
"alacritty",
34-
"kitty",
35-
"wezterm",
36-
"tmux",
37-
"windows_terminal",
38-
"foot"
39-
],
4022
"description": "A zenbones variant inspired by Nord."
4123
},
4224
{
4325
"name": "rosebones",
44-
"exclude": [
45-
"iterm",
46-
"alacritty",
47-
"kitty",
48-
"wezterm",
49-
"tmux",
50-
"windows_terminal",
51-
"foot"
52-
],
5326
"description": "A zenbones variant inspired by Rosé Pine."
5427
},
5528
{
5629
"name": "tokyobones",
57-
"exclude": [
58-
"iterm",
59-
"alacritty",
60-
"kitty",
61-
"wezterm",
62-
"tmux",
63-
"windows_terminal",
64-
"foot"
65-
],
6630
"description": "A zenbones variant inspired by Tokyo Night."
6731
},
6832
{

0 commit comments

Comments
 (0)