convert neovim to specs generator

This commit is contained in:
Michael Chris Lopez
2021-10-09 16:26:23 +08:00
parent 0911f21ea5
commit f6bcb08068
19 changed files with 264 additions and 213 deletions

View File

@@ -1,13 +1,13 @@
-- This file is auto-generated from lua/zenbones/template/lualine.lua
local common_fg = "#46624A"
local inactive_bg = "#CCDBCE"
local inactive_fg = "#597F43"
local common_fg = "#4A4F4A"
local inactive_bg = "#C8D5C9"
local inactive_fg = "#4B663C"
return {
normal = {
a = { bg = "#9AB79E", fg = common_fg, gui = "bold" },
b = { bg = "#B1C8B5", fg = common_fg },
c = { bg = "#C0D3C3", fg = "#212F19" },
a = { bg = "#9BA69D", fg = common_fg, gui = "bold" },
b = { bg = "#ADB9AF", fg = common_fg },
c = { bg = "#BDCABF", fg = "#202E18" },
},
insert = {
@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#D8E6D0", fg = common_fg, gui = "bold" },
a = { bg = "#B1EA90", fg = common_fg, gui = "bold" },
},
replace = {