Merge pull request #150 from maitesin/patch-1

Remove quotes from jpeg icon color
This commit is contained in:
siduck76 2021-07-11 21:09:36 +05:30 committed by GitHub
commit 484751c422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ M.config = function()
},
jpeg = {
icon = "",
color = "colors.dark_purple",
color = colors.dark_purple,
name = "jpeg"
},
mp3 = {