export separate zenbones_light and zenbones_dark
This commit is contained in:
@@ -1,34 +1 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
local common_fg = "#564E4A"
|
||||
local inactive_bg = "#DAD3CF"
|
||||
local inactive_fg = "#596A76"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#B2A39B", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#C4B6AF", fg = common_fg },
|
||||
c = { bg = "#D1C7C3", fg = "#2C363C" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#A9BED1", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#CBD9E3", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#EBD8DA", 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 },
|
||||
},
|
||||
}
|
||||
return require("lualine.themes.zenbones_" .. vim.opt.background:get())
|
||||
|
||||
34
lua/lualine/themes/zenbones_dark.lua
Normal file
34
lua/lualine/themes/zenbones_dark.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
local common_fg = "#AFA099"
|
||||
local inactive_bg = "#322D2B"
|
||||
local inactive_fg = "#CAD0D4"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#736863", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#4F4844", fg = common_fg },
|
||||
c = { bg = "#3E3835", fg = "#B4BDC3" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#324757", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#65435E", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#3D4042", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#3E2225", 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 },
|
||||
},
|
||||
}
|
||||
34
lua/lualine/themes/zenbones_light.lua
Normal file
34
lua/lualine/themes/zenbones_light.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
local common_fg = "#564E4A"
|
||||
local inactive_bg = "#DAD3CF"
|
||||
local inactive_fg = "#596A76"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#B2A39B", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#C4B6AF", fg = common_fg },
|
||||
c = { bg = "#D1C7C3", fg = "#2C363C" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#A9BED1", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#CBD9E3", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#EBD8DA", 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 },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user