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 = "#5A5052"
|
||||
local inactive_bg = "#DCD9DA"
|
||||
local inactive_bg = "#E7E5E5"
|
||||
local inactive_fg = "#686868"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#B2A9AA", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#C5BFC0", fg = common_fg },
|
||||
c = { bg = "#D2CECE", fg = "#353535" },
|
||||
a = { bg = "#B9B1B3", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#CDC8C9", fg = common_fg },
|
||||
c = { bg = "#DFDCDC", fg = "#353535" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
|
||||
Reference in New Issue
Block a user