Files
zenbones-theme/lua/lualine/themes/neobones_light_dim.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
771 B
Lua
Raw Normal View History

2021-12-02 18:58:15 +08:00
-- This file is auto-generated by shipwright.nvim
local common_fg = "#484D48"
local inactive_bg = "#CBD7CD"
2021-12-02 18:58:15 +08:00
local inactive_fg = "#4B663C"
return {
normal = {
a = { bg = "#9FA8A0", fg = common_fg, gui = "bold" },
b = { bg = "#B1BBB2", fg = common_fg },
c = { bg = "#C3CFC5", fg = "#202E18" },
2021-12-02 18:58:15 +08:00
},
insert = {
a = { bg = "#9BB4C9", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#D8ABCE", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#A6DB86", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#E5CBCE", 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 },
},
}