all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/nordbones_warm.lua
Normal file
34
lua/lualine/themes/nordbones_warm.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#ACB3C5"
|
||||
local inactive_bg = "#404754"
|
||||
local inactive_fg = "#F2F4F7"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#768198", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#5B6376", fg = common_fg },
|
||||
c = { bg = "#49505F", fg = "#EBEEF3" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#4D7170", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#8D6987", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#5B6678", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#704044", 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