
Mac Leopard Remix
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Not the most original theme around, just a mod I made for personal use.
It's based on "Mac Leopard (Truglass)" http://www.gnome-look.org/content/show.php/Mac+Leopard?content=82807, with its colors tweaked to match the "Modified Mac" GTK theme http://www.gnome-look.org/content/show.php/Modified+Mac+(Aurora+Leopard+BSM+Mod)?content=107465
I hope you find it useful.
abh83
11 years ago
Report
AndyP79
11 years ago
Good Work! Thanks!
Report
tentacul0
11 years ago
Go to "Edit themes" -> "Title bar" -> "Title-bar object layout". There you write where you want each object to be placed.
For example, if you edit this theme, you'll see this:
C(5)N(5)X(5)H(7):I(3)T:S
Which means, from left to right:
C - Close button
(5) - 5px space
N - Minimize button
(5) - 5px space
X - Maximize button
(5) - 5px space
H - Help button
(7) - 7px space
(the ":" means "end of left block", so what goes after it appears in the middle of the title bar)
I - Window icon
(3) - 3px space
T - Window title
(":" again, this time closing the central block, thus opening the right block)
S - Shade button
--
I hope this was useful, good luck!
Report