breaking: colors_map return a map-like table instead of list

This commit is contained in:
Michael Chris Lopez
2021-11-08 17:26:17 +08:00
parent 796b4ab91d
commit 75ab2a5d5b
5 changed files with 84 additions and 63 deletions

View File

@@ -9,7 +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),
url_color = term[13],
url_color = term.bright_magenta,
tab_active_bg = specs.Search.bg,
tab_active_fg = colors.fg,
tab_inactive_bg = specs.StatusLine.bg,