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 = "#544D37"
local inactive_bg = "#E2D199"
local inactive_bg = "#EBD9A0"
local inactive_fg = "#758690"
return {
normal = {
a = { bg = "#B0A377", fg = common_fg, gui = "bold" },
b = { bg = "#C4B685", fg = common_fg },
c = { bg = "#D6C691", fg = "#4F5B62" },
a = { bg = "#B8AB7D", fg = common_fg, gui = "bold" },
b = { bg = "#CDBE8B", fg = common_fg },
c = { bg = "#E5D49B", fg = "#4F5B62" },
},
insert = {