chore: rebuild artifacts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#9CB4C6"
|
||||
local inactive_bg = "#3E4850"
|
||||
local inactive_fg = "#EDE5D4"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#5A5236"
|
||||
local inactive_bg = "#E9D795"
|
||||
local inactive_fg = "#758690"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#7BA9C5"
|
||||
local inactive_bg = "#1F2E37"
|
||||
local inactive_fg = "#D1E0DA"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#4A4F4A"
|
||||
local inactive_bg = "#C8D5C9"
|
||||
local inactive_fg = "#4B663C"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#A8B1C5"
|
||||
local inactive_bg = "#414959"
|
||||
local inactive_fg = "#F2F4F7"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#A4A1B7"
|
||||
local inactive_bg = "#2F2C40"
|
||||
local inactive_fg = "#E9E0E0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#605038"
|
||||
local inactive_bg = "#EED7B7"
|
||||
local inactive_fg = "#AE6966"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#A3A5B7"
|
||||
local inactive_bg = "#2E2F3F"
|
||||
local inactive_fg = "#D2D9F8"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#464953"
|
||||
local inactive_bg = "#BCBEC6"
|
||||
local inactive_fg = "#5F6B9B"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#515143"
|
||||
local inactive_bg = "#D6D6B5"
|
||||
local inactive_fg = "#686868"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#AFA099"
|
||||
local inactive_bg = "#322D2B"
|
||||
local inactive_fg = "#CAD0D4"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#564E4A"
|
||||
local inactive_bg = "#DAD3CF"
|
||||
local inactive_fg = "#596A76"
|
||||
|
||||
34
lua/lualine/themes/zenburned.lua
Normal file
34
lua/lualine/themes/zenburned.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#B6B6B6"
|
||||
local inactive_bg = "#525252"
|
||||
local inactive_fg = "#F5EDE0"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#868686", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#6A6A6A", fg = common_fg },
|
||||
c = { bg = "#5C5C5C", fg = "#F0E4CF" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#53738B", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#9C6992", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#746956", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#764544", 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 },
|
||||
},
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#A3A3A3"
|
||||
local inactive_bg = "#2E2E2E"
|
||||
local inactive_fg = "#CFCFCF"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#505050"
|
||||
local inactive_bg = "#D4D4D4"
|
||||
local inactive_fg = "#686868"
|
||||
|
||||
Reference in New Issue
Block a user