all lualine artifacts
This commit is contained in:
34
lua/lualine/themes/forestbones_dark_default.lua
Normal file
34
lua/lualine/themes/forestbones_dark_default.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated by shipwright.nvim
|
||||
local common_fg = "#9CB4C6"
|
||||
local inactive_bg = "#353F46"
|
||||
local inactive_fg = "#EDE5D4"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#6B7C89", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#4E5B65", fg = common_fg },
|
||||
c = { bg = "#3E4850", fg = "#E7DCC4" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#456763", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#9E5179", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#615B51", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#643839", 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