all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/nordbones_stark.lua
Normal file
34
lua/lualine/themes/nordbones_stark.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#A2AEC8"
|
||||
local inactive_bg = "#313949"
|
||||
local inactive_fg = "#F2F4F7"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#687795", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#4C576E", fg = common_fg },
|
||||
c = { bg = "#3B4557", fg = "#EBEEF3" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#426261", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#7B5C76", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#4D5867", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#5D3438", 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