Skip to content

Commit

Permalink
more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ldelossa committed Apr 25, 2022
1 parent eb5e8b7 commit 2d257af
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions lua/litee/lib/icons/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,14 @@ M.codicons = {
GitCompare = '',
GitPullRequest = '',
CircleStop = '',
CirclePause = '',
CirclePause = '',
DiffAdded = '',
GitCommit = '',
GitRepo = '',
History = '',
Sync = '',
CommentExclaim = '',
RequestChanges = '',

Comment = '',
MultiComment = '',
Expand Down Expand Up @@ -202,7 +206,12 @@ M.icon_hls = {
MultiComment = 'LTMultiComment',

Calendar = 'LTDefault',
Pencil = 'LTDefault'
Pencil = 'LTWarning',

History = 'LTWarning',
Sync = 'LTWarning',
CommentExclaim = 'LRWarning',
RequestChanges = 'LTFailure',
}

return M

0 comments on commit 2d257af

Please sign in to comment.