Files
zenbones-theme/lua/lualine/themes/vimbones_default.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 = "#515143"
local inactive_bg = "#DFDFBC"
2021-12-02 18:58:15 +08:00
local inactive_fg = "#686868"
return {
normal = {
a = { bg = "#B0B093", fg = common_fg, gui = "bold" },
b = { bg = "#C3C3A4", fg = common_fg },
c = { bg = "#D9D9B7", fg = "#353535" },
2021-12-02 18:58:15 +08:00
},
insert = {
a = { bg = "#A9BED1", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#D7D7D7", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#EBD8DA", 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 },
},
}