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 = "#5C4E3A"
local inactive_bg = "#EAD1AF"
local inactive_bg = "#EDDAC1"
local inactive_fg = "#AE6966"
return {
normal = {
a = { bg = "#BCA27B", fg = common_fg, gui = "bold" },
b = { bg = "#D2B489", fg = common_fg },
c = { bg = "#E4C596", fg = "#724341" },
a = { bg = "#C5AA81", fg = common_fg, gui = "bold" },
b = { bg = "#DBBC90", fg = common_fg },
c = { bg = "#EBD4B5", fg = "#724341" },
},
insert = {