chore: rebuild artifacts

This commit is contained in:
github-actions[bot]
2021-11-14 04:09:37 +00:00
parent b9a25c4d0f
commit 26776f5977
35 changed files with 309 additions and 237 deletions

View File

@@ -1,13 +1,13 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#BBBBBB"
local inactive_bg = "#5C5C5C"
local inactive_fg = "#EBEBEB"
local inactive_fg = "#E5E5E5"
return {
normal = {
a = { bg = "#8E8E8E", fg = common_fg, gui = "bold" },
b = { bg = "#727272", fg = common_fg },
c = { bg = "#666666", fg = "#E2E2E2" },
c = { bg = "#666666", fg = "#DDDDDD" },
},
insert = {