Files
zenbones-theme/lua/lualine/themes/tokyobones_dark_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 = "#A3A5B7"
local inactive_bg = "#242532"
local inactive_fg = "#D2D9F8"
return {
normal = {
a = { bg = "#51536D", fg = common_fg, gui = "bold" },
b = { bg = "#3D3E53", fg = common_fg },
c = { bg = "#2A2B3A", fg = "#C0CAF5" },
2021-12-02 18:58:15 +08:00
},
insert = {
a = { bg = "#36466A", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#6E20BD", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#2C4075", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#412428", 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 },
},
}