Updated 7. Example Custom Plugins (markdown)

Asep Komarudin 2024-03-11 14:42:33 +07:00
parent d4fd6c54bb
commit 597fcac357

@ -1684,6 +1684,10 @@ return {
highlights = {
-- overide cursor line fill colors
CursorLine = { bg = "#333842" },
Cursor = { fg = "${bg}", bg = "${fg}" }, -- character under the cursor
lCursor = { fg = "${bg}", bg = "${fg}" }, -- the character under the cursor when |language-mapping| is used (see 'guicursor')
CursorIM = { fg = "${bg}", bg = "${fg}" }, -- like Cursor, but used when in IME mode |CursorIM|
CursorColumn = { bg = "#333842" }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
-- overide nvimtree folder icon fill color
NvimTreeFolderIcon = { fg = "#6776a7" },
-- overide nvimtree text fill color folder opened
@ -1701,6 +1705,7 @@ return {
StatusLineTerm = { fg = "#f8f8f2", bg = "${bg}" },
BufferLineFill = { bg = "${bg}" },
Pmenu = { fg = "${fg}", bg = "${bg}" },
PmenuThumb = { bg = "#3b4261" }, -- Popup menu: Thumb of the scrollbar.
-- overide lualine fill color with bg color
LualineNormal = { bg = "${bg}" },
-- overide lualine_c fill color with bg color