chore: rebuild artifacts (#60)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-12-03 18:48:03 +08:00
committed by GitHub
parent 45da79cefe
commit c3cb3a16a6
94 changed files with 536 additions and 813 deletions

View File

@@ -1,13 +1,13 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#4C554D"
local inactive_bg = "#C7DDCA"
local inactive_bg = "#D5E7D8"
local inactive_fg = "#4B663C"
return {
normal = {
a = { bg = "#9CAD9E", fg = common_fg, gui = "bold" },
b = { bg = "#B0C3B3", fg = common_fg },
c = { bg = "#BFD4C2", fg = "#202E18" },
a = { bg = "#A3B5A6", fg = common_fg, gui = "bold" },
b = { bg = "#B8CCBA", fg = common_fg },
c = { bg = "#CAE0CD", fg = "#202E18" },
},
insert = {