Files
zenbones-theme/lua/lualine/themes/neobones_dark.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-15 13:52:44 +08:00
local common_fg = "#7BA9C5"
2021-10-09 16:26:23 +08:00
local inactive_bg = "#1F2E37"
local inactive_fg = "#D1E0DA"
2021-09-21 21:13:10 +08:00
return {
normal = {
2021-10-09 16:26:23 +08:00
a = { bg = "#4F6F82", fg = common_fg, gui = "bold" },
b = { bg = "#334A57", fg = common_fg },
c = { bg = "#273944", fg = "#C6D5CF" },
2021-09-21 21:13:10 +08:00
},
insert = {
2021-10-15 16:26:23 +08:00
a = { bg = "#343F6D", fg = common_fg, gui = "bold" },
2021-09-21 21:13:10 +08:00
},
command = {
2021-10-22 18:20:38 +08:00
a = { bg = "#62415B", fg = common_fg, gui = "bold" },
2021-09-21 21:13:10 +08:00
},
visual = {
2021-10-22 18:52:22 +08:00
a = { bg = "#3A3E3D", fg = common_fg, gui = "bold" },
2021-09-21 21:13:10 +08:00
},
replace = {
2021-10-15 16:26:23 +08:00
a = { bg = "#3B2023", 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 },
},
}