Files
zenbones-theme/lua/lualine/themes/forestbones_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 Permalink Normal View History

2021-12-02 18:58:15 +08:00
-- This file is auto-generated by shipwright.nvim
local common_fg = "#544D37"
local inactive_bg = "#EBD9A0"
2021-12-02 18:58:15 +08:00
local inactive_fg = "#758690"
return {
normal = {
a = { bg = "#B8AB7D", fg = common_fg, gui = "bold" },
b = { bg = "#CDBE8B", fg = common_fg },
c = { bg = "#E5D49B", fg = "#4F5B62" },
2021-12-02 18:58:15 +08:00
},
insert = {
a = { bg = "#A6BBCF", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#ECAFD5", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#C8D7DF", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#EAD5D5", 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 },
},
}