Files
zenbones-theme/lua/lualine/themes/zenwritten_light.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-11-06 06:18:54 +00:00
-- This file is auto-generated by shipwright.nvim
2021-10-14 18:19:49 +08:00
local common_fg = "#505050"
local inactive_bg = "#D4D4D4"
local inactive_fg = "#686868"
return {
normal = {
a = { bg = "#A6A6A6", fg = common_fg, gui = "bold" },
b = { bg = "#B9B9B9", fg = common_fg },
c = { bg = "#C9C9C9", fg = "#353535" },
},
insert = {
2021-10-15 16:26:23 +08:00
a = { bg = "#A9BED1", fg = common_fg, gui = "bold" },
2021-10-14 18:19:49 +08:00
},
command = {
2021-10-22 18:20:38 +08:00
a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" },
2021-10-14 18:19:49 +08:00
},
visual = {
2021-10-22 18:52:22 +08:00
a = { bg = "#D7D7D7", fg = common_fg, gui = "bold" },
2021-10-14 18:19:49 +08:00
},
replace = {
2021-10-15 14:33:10 +08:00
a = { bg = "#EBD8DA", fg = common_fg, gui = "bold" },
2021-10-14 18:19:49 +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 },
},
}