neovim -> neobones

This commit is contained in:
Michael Chris Lopez
2021-10-09 17:30:15 +08:00
parent 6956eb9fd7
commit 91e2adfa2c
25 changed files with 36 additions and 39 deletions

View File

@@ -0,0 +1,34 @@
-- This file is auto-generated from lua/zenbones/template/lualine.lua
local common_fg = "#4A4F4A"
local inactive_bg = "#C8D5C9"
local inactive_fg = "#4B663C"
return {
normal = {
a = { bg = "#9BA69D", fg = common_fg, gui = "bold" },
b = { bg = "#ADB9AF", fg = common_fg },
c = { bg = "#BDCABF", fg = "#202E18" },
},
insert = {
a = { bg = "#99C6E9", fg = common_fg, gui = "bold" },
},
command = {
a = { bg = "#D2A6C8", fg = common_fg, gui = "bold" },
},
visual = {
a = { bg = "#B1EA90", fg = common_fg, gui = "bold" },
},
replace = {
a = { bg = "#E7CBCE", 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 },
},
}