[vlc-commits] [Git][videolan/vlc][master] macosx: update 26 icons

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Jul 11 09:44:30 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
0a18bcf2 by Damien Erambert at 2026-07-11T09:31:17+00:00
macosx: update 26 icons

- fix the gradient direction of even stripes in mono mode for dev icon
- disable refractivity feature on dev icon and regular icon

- - - - -


2 changed files:

- modules/gui/macosx/Resources/App-Icons/VLC-Dev.icon/icon.json
- modules/gui/macosx/Resources/App-Icons/VLC.icon/icon.json


Changes:

=====================================
modules/gui/macosx/Resources/App-Icons/VLC-Dev.icon/icon.json
=====================================
@@ -1,8 +1,5 @@
 {
   "color-space-for-untagged-svg-colors" : "display-p3",
-  "features" : [
-    "refractivity"
-  ],
   "fill-specializations" : [
     {
       "value" : {
@@ -82,8 +79,8 @@
               "appearance" : "tinted",
               "value" : {
                 "linear-gradient" : [
-                  "gray:1.00000,0.00000",
-                  "gray:1.00000,1.00000"
+                  "gray:1.00000,1.00000",
+                  "gray:1.00000,0.00000"
                 ],
                 "orientation" : {
                   "start" : {
@@ -156,7 +153,7 @@
       },
       "refractivity" : {
         "depth" : 0.5,
-        "enabled" : true,
+        "enabled" : false,
         "strength" : 0
       },
       "shadow" : {
@@ -313,7 +310,7 @@
       },
       "refractivity" : {
         "depth" : 0.5,
-        "enabled" : true,
+        "enabled" : false,
         "strength" : 0
       },
       "shadow" : {
@@ -443,7 +440,7 @@
       },
       "refractivity" : {
         "depth" : 0,
-        "enabled" : true,
+        "enabled" : false,
         "strength" : 1
       },
       "shadow" : {


=====================================
modules/gui/macosx/Resources/App-Icons/VLC.icon/icon.json
=====================================
@@ -1,8 +1,5 @@
 {
   "color-space-for-untagged-svg-colors" : "display-p3",
-  "features" : [
-    "refractivity"
-  ],
   "fill-specializations" : [
     {
       "value" : {
@@ -128,7 +125,7 @@
       },
       "refractivity" : {
         "depth" : 0.5,
-        "enabled" : true,
+        "enabled" : false,
         "strength" : 0
       },
       "shadow" : {
@@ -279,7 +276,7 @@
       },
       "refractivity" : {
         "depth" : 0.5,
-        "enabled" : true,
+        "enabled" : false,
         "strength" : 0
       },
       "shadow" : {
@@ -380,7 +377,7 @@
       },
       "refractivity" : {
         "depth" : 0.5,
-        "enabled" : true,
+        "enabled" : false,
         "strength" : 0
       },
       "shadow" : {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0a18bcf28b9a5c58cc48f72b2f7adf6a158c4896

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0a18bcf28b9a5c58cc48f72b2f7adf6a158c4896
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list