Feat/icon highlighting for opened files and directories (#258)

This commit is contained in:
Carlos Afonso
2021-04-13 15:12:21 -03:00
committed by GitHub
parent 82b20f5b5e
commit c2f2c665d8
4 changed files with 18 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ local function get_hl_groups()
ExecFile = { gui = 'bold', fg = colors.green },
SpecialFile = { gui = 'bold,underline', fg = colors.yellow },
ImageFile = { gui = 'bold', fg = colors.purple },
OpenedFile = { gui = 'bold', fg = colors.green },
GitDirty = { fg = colors.dark_red },
GitDeleted = { fg = colors.dark_red },
@@ -53,6 +54,7 @@ local function get_links()
return {
FolderName = 'Directory',
EmptyFolderName = 'Directory',
OpenedFolderName = 'Directory',
Normal = 'Normal',
EndOfBuffer = 'EndOfBuffer',
CursorLine = 'CursorLine',