all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/zenbones_light_bright.lua
Normal file
34
lua/lualine/themes/zenbones_light_bright.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#5C504A"
|
||||
local inactive_bg = "#E1D8D4"
|
||||
local inactive_fg = "#596A76"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#BDA79B", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#CEBEB6", fg = common_fg },
|
||||
c = { bg = "#D8CCC7", fg = "#2C363C" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#B4C6D6", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#E2C3DB", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#D6E1E9", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#F0E2E4", 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