Files
zenbones-theme/lua/lualine/themes/neobones_light.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 21:13:10 +08:00
-- This file is auto-generated from lua/zenbones/template/lualine.lua
2021-10-09 16:26:23 +08:00
local common_fg = "#4A4F4A"
local inactive_bg = "#C8D5C9"
local inactive_fg = "#4B663C"
2021-09-21 21:13:10 +08:00
return {
normal = {
2021-10-09 16:26:23 +08:00
a = { bg = "#9BA69D", fg = common_fg, gui = "bold" },
b = { bg = "#ADB9AF", fg = common_fg },
c = { bg = "#BDCABF", fg = "#202E18" },
2021-09-21 21:13:10 +08:00
},
insert = {
2021-10-15 16:26:23 +08:00
a = { bg = "#A6BBCF", fg = common_fg, gui = "bold" },
2021-09-21 21:13:10 +08:00
},
command = {
2021-10-22 18:20:38 +08:00
a = { bg = "#DCB5D4", fg = common_fg, gui = "bold" },
2021-09-21 21:13:10 +08:00
},
visual = {
2021-10-22 18:52:22 +08:00
a = { bg = "#ADE48C", fg = common_fg, gui = "bold" },
2021-09-21 21:13:10 +08:00
},
replace = {
2021-10-15 14:33:10 +08:00
a = { bg = "#EAD5D7", fg = common_fg, gui = "bold" },
2021-09-21 21:13:10 +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 },
},
}