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 = "#474B5A"
local inactive_bg = "#C4C6D0"
local inactive_bg = "#D0D1D9"
local inactive_fg = "#5F6B9B"
return {
normal = {
a = { bg = "#979BAC", fg = common_fg, gui = "bold" },
b = { bg = "#AAADBC", fg = common_fg },
c = { bg = "#BBBEC9", fg = "#333A57" },
a = { bg = "#9FA3B3", fg = common_fg, gui = "bold" },
b = { bg = "#B3B5C2", fg = common_fg },
c = { bg = "#C7C9D2", fg = "#333A57" },
},
insert = {