all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/zenbones_light_dim.lua
Normal file
34
lua/lualine/themes/zenbones_light_dim.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#534C49"
|
||||
local inactive_bg = "#D3CAC6"
|
||||
local inactive_fg = "#596A76"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#AC9E97", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#BFB0A9", fg = common_fg },
|
||||
c = { bg = "#CABFBA", fg = "#2C363C" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#9EB6CB", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#D9AFD0", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#C0D1DE", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#E7CFD1", 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