all lualine artifacts

This commit is contained in:
Michael Chris Lopez
2021-12-02 18:58:15 +08:00
parent 673e684ffb
commit eeb9088315
54 changed files with 1836 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
-- This file is auto-generated by shipwright.nvim
local common_fg = "#AFA099"
local inactive_bg = "#272321"
local inactive_fg = "#CAD0D4"
return {
normal = {
a = { bg = "#706661", fg = common_fg, gui = "bold" },
b = { bg = "#4A433F", fg = common_fg },
c = { bg = "#352F2D", fg = "#B4BDC3" },
},
insert = {
a = { bg = "#324757", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#65435E", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#3D4042", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#3E2225", 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 },
},
}