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 = "#4E4E4E"
|
||||
local inactive_bg = "#CCCCCC"
|
||||
local inactive_bg = "#D7D7D7"
|
||||
local inactive_fg = "#686868"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#A0A0A0", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#B3B3B3", fg = common_fg },
|
||||
c = { bg = "#C1C1C1", fg = "#353535" },
|
||||
a = { bg = "#A8A8A8", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#BBBBBB", fg = common_fg },
|
||||
c = { bg = "#CFCFCF", fg = "#353535" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
|
||||
Reference in New Issue
Block a user