all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/seoulbones_light_dim.lua
Normal file
34
lua/lualine/themes/seoulbones_light_dim.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#494949"
|
||||
local inactive_bg = "#C1C1C1"
|
||||
local inactive_fg = "#818181"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#989898", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#ABABAB", fg = common_fg },
|
||||
c = { bg = "#B9B9B9", fg = "#555555" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#91ADBA", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#C5A7C4", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#C4C4C4", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#E1C1C9", 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