is there any Mac OS X Leopard or Windows Vista themes still?

Style your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Post Reply
DapperEevee2006
Level 1
Level 1
Posts: 5
Joined: Thu Mar 02, 2023 10:23 pm

is there any Mac OS X Leopard or Windows Vista themes still?

Post by DapperEevee2006 »

Any i find are for old versions of cinnamon... I guess I am just too wanting of much too old looks that others just don't want anymore?
Last edited by SMG on Fri Dec 29, 2023 5:52 pm, edited 1 time in total.
Reason: Moved from Desktop:Cinnamon to Themes, Icons & Wallpapers because this is not a request for help with a problem with Cinnamon.
Catsbark
Level 3
Level 3
Posts: 193
Joined: Sat Jan 14, 2017 11:53 pm

Re: is there any Mac OS X Leopard or Windows Vista themes still?

Post by Catsbark »

You could try using your preferred search engine to look for "how to make Linux cinnamon look like Mac OS X Leopard" or "how to make Linux cinnamon look like Windows vista." If you get results, it might be step-by-step instructions for picking themes, icons, and colors. Haven't tried it myself, but that would be my first path.
Catsbark
Dell Inspiron 15; AMD Ryzen 5; LM 20.3 Cinnamon
"A learning experience is one of those things that says, 'You know that thing you just did? Don't do that." - Douglas Adams
Hoser Rob
Level 20
Level 20
Posts: 11796
Joined: Sat Dec 15, 2012 8:57 am

Re: is there any Mac OS X Leopard or Windows Vista themes still?

Post by Hoser Rob »

The reason things like that disappear for newer releases rarely has anything to do with demand. It's because the people maintaining them abandon them.
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
scoson
Level 2
Level 2
Posts: 62
Joined: Sun Aug 26, 2018 4:07 pm

Re: is there any Mac OS X Leopard or Windows Vista themes still?

Post by scoson »

Elbullazul's Boomerang themes work great for me and I'm always on the latest Mint Cinn. Admittedly, most of the recent work he's done on them is geared toward gtk4, and the Cinn themes are a little old, but they're fine AFAIC. Just follow whatever theme to the github page, click the green (code) button and download the zip.

https://b00merang-project.github.io/linux-themes
scoson
Level 2
Level 2
Posts: 62
Joined: Sun Aug 26, 2018 4:07 pm

Re: is there any Mac OS X Leopard or Windows Vista themes still?

Post by scoson »

Hey, just wanted to add for anyone that may care, some Boomerang themes have a built in start button on the panel, and if you wanted to just use your own stock/custom as I do you just edit out a little code in the Cinnamon.css. e.g...

Windows Vista:

Code: Select all

#panelLeft .applet-box:first-child {
  background: url("orbs/OBB1.png");
  transition-duration: 300; width: 50px;
  color: rgba(255,0,0,0) !important;
}
#panelLeft .applet-box:first-child:hover {
  transition-duration: 200; background: url("orbs/OBB2.png");
}
#panelLeft .applet-box:first-child:active {
  background: url("orbs/OBB3.png");
}

Windows 7:

Code: Select all

#panelLeft .applet-box:first-child {
  background: url("orbs/OBB1.png");
  border-image: none;
  background-position: center center;
  transition-duration: 300;
  width: 40px;
  color: rgba(255,0,0,0) !important;
}
#panelLeft .applet-box:first-child:hover {
  transition-duration: 200; background: url("orbs/OBB2.png");
  border-image: none;
}
#panelLeft .applet-box:first-child:active {
  background: url("orbs/OBB3.png");
  border-image: none;
}
bin
Level 4
Level 4
Posts: 233
Joined: Wed Nov 22, 2006 12:12 pm
Location: Wiltshire UK

Re: is there any Mac OS X Leopard or Windows Vista themes still?

Post by bin »

Nice!!!
Post Reply

Return to “Themes, Icons & Wallpaper”