Remove quotes from jpeg icon color

This commit is contained in:
Oscar Forner Martinez 2021-07-11 17:29:55 +02:00 committed by GitHub
parent 5ff50c63e9
commit 734562cc36
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 = {