convert neovim to specs generator
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user