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

2021-12-02 18:58:15 +08:00
-- This file is auto-generated by shipwright.nvim
local common_fg = "#4E4E4E"
local inactive_bg = "#D7D7D7"
2021-12-02 18:58:15 +08:00
local inactive_fg = "#686868"
return {
normal = {
a = { bg = "#A8A8A8", fg = common_fg, gui = "bold" },
b = { bg = "#BBBBBB", fg = common_fg },
c = { bg = "#CFCFCF", fg = "#353535" },
2021-12-02 18:58:15 +08:00
},
insert = {
a = { bg = "#9EB6CB", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#D9AFD0", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#CFCFCF", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#E7CFD1", 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 },
},
}