Files
zenbones-theme/lua/lualine/themes/tokyobones_light_default.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 = "#464953"
local inactive_bg = "#C8C9CF"
2021-12-02 18:58:15 +08:00
local inactive_fg = "#5F6B9B"
return {
normal = {
a = { bg = "#9B9DA9", fg = common_fg, gui = "bold" },
b = { bg = "#AEB0BA", fg = common_fg },
c = { bg = "#C2C3CB", fg = "#333A57" },
2021-12-02 18:58:15 +08:00
},
insert = {
a = { bg = "#9BA6C2", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#B3A9C9", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#BBC0D8", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#DFBEC3", 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 },
},
}