chore: rebuild artifacts (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
45da79cefe
commit
c3cb3a16a6
@@ -1,13 +1,13 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#464953"
|
||||
local inactive_bg = "#BCBEC6"
|
||||
local inactive_bg = "#C8C9CF"
|
||||
local inactive_fg = "#5F6B9B"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#9395A2", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#A6A8B3", fg = common_fg },
|
||||
c = { bg = "#B4B6BE", fg = "#333A57" },
|
||||
a = { bg = "#9B9DA9", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#AEB0BA", fg = common_fg },
|
||||
c = { bg = "#C2C3CB", fg = "#333A57" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
|
||||
Reference in New Issue
Block a user