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 = "#9FBDD1"
local inactive_bg = "#1F3441"
local inactive_fg = "#D6E1DC"
local common_fg = "#83B4D2"
local inactive_bg = "#1F2E37"
local inactive_fg = "#D1E0DA"
return {
normal = {
a = { bg = "#4B7C9B", fg = common_fg, gui = "bold" },
b = { bg = "#33566B", fg = common_fg },
c = { bg = "#284253", fg = "#C7D6D0" },
a = { bg = "#4F6F82", fg = common_fg, gui = "bold" },
b = { bg = "#334A57", fg = common_fg },
c = { bg = "#273944", fg = "#C6D5CF" },
},
insert = {
@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#3A4A44", fg = common_fg, gui = "bold" },
a = { bg = "#3D413F", fg = common_fg, gui = "bold" },
},
replace = {

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 = {