give colorschemes descriptions
This commit is contained in:
@@ -13,6 +13,7 @@ local function make_env(colorscheme)
|
||||
specs = require(specs),
|
||||
p = p,
|
||||
background = colorscheme.background,
|
||||
description = colorscheme.description,
|
||||
term = require("zenbones.term").colors_map(p),
|
||||
transform = require "zenbones.shipwright.transform",
|
||||
}
|
||||
@@ -32,6 +33,7 @@ local function make_runners(config)
|
||||
name = config.name .. "_light",
|
||||
specs = config.name,
|
||||
background = "light",
|
||||
description = config.description,
|
||||
}
|
||||
),
|
||||
setfenv(
|
||||
@@ -40,6 +42,7 @@ local function make_runners(config)
|
||||
name = config.name .. "_dark",
|
||||
specs = config.name,
|
||||
background = "dark",
|
||||
description = config.description,
|
||||
}
|
||||
),
|
||||
}
|
||||
@@ -52,6 +55,7 @@ local function make_runners(config)
|
||||
name = config.name,
|
||||
specs = config.name,
|
||||
background = config.background,
|
||||
description = config.description,
|
||||
}
|
||||
),
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ run(
|
||||
author = "Michael Chris Lopez",
|
||||
license = "MIT",
|
||||
upstream = string.format("https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/%s.conf", name),
|
||||
blurb = description,
|
||||
url_color = term.bright_magenta,
|
||||
tab_active_bg = specs.Search.bg,
|
||||
tab_active_fg = colors.fg,
|
||||
|
||||
Reference in New Issue
Block a user