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

View File

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