Merge pull request #163 from mcchrish/adjusts-20240311
Remove excludes for extra
This commit is contained in:
@@ -91,8 +91,8 @@ local function generate(p, opt)
|
|||||||
TabLine { StatusLine }, -- tab pages line, not active tab page label
|
TabLine { StatusLine }, -- tab pages line, not active tab page label
|
||||||
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
|
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
|
||||||
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
|
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
|
||||||
VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows
|
WinSeparator { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" },
|
||||||
WinSeparator { VertSplit },
|
VertSplit { WinSeparator },
|
||||||
|
|
||||||
Visual { bg = p.fg.de(18).lightness(p1.bg.l + 18) }, -- Visual mode selection
|
Visual { bg = p.fg.de(18).lightness(p1.bg.l + 18) }, -- Visual mode selection
|
||||||
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
||||||
|
|||||||
@@ -91,8 +91,8 @@ local function generate(p, opt)
|
|||||||
TabLine { StatusLine }, -- tab pages line, not active tab page label
|
TabLine { StatusLine }, -- tab pages line, not active tab page label
|
||||||
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
|
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
|
||||||
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
|
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
|
||||||
VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows
|
WinSeparator { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" },
|
||||||
WinSeparator { VertSplit },
|
VertSplit { WinSeparator },
|
||||||
|
|
||||||
Visual { bg = p.fg.lightness(p1.bg.l - 8) }, -- Visual mode selection
|
Visual { bg = p.fg.lightness(p1.bg.l - 8) }, -- Visual mode selection
|
||||||
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
|
||||||
|
|||||||
@@ -14,55 +14,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "forestbones",
|
"name": "forestbones",
|
||||||
"exclude": [
|
|
||||||
"iterm",
|
|
||||||
"alacritty",
|
|
||||||
"kitty",
|
|
||||||
"wezterm",
|
|
||||||
"tmux",
|
|
||||||
"windows_terminal",
|
|
||||||
"foot"
|
|
||||||
],
|
|
||||||
"description": "A zenbones variant inspired by Everforest."
|
"description": "A zenbones variant inspired by Everforest."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nordbones",
|
"name": "nordbones",
|
||||||
"background": "dark",
|
"background": "dark",
|
||||||
"exclude": [
|
|
||||||
"iterm",
|
|
||||||
"alacritty",
|
|
||||||
"kitty",
|
|
||||||
"wezterm",
|
|
||||||
"tmux",
|
|
||||||
"windows_terminal",
|
|
||||||
"foot"
|
|
||||||
],
|
|
||||||
"description": "A zenbones variant inspired by Nord."
|
"description": "A zenbones variant inspired by Nord."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rosebones",
|
"name": "rosebones",
|
||||||
"exclude": [
|
|
||||||
"iterm",
|
|
||||||
"alacritty",
|
|
||||||
"kitty",
|
|
||||||
"wezterm",
|
|
||||||
"tmux",
|
|
||||||
"windows_terminal",
|
|
||||||
"foot"
|
|
||||||
],
|
|
||||||
"description": "A zenbones variant inspired by Rosé Pine."
|
"description": "A zenbones variant inspired by Rosé Pine."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tokyobones",
|
"name": "tokyobones",
|
||||||
"exclude": [
|
|
||||||
"iterm",
|
|
||||||
"alacritty",
|
|
||||||
"kitty",
|
|
||||||
"wezterm",
|
|
||||||
"tmux",
|
|
||||||
"windows_terminal",
|
|
||||||
"foot"
|
|
||||||
],
|
|
||||||
"description": "A zenbones variant inspired by Tokyo Night."
|
"description": "A zenbones variant inspired by Tokyo Night."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user