all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/neobones_light_bright.lua
Normal file
34
lua/lualine/themes/neobones_light_bright.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#4C554D"
|
||||
local inactive_bg = "#C7DDCA"
|
||||
local inactive_fg = "#4B663C"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#9CAD9E", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#B0C3B3", fg = common_fg },
|
||||
c = { bg = "#BFD4C2", fg = "#202E18" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#B0C3D4", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#E1BFD9", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#B4ED92", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#EEDFE0", 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