fix lint errors
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
-- selene: allow(undefined_variable)
|
||||
run(
|
||||
{ specs, p, term },
|
||||
transform.colorscheme_to_term_colors,
|
||||
@@ -7,10 +8,10 @@ run(
|
||||
author = "Michael Chris Lopez",
|
||||
license = "MIT",
|
||||
upstream = string.format("https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/%s.conf", name),
|
||||
url_color = term[13].hex,
|
||||
tab_active_bg = specs.Search.bg.hex,
|
||||
url_color = term[13],
|
||||
tab_active_bg = specs.Search.bg,
|
||||
tab_active_fg = colors.fg,
|
||||
tab_inactive_bg = specs.StatusLine.bg.hex,
|
||||
tab_inactive_bg = specs.StatusLine.bg,
|
||||
tab_inactive_fg = colors.fg,
|
||||
})
|
||||
end,
|
||||
@@ -18,3 +19,4 @@ run(
|
||||
{ prepend, "# This file is auto-generated by shipwright.nvim" },
|
||||
{ overwrite, string.format("extras/kitty/%s.conf", name) }
|
||||
)
|
||||
-- selene: deny(undefined_variable)
|
||||
|
||||
Reference in New Issue
Block a user