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

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

35 lines
791 B
Lua
Raw Normal View History

2021-09-21 20:55:53 +08:00
-- This file is auto-generated from lua/zenbones/template/lualine.lua
2021-10-15 13:52:44 +08:00
local common_fg = "#AFA099"
local inactive_bg = "#322D2B"
2021-09-16 19:25:12 +08:00
local inactive_fg = "#CAD0D4"
2021-09-14 05:54:36 +08:00
return {
normal = {
2021-10-15 13:52:44 +08:00
a = { bg = "#736863", fg = common_fg, gui = "bold" },
b = { bg = "#4F4844", fg = common_fg },
c = { bg = "#3E3835", fg = "#B4BDC3" },
2021-09-14 05:54:36 +08:00
},
insert = {
2021-10-15 14:33:10 +08:00
a = { bg = "#2D475A", fg = common_fg, gui = "bold" },
2021-09-14 05:54:36 +08:00
},
command = {
2021-09-16 19:25:12 +08:00
a = { bg = "#73516C", fg = common_fg, gui = "bold" },
2021-09-14 05:54:36 +08:00
},
visual = {
2021-09-16 19:25:12 +08:00
a = { bg = "#37393B", fg = common_fg, gui = "bold" },
2021-09-14 05:54:36 +08:00
},
replace = {
2021-10-15 14:33:10 +08:00
a = { bg = "#441F23", fg = common_fg, gui = "bold" },
2021-09-14 05:54:36 +08:00
},
inactive = {
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
b = { bg = inactive_bg, fg = inactive_fg },
c = { bg = inactive_bg, fg = inactive_fg },
},
}