all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/rosebones_light_bright.lua
Normal file
34
lua/lualine/themes/rosebones_light_bright.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#635237"
|
||||
local inactive_bg = "#F3E0C8"
|
||||
local inactive_fg = "#AE6966"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#CDAC78", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#E6C188", fg = common_fg },
|
||||
c = { bg = "#EED3AE", fg = "#724341" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#AFD2DA", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#D8D2E1", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#F0E6E6", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#F5ECEE", 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