reset neovim base
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
local common_fg = "#46624A"
|
||||
local inactive_bg = "#CCDBCE"
|
||||
local inactive_fg = "#597F43"
|
||||
local common_fg = "#9FBDD1"
|
||||
local inactive_bg = "#1F3441"
|
||||
local inactive_fg = "#D6E1DC"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#9AB79E", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#B1C8B5", fg = common_fg },
|
||||
c = { bg = "#C0D3C3", fg = "#212F19" },
|
||||
a = { bg = "#4B7C9B", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#33566B", fg = common_fg },
|
||||
c = { bg = "#284253", fg = "#C7D6D0" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#99C6E9", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#455C6F", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#D2A6C8", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#73516C", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#D8E6D0", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#3A4A44", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#E7CBCE", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#5B2E33", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
inactive = {
|
||||
|
||||
Reference in New Issue
Block a user