Contribute
Register

Let's Create New themes for Clover ... New Bootcamp theme inside

Status
Not open for further replies.
Joined
Feb 1, 2013
Messages
35
Motherboard
Asus P5KR / ML 10.8.3
CPU
Intel Core2Quad Q6600 2.4 GHz
Graphics
HD6770
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello ... I hope from some to create new themes for clover and make this Thread as themes's HOSTING ;)..

I create a theme look-like bootcamp

in the attachment you can download it and see screenshots ..
it's contains an animated Apple Logo (Fade animation) ...
I hide the Shell by default in settings.conf but you can unhide by add ( # ) before :

hideui shell tools revision

to be like this :

#hideui shell tools revision

if you are use new Clover 1646+ download theme.plist +1646.zip and put theme.plist in themes/bootcamp
and delete the old one settings.conf ...
I hope from everyone to add themes in this Thread :)

also I add new fixes for Clover 1690+ (animation fixes) ...
 

Attachments

  • bootcamp.zip
    6 MB · Views: 1,104
  • 1.jpg
    1.jpg
    21.1 KB · Views: 11,460
  • 2.jpg
    2.jpg
    28 KB · Views: 2,829
  • 3.jpg
    3.jpg
    45.2 KB · Views: 4,170
  • icons.jpg
    icons.jpg
    24.7 KB · Views: 1,599
  • bootcamp_1690+.zip
    6.4 MB · Views: 961
Hello ... I hope from some to create new themes for clover and make this Thread as themes's HOSTING ;)..

I create a theme look-like bootcamp

in the attachment you can download it and see screenshots ..
it's contains an animated Apple Logo (Fade animation) ...
I hide the Shell by default in settings.conf but you can unhide by add ( # ) before :

hideui shell tools revision

to be like this :

#hideui shell tools revision

I hope from everyone to add themes in this Thread :)
Thx for that it looks really simple and clean i like it.
Plz check Clover changes here
http://www.projectosx.com/forum/index.php?showtopic=2656&st=20
This cannot work for version 1646+ soo u need to change settings.conf with themes.plist.

I checked your theme with older ver and i really like your animation.
THX.
 
@ xpamamadeus :
THX for your note .. i fix it and put the new theme.plist in the attachment files . :thumbup:
.
.
But how can I hide "Shell button" in the new version ...
in old version i only type :
"hideui shell tools revision" to settings.conf but I dont know how to do it in themes.plist ..so please HELP ...
 

Attachments

  • bootcamp_1690+.zip
    6.4 MB · Views: 277
@Bijo - congratulations a very nice theme and it works well with R1659 - If the text were slightly larger and bold it would be great - I like the "simple " uncluttered look.

I am looking at it with a res of 2560X1440 so likely why text looks small...

Great work. Why not submit it to Slice over at:

http://www.projectosx.com/forum/index.php?showtopic=2562&st=7920

(to post you need to pass the simple test)
 
@TonyD
Thank you very much for your comment ... for the font I did not install any font I just take the default font ..

<key>Font</key>
<dict>
<key>Type</key>
<string>alfa</string>
</dict>

you can edit theme.plist and replace it with :

<key>Font</key>
<dict>
<key>CharWidth</key>
<integer>10</integer>
<key>Path</key>
<string>YOUR_FONT.png</string>
<key>Type</key>
<string>Load</string>
</dict>

thank you for your suggestion, for post it at projectosx ....
but i had an account and i try it to post it ... but

Sorry, you do not have permission to reply to that topic

Forbidden for my Country ... I think .... if you can post it U can :)


 

Thank you very much for the link ...
I try this version and it's work fine, with animation (see the tow picture in attachments ..)

this is my theme.plist :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Theme</key>
<dict>
<key>Badges</key>
<dict>
<key>Show</key>
<true/>
<key>Inline</key>
<false/>
<key>Swap</key>
<false/>
</dict>
<key>Background</key>
<dict>
<key>Path</key>
<string>Bootcamp.png</string>
<key>Type</key>
<string>Crop</string>
</dict>
<key>Font</key>
<dict>
<key>Type</key>
<string>alfa</string>
</dict>
<key>Selection</key>
<dict>
<key>Big</key>
<string>Select_trans_big.png</string>
<key>Color</key>
<string>0xF3F3F380</string>
<key>Small</key>
<string>Select_trans_small.png</string>
</dict>
<key>Anime</key>
<array>
<dict>
<key>ID</key>
<integer>1</integer>
<key>Path</key>
<string>logo_3D</string>
<key>Frames</key>
<integer>50</integer>
<key>FrameTime</key>
<integer>100</integer>
</dict>
</array>
</dict>
</dict>
</plist>
 

Attachments

  • sc1.jpg
    sc1.jpg
    117.2 KB · Views: 743
  • sc2.jpg
    sc2.jpg
    186.7 KB · Views: 3,802
  • sc3.jpg
    sc3.jpg
    279.8 KB · Views: 799
i must load font to see it corectly
<dict>
<key>Type</key>
<string>alfa</string>
</dict>
alfa have double fonts and i cannot read soo maybe its something more must test it.(maybe it work with current version must try)

about backgound
<key>Background</key>
<dict>
<key>Path</key>
<string>Bootcamp.png</string>
<key>Type</key>
<string>Crop</string>
</dict>

i change your background to same file but resize it to 192px and set title soo this way it smaller theme but same efect.
 
Status
Not open for further replies.
Back
Top