all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/duckbones_default.lua
Normal file
34
lua/lualine/themes/duckbones_default.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#9A9FBC"
|
||||
local inactive_bg = "#1A1D2B"
|
||||
local inactive_fg = "#F0F5C4"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#585F83", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#383C55", fg = common_fg },
|
||||
c = { bg = "#232738", fg = "#EBEFC0" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#2A3E48", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#4D3191", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#37382D", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#311C1A", 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