miliuco Posted September 8, 2023 Share Posted September 8, 2023 (edited) @chris1111 Very very nice! I like the disk only in the selected entry, cleaner design. The whole theme is excellent. Share it when finished, as usual 🙂 Edited September 8, 2023 by miliuco 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810929 Share on other sites More sharing options...
chris1111 Posted September 8, 2023 Share Posted September 8, 2023 18 hours ago, miliuco said: @chris1111 Very very nice! I like the disk only in the selected entry, cleaner design. The whole theme is excellent. Share it when finished, as usual 🙂 Thanks @miliuco its ready Attaching Files Flavours-BlueFull.zip Background.zip Windows Icon replacement Windows.icns.zip config.plist Misc -> Boot -> PickerVariant: chris1111\Flavours-BlueFull Misc -> Boot -> PickerAtributes: 145 Choose your Background file, it is twice your screen you rename it Background.icns Ex: if you have a 1280x800 screen you chosse Flavours-BlueFull-2560x1600.icns then rename to Background.icns then change in the themes Background ➤ 2560x1440 = ➤ [5120×2880] Background ➤ 1920x1200 = ➤ [3840×2400] Background ➤ 1920x1080 = ➤ [3840×2160] Background ➤ 1600x900 = ➤ [3200×1800] Background ➤ 1366x768 = ➤ [2732x1536] Background ➤ 1024x768 = ➤ [2048x1536] Background ➤ 1440x900 = ➤ [2880×1800] Background ➤ 1440x1080 = ➤ [2880×2160] Background ➤ 1600x1200 = ➤ [3200×2400] Background ➤ 1680x1050 = ➤ [3360×2100] Background ➤ 1280x800 = ➤ [2560x1600] If you don't want a Background, then delete it from the themes. Show Icons in spoiler Spoiler 4 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810930 Share on other sites More sharing options...
naiclub Posted September 9, 2023 Share Posted September 9, 2023 Spoiler Beautiful, very pleasing. 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810937 Share on other sites More sharing options...
Matgen84 Posted September 9, 2023 Share Posted September 9, 2023 Hi All I've read Flavours.md because I want to use ResetNvram.icns, ToogleSio.icns, ToogleSIP_enabled and ToogleSIP_disabled. Despite information, I don't understand how to do. If someone can share an example from his config.plist....Please. 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810940 Share on other sites More sharing options...
chris1111 Posted September 9, 2023 Share Posted September 9, 2023 15 minutes ago, Matgen84 said: Hi All I've read Flavours.md because I want to use ResetNvram.icns, ToogleSio.icns, ToogleSIP_enabled and ToogleSIP_disabled. Despite information, I don't understand how to do. If someone can share an example from his config.plist....Please. Hi @Matgen84 see this, please understand that this works for the Flavours theme configuration. config.plist EX: Misc -> Boot -> PickerVariant: chris1111\Flavours-BlueFull Misc -> Boot -> PickerAtributes: 145 <key>Tools</key> <array> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string>Not signed for security reasons</string> <key>Enabled</key> <true/> <key>Flavour</key> <string>ResetNVRAM:NVRAMTool</string> <key>FullNvramAccess</key> <false/> <key>Name</key> <string>Reset NVRAM</string> <key>Path</key> <string>CleanNvram.efi</string> <key>RealPath</key> <false/> <key>TextMode</key> <false/> </dict> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Flavour</key> <string>OpenShell:UEFIShell:Shell</string> <key>FullNvramAccess</key> <false/> <key>Name</key> <string>OpenShell</string> <key>Path</key> <string>OpenShell.efi</string> <key>RealPath</key> <false/> <key>TextMode</key> <false/> </dict> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Flavour</key> <string>ToggleSip:NVRAMTool</string> <key>FullNvramAccess</key> <false/> <key>Name</key> <string>ToggleSipEntry</string> <key>Path</key> <string>ToggleSipEntry.efi</string> <key>RealPath</key> <false/> <key>TextMode</key> <false/> </dict> </array> </dict> 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810941 Share on other sites More sharing options...
Matgen84 Posted September 9, 2023 Share Posted September 9, 2023 9 minutes ago, chris1111 said: Hi @Matgen84 see this, please understand that this works for the Flavours theme configuration. config.plist EX: Misc -> Boot -> PickerVariant: chris1111\Flavours-BlueFull Misc -> Boot -> PickerAtributes: 145 <key>Tools</key> <array> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string>Not signed for security reasons</string> <key>Enabled</key> <true/> <key>Flavour</key> <string>ResetNVRAM:NVRAMTool</string> <key>FullNvramAccess</key> <false/> <key>Name</key> <string>Reset NVRAM</string> <key>Path</key> <string>CleanNvram.efi</string> <key>RealPath</key> <false/> <key>TextMode</key> <false/> </dict> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Flavour</key> <string>OpenShell:UEFIShell:Shell</string> <key>FullNvramAccess</key> <false/> <key>Name</key> <string>OpenShell</string> <key>Path</key> <string>OpenShell.efi</string> <key>RealPath</key> <false/> <key>TextMode</key> <false/> </dict> <dict> <key>Arguments</key> <string></string> <key>Auxiliary</key> <false/> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Flavour</key> <string>ToggleSip:NVRAMTool</string> <key>FullNvramAccess</key> <false/> <key>Name</key> <string>ToggleSipEntry</string> <key>Path</key> <string>ToggleSipEntry.efi</string> <key>RealPath</key> <false/> <key>TextMode</key> <false/> </dict> </array> </dict> Thansk a lo, my Bro. Three questions: * ResetNvramEntry and ToogSipEntry are Drivers: why there is in Tools sections (Config.pist) and Drivers folder (EFI directory and GitHub repo) * ToogleSip has two labels. There are automatically declared or a Flavour must be necessary ! * Clearnvram or ResetNvramEntry, what is the good one ? A the end: to see Tools, I press Space Bar. There is a possibility to hide them again from Opencore GUI. Please. Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810942 Share on other sites More sharing options...
chris1111 Posted September 9, 2023 Share Posted September 9, 2023 18 minutes ago, Matgen84 said: Thansk a lo, my Bro. Three questions: * ResetNvramEntry and ToogSipEntry are Drivers: why there is in Tools sections (Config.pist) and Drivers folder (EFI directory and GitHub repo) * ToogleSip has two labels. There are automatically declared or a Flavour must be necessary ! * Clearnvram or ResetNvramEntry, what is the good one ? A the end: to see Tools, I press Space Bar. There is a possibility to hide them again from Opencore GUI. Please. For the first two questions you would have to ask @mikebeaton and the third question Clearnvram and ResetNvramEntry are different, refer to the manual for the best precise answer 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810943 Share on other sites More sharing options...
chris1111 Posted September 9, 2023 Share Posted September 9, 2023 Differant Windows icon In the theme, rename Windows.icns to Windows11Light.icns then use this one attaching Windows.icns.zip 3 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810947 Share on other sites More sharing options...
miliuco Posted September 9, 2023 Share Posted September 9, 2023 (edited) @Matgen84 By default, there are 2 SIP labels but only 1 SIP icon (ToggleSIP.icns). About 2 different icons for SIP enabled / disabled, I don't know if the theme author has to create them or OpenCore puts any difference over ToggleSIP.icns. Flavour system has options for ToggleSIP_Enabled:ToggleSIP:NVRAMTool and ToggleSIP_Disabled:ToggleSIP:NVRAMTool which makes me assume that it does make some difference but I'm not sure. 2 hours ago, chris1111 said: Differant Windows icon... Edited September 9, 2023 by miliuco 2 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810951 Share on other sites More sharing options...
pananning Posted September 9, 2023 Share Posted September 9, 2023 3 hours ago, chris1111 said: Differant Windows icon In the theme, rename Windows.icns to Windows11Light.icns then use this one attaching Windows.icns.zip 20.29 kB · 4 downloads Can the background picture be made dynamic? Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810954 Share on other sites More sharing options...
miliuco Posted September 9, 2023 Share Posted September 9, 2023 21 minutes ago, pananning said: Can the background picture be made dynamic? Are we asking too many things of @chris1111? 🙂 1 2 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810955 Share on other sites More sharing options...
chris1111 Posted September 10, 2023 Share Posted September 10, 2023 Next themes will be base on this Icons fabrications. Spoiler 2 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810979 Share on other sites More sharing options...
chris1111 Posted September 10, 2023 Share Posted September 10, 2023 Another theme finish This theme lives up to its name! You can see the icon is more bigger then my last one. attaching Flavours-Nice theme Flavours-Nice.zip Enjoy 5 2 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810983 Share on other sites More sharing options...
chris1111 Posted September 11, 2023 Share Posted September 11, 2023 Origin Icon 512PX Flavours-Nice themes Icons_512_Flavours-Nice.zip 2 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2810985 Share on other sites More sharing options...
chris1111 Posted September 20, 2023 Share Posted September 20, 2023 Hi @miliuco A new Icon Set available soon when is complet finishing, another new innovation Recvovery HD is inside the Icons from transparency Nice Icon set 6 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811371 Share on other sites More sharing options...
miliuco Posted September 21, 2023 Share Posted September 21, 2023 (edited) @chris1111 Amazing! Very very nice. I like this transparency a lot. Quelle belle trouvaille ! Edited September 21, 2023 by miliuco 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811376 Share on other sites More sharing options...
Anto65 Posted September 21, 2023 Share Posted September 21, 2023 Nice work chris1111 👍 , I also thought of something similar for recovery ... I had some time last August Spoiler 2 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811377 Share on other sites More sharing options...
chris1111 Posted September 21, 2023 Share Posted September 21, 2023 (edited) 2 hours ago, antuneddu said: Nice work chris1111 👍 , I also thought of something similar for recovery ... I had some time last August Reveal hidden contents Great Work Edit “””did you share your work on GitHub? Edited September 21, 2023 by chris1111 Edit Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811381 Share on other sites More sharing options...
HmO Posted September 21, 2023 Share Posted September 21, 2023 My custom theme Spoiler 6 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811391 Share on other sites More sharing options...
miliuco Posted September 21, 2023 Share Posted September 21, 2023 @HmO Nice!!! Where is to be downloaded? Thanks. 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811394 Share on other sites More sharing options...
chris1111 Posted September 21, 2023 Share Posted September 21, 2023 Themes Flavours-T is ready config.plist Setup ⬇︎ Misc -> Boot -> PickerVariant: chris1111\Flavours-T Misc -> Boot -> Picker Attributes: 145 Misc -> Boot -> Picker Mode->: External Misc->Boot->Timeout->: 5 Misc->Boot->ShowPicker: true Attaching theme here Flavours-T.zip Enjoy! 😄 Posted 23 hours ago Hi @miliuco A new Icon Set available soon when is complet finishing, another new innovation Recvovery HD is inside the Icons from transparency Nice Icon set We have also two differant Windows11 Icons if you want changing 4 1 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811412 Share on other sites More sharing options...
chris1111 Posted September 22, 2023 Share Posted September 22, 2023 Another Icons style The good thing with Rond icon, is you can create lots of thing differant 3 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811419 Share on other sites More sharing options...
Slice Posted September 22, 2023 Share Posted September 22, 2023 15 hours ago, HmO said: My custom theme Reveal hidden contents I can propose orange is ventura, green is sonoma and violet is monterey. Mojave should be brown? Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811429 Share on other sites More sharing options...
HmO Posted September 22, 2023 Share Posted September 22, 2023 (edited) 2 hours ago, Slice said: I can propose orange is ventura, green is sonoma and violet is monterey. Mojave should be brown? 15 hours ago, miliuco said: @HmO Nice!!! Where is to be downloaded? Thanks. Icons Icons.zip Edited September 22, 2023 by HmO 4 Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811440 Share on other sites More sharing options...
Slice Posted September 22, 2023 Share Posted September 22, 2023 3 hours ago, HmO said: Icons Icons.zip 666.75 kB · 5 downloads Nice. Is there an vector origin of the apple? Link to comment https://www.insanelymac.com/forum/topic/344251-opencanopy-icons/page/46/#findComment-2811453 Share on other sites More sharing options...
Recommended Posts