diff --git a/packages/electron/resources/icons/AppIcon.icon/icon.json b/packages/electron/resources/icons/AppIcon.icon/icon.json index 43099912..9c78ee34 100644 --- a/packages/electron/resources/icons/AppIcon.icon/icon.json +++ b/packages/electron/resources/icons/AppIcon.icon/icon.json @@ -12,7 +12,19 @@ { "layers" : [ { - "glass" : false, + "glass-specializations" : [ + { + "value" : false + }, + { + "appearance" : "dark", + "value" : true + }, + { + "appearance" : "tinted", + "value" : true + } + ], "image-name" : "app-icon-glyph-dark 4.png", "name" : "app-icon-glyph-dark 4", "opacity-specializations" : [ @@ -53,7 +65,19 @@ "value" : "automatic" } ], - "glass" : false, + "glass-specializations" : [ + { + "value" : true + }, + { + "appearance" : "dark", + "value" : false + }, + { + "appearance" : "tinted", + "value" : false + } + ], "hidden-specializations" : [ { "idiom" : "square", diff --git a/packages/electron/resources/icons/Assets.car b/packages/electron/resources/icons/Assets.car index 3c9106c6..acdbc2bf 100644 Binary files a/packages/electron/resources/icons/Assets.car and b/packages/electron/resources/icons/Assets.car differ