all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/seoulbones_light_bright.lua
Normal file
34
lua/lualine/themes/seoulbones_light_bright.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#554B4D"
|
||||
local inactive_bg = "#D5D1D1"
|
||||
local inactive_fg = "#818181"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#AAA1A2", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#BBB4B5", fg = common_fg },
|
||||
c = { bg = "#CAC5C6", fg = "#555555" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#A0BDCC", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#D1BAD0", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#D4D4D4", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#EAD5DA", 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