chore: rebuild artifacts

This commit is contained in:
github-actions[bot]
2021-11-12 08:24:16 +00:00
parent edd7b3e265
commit 8f9fe01602
25 changed files with 1300 additions and 256 deletions

View File

@@ -0,0 +1,34 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#BBBBBB"
local inactive_bg = "#5C5C5C"
local inactive_fg = "#EBEBEB"
return {
normal = {
a = { bg = "#8E8E8E", fg = common_fg, gui = "bold" },
b = { bg = "#727272", fg = common_fg },
c = { bg = "#666666", fg = "#E2E2E2" },
},
insert = {
a = { bg = "#5D809B", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#8283AD", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#777777", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#82505E", fg = common_fg, gui = "bold" },
},
inactive = {
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
b = { bg = inactive_bg, fg = inactive_fg },
c = { bg = inactive_bg, fg = inactive_fg },
},
}

View File

@@ -0,0 +1,34 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#4B4B4B"
local inactive_bg = "#C9C9C9"
local inactive_fg = "#818181"
return {
normal = {
a = { bg = "#9E9E9E", fg = common_fg, gui = "bold" },
b = { bg = "#B0B0B0", fg = common_fg },
c = { bg = "#BEBEBE", fg = "#555555" },
},
insert = {
a = { bg = "#99B5C3", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#CBB1CA", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#CCCCCC", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#E5CBD1", fg = common_fg, gui = "bold" },
},
inactive = {
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
b = { bg = inactive_bg, fg = inactive_fg },
c = { bg = inactive_bg, fg = inactive_fg },
},
}