Change menubar inactive icon ‘Render As’ mode to ‘Template Image’

Allows macOS to automatically manage blending mode and color of menubar icon.
Modern macOS renders the menubar with translucency, making icons with some fixed colors difficult to see with some wallpapers.
This was particularly pronounced with ‘status-icon-inactive’.
Changing render mode to ‘Template Image’ allows the OS to adjust icon color and blending mode dynamically — to suit current combination of Light/Dark mode and wallpaper color.
This commit is contained in:
David Richardson
2024-09-15 16:03:23 -06:00
parent 2349aacc3e
commit a3d906165a
@@ -1,14 +1,14 @@
{
"images" : [
{
"filename" : "status-icon-inactive.png",
"idiom" : "universal",
"scale" : "1x",
"filename" : "status-icon-inactive.png"
"scale" : "1x"
},
{
"filename" : "status-icon-inactive@2x.png",
"idiom" : "universal",
"scale" : "2x",
"filename" : "status-icon-inactive@2x.png"
"scale" : "2x"
},
{
"idiom" : "universal",
@@ -16,7 +16,10 @@
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
}