chore: rebuild artifacts
This commit is contained in:
34
lua/lualine/themes/seoulbones_dark.lua
Normal file
34
lua/lualine/themes/seoulbones_dark.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#BBBBBB"
|
||||
local inactive_bg = "#5C5C5C"
|
||||
local inactive_fg = "#EBEBEB"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#8E8E8E", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#727272", fg = common_fg },
|
||||
c = { bg = "#666666", fg = "#E2E2E2" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#5D809B", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#8283AD", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#777777", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#82505E", 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