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 = "#5A5236"
|
||||
local inactive_bg = "#E9D795"
|
||||
local inactive_bg = "#F3E2AA"
|
||||
local inactive_fg = "#758690"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#B7A874", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#CFBE83", fg = common_fg },
|
||||
c = { bg = "#E0CE8F", fg = "#4F5B62" },
|
||||
a = { bg = "#C0B079", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#D7C689", fg = common_fg },
|
||||
c = { bg = "#EDD997", fg = "#4F5B62" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
|
||||
Reference in New Issue
Block a user