feat(colors): packer highlighting

This commit is contained in:
Iron-E 2021-08-20 22:46:18 -04:00
parent 929cb313e9
commit dd827f0915
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 8 additions and 0 deletions

View File

@ -897,6 +897,14 @@ local highlight_groups = {
--[[ 4.4.16. nvim-compe ]]
CompeDocumentationBorder = 'FloatBorder',
--[[ 4.4.16. packer.nvim ]]
packerFail = 'ErrorMsg',
packerHash = 'Number',
packerPackageNotLoaded = 'Ignore',
packerStatusFail = 'Statement',
packerStatusSuccess = 'packerStatusFail',
packerSuccess = function(self) return {fg=green, style=self.packerFail.style} end,
}
--[[ Step 5: Terminal Colors