mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
add: update config
This commit is contained in:
parent
88a59af55b
commit
111556ef39
5 changed files with 19 additions and 513 deletions
|
@ -336,7 +336,7 @@ return {
|
|||
"nvim-navic",
|
||||
"nvim-tree",
|
||||
"nvim-web-devicons",
|
||||
-- "rainbow-delimiters",
|
||||
"rainbow-delimiters",
|
||||
-- "sneak",
|
||||
"telescope",
|
||||
-- "trouble",
|
||||
|
@ -347,6 +347,7 @@ return {
|
|||
BufferLineFill = { bg = colors.bg },
|
||||
StatusLine = { fg = "#f8f8f2", bg = colors.bg },
|
||||
StatusLineTerm = { fg = "#f8f8f2", bg = colors.bg },
|
||||
WinBarNC = { fg = colors.fg, bg = colors.bg },
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
@ -467,6 +468,7 @@ return {
|
|||
-- UfoPreviewNormal = { fg = "#373d48", bg = "$bg0" },
|
||||
-- UfoPreviewBorder = { fg = "#373d48", bg = "$bg0" },
|
||||
-- UfoPreviewCursorLine = { fg = "#373d48", bg = "$bg0" },
|
||||
WinBarNC = { fg = "$fg", bg = "NONE" },
|
||||
},
|
||||
transparent = transparent,
|
||||
lualine = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue