diff --git a/7.-Example-Custom-Plugins.md b/7.-Example-Custom-Plugins.md index 5f5ebfc..b5dc83b 100644 --- a/7.-Example-Custom-Plugins.md +++ b/7.-Example-Custom-Plugins.md @@ -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