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
788 B
Lua
Raw Normal View History

2021-09-18 14:32:29 +08:00
-- This file is auto-generated from lua/zenbones/build/lualine.lua
2021-09-16 20:04:50 +08:00
local common_fg = "#BBAEA8"
2021-09-16 19:25:12 +08:00
local inactive_bg = "#312D2B"
local inactive_fg = "#CAD0D4"
2021-09-14 05:54:36 +08:00
return {
normal = {
2021-09-16 20:04:50 +08:00
a = { bg = "#716965", fg = common_fg, gui = "bold" },
b = { bg = "#4E4845", fg = common_fg },
2021-09-16 19:25:12 +08:00
c = { bg = "#3D3836", fg = "#B4BDC3" },
2021-09-14 05:54:36 +08:00
},
insert = {
2021-09-16 20:04:50 +08:00
a = { bg = "#455C6F", 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-09-16 19:25:12 +08:00
a = { bg = "#5B2E33", 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 },
},
}