Cinnamon Themes

Style your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
anandrkris

Re: Cinnamon Themes

Post by anandrkris »

http://cinnamon-spices.linuxmint.com/themes - I guess we should add a new section "Certified Cinnamon 1.8" in here?

Update: http://segfault.linuxmint.com/2013/06/cinnamon-1-8-themes-certification/ Coincidence or not, its done couple of days after this post. :)
Sam0789

Re: Cinnamon Themes

Post by Sam0789 »

Its really very beautiful themes and wall papers for the linux,thanks for this link
Eng.Eissa

Re: Cinnamon Themes

Post by Eng.Eissa »

very nice :)
zagortenay333

My cinnamon themes

Post by zagortenay333 »

Here are some of the cinnamon themes I made recently.To check out more go to my deviant page:http://zagortenay333.deviantart.com/

Cinnamon-Edge:
[url=http://imgur.com/HeFkARF][rimg]http://i.imgur.com/HeFkARFs.jpg[/rimg][/url]

Numix-Cinnamon:
[url=http://imgur.com/brmdwgB][rimg]http://i.imgur.com/brmdwgBs.jpg[/rimg][/url]

Cinnamon-Ultra:
[url=http://imgur.com/I8kOxjB][rimg]http://i.imgur.com/I8kOxjBs.jpg[/rimg][/url]

Bauraturia-Cinnamon:
[url=http://imgur.com/vS8wEY1][rimg]http://i.imgur.com/vS8wEY1s.jpg[/rimg][/url]


Salute :)
User avatar
gmc85
Level 2
Level 2
Posts: 67
Joined: Fri Nov 29, 2013 7:27 am

Re: Cinnamon Themes

Post by gmc85 »

Hi all. can somebody help me. here is the situation i got a gradient background on the popup menu but i would also like to use a transparent border-image on top of that. the problem is i can't make it repeat, it just stretches.

here is the code:

Code: Select all

.popup-menu-boxpointer {
	background-gradient-direction: vertical;
	background-gradient-end: rgba(253,246,175,0.9);
	background-gradient-start: rgba(255,194,97,0.9);
	border-image: url(menu-border-image.png) 0 0 0 0 repeat;
	box-shadow: outset 0px 0px 5px 5px #2D7B3D;
	-arrow-border-radius: 10px;
	-arrow-border-width: 4px;
	-arrow-border-color: #F26F31;
	border-radius: 10px;
}
the menu-border-image.png is 64x64 px in size with transparent background

the "round" option also doesn't work
edit: box-shadow dissapears when border-image is used

thanx

edit2: i decided to go with this:

Code: Select all

.menu-categories-box {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;    
	background-image: url('menu-background-image-light.png');
	border: 10px;
	border-radius: 20px;
}
menu-background-image-light.png is 320x640 px wallpaper with transparent background

this is the result:
https://dl.dropboxusercontent.com/u/717 ... 141000.png
Brahim Salem

Re: Cinnamon Themes

Post by Brahim Salem »

nice one :D
Brahim Salem

Re: Cinnamon Themes

Post by Brahim Salem »

Your theme is here [url]http://cinnamon-spices.linuxmint.com/themes/view/246[/url]

[url=http://postimg.org/image/x31qixkb1/][img]http://s30.postimg.org/x31qixkb1/Capture_du_2013_12_11_18_03_17.jpg[/img][/url]
mordant23

Re: Cinnamon Themes

Post by mordant23 »

So I updated my Clove-Black theme for Cinnamon 2.0. It's at http://cinnamon-spices.linuxmint.com/themes/view/30 . Can anyone provide any feedback or constructive criticism? Have I missed anything? Is it worth it to update the ppa or just let the Themes update settings update the theme?

I also noticed Orta-Cinnamon-Lite is in the middle of the rankings. Does anyone use it? Is it worthwhile to update to Cinnamon 2.0? I did it more as a request for someone else, so I'm not sure what priority to assign the project to update it.

Finally, how do we request certification for newer versions of Cinnamon when we update our themes?

Thanks!

Edit: Orta-Cinnamon-Lite is at http://cinnamon-spices.linuxmint.com/themes/view/30.
argis

Re: Cinnamon Themes

Post by argis »

Hello,

How can i change the current themes. From the menu settings > themes can i download new theme. When i press apply, then the background dont change for the current themes.However the taskbar is changed. i have cinnamon desktop..with 64 bit. Sorry for my english, and sorry for stupid question. :)

argis
mbalazs81

Re: Cinnamon Themes

Post by mbalazs81 »

hello

Does this error message come out at you? (Linux Mint 17)
http://kepkezelo.com/images/r0lrnd5d5qimitv1q44.png
karnasw

Re: Cinnamon Themes

Post by karnasw »

Hi, I have problem with installed themes. I can set theme in main window, but in "Other settings" aren't new positions to check. I tried install themes in folders lika .themes and /usr/share/themes/ also tried console installation and in "Get more online" tab. My system is Mint 17 64-bit v2 with Cinnamon fresh installed.
Nap2

Re: Cinnamon Themes

Post by Nap2 »

Any cinnamon theme that look like this?
Image
FadeFx

AW: Re: Cinnamon Themes

Post by FadeFx »

Nap2 wrote:Any cinnamon theme that look like this?
Image
I guess that wont be that easy to do without code changes in cinnamon itselfs as the window decoration would be the same for every window, no way to have "per window coloring" i guess.
cedbled

Re: Cinnamon Themes

Post by cedbled »

Hey couple questions:

I am running 17.1, Cinn 2.4, and i have recently installed Void, which is , i believe built for Cinn 1.8....
It installed fine, and seems to behave okay, except for moments of system lag...
Is there known instability that can come from this?

Also, my other question is that I love that theme, with one exception:
I use a wireless keyboard\touchpad combo, and i need the scrollbars widened...

After quite a bit of research, I found that themes are supposed to be located in /usr/share/themes/
When I did not find any folders there whose name to match the Void theme, I searched the entire file system, and could not locate it....

Any clues on where\how to locate my theme folder?
are they only visible when browsed through terminal?
JosephM
Level 6
Level 6
Posts: 1458
Joined: Sun May 26, 2013 6:25 pm

Re: Cinnamon Themes

Post by JosephM »

Scrollbars are controlled by the gtk theme. Void is a Cinnamon theme only. You're looking in /usr/share/themes for the theme you have set for the Controls setting in the theme settings.
When I give opinions, they are my own. Not necessarily those of any other Linux Mint developer or the Linux Mint project as a whole.
rizzof87

Re: Cinnamon Themes

Post by rizzof87 »

Hi everyone!
I need your help... :oops:
I accidentaly deleted some of default themes in /usr/share/themes.

Is there anyone here that can give me the default theme in /usr/share/theme in order to restore them? For example Adwaita, Albatross etc...

Thanks in advance.
DigitalJMD

Re: Cinnamon Themes

Post by DigitalJMD »

rizzof87 wrote:Hi everyone!
I need your help... :oops:
I accidentaly deleted some of default themes in /usr/share/themes.

Is there anyone here that can give me the default theme in /usr/share/theme in order to restore them? For example Adwaita, Albatross etc...

Thanks in advance.
I can help you if you haven´t fixed it yet
vlad1777d

Re: Cinnamon Themes

Post by vlad1777d »

Hello. Maybe such question already was on this forum, and maybe answer for it was posted here too.
In this case, sorry for repeating. I know very little of English (learned it only at school), and using Google translate for translating and searching simultaneously is quite hard for me.

I can not upload themes on http://cinnamon-spices.linuxmint.com/themes because: "The filetype you are attempting to upload is not allowed." https://pp.vk.me/c622918/v622918447/22a ... p-mIEo.jpg .
But I try to upload a .zip file:
https://pp.vk.me/c622918/v622918447/22a ... Zfkwr0.jpg

On site cinnamon-spices.linuxmint.com/themes was written:
"8. Find help. If you need any help, don’t hesitate to chat with the Cinnamon developers on IRC at #linuxmint-dev on irc.spotchat.org".
If I go to this site, it answers "404 Not Found".

So, questions:
- How to upload this theme on site?
If you have not answer on this question, than:
- Where to write to get answer: how to upload my theme?

Thanks.
jtarin

Re: Cinnamon Themes

Post by jtarin »

On site cinnamon-spices.linuxmint.com/themes was written:
"8. Find help. If you need any help, don’t hesitate to chat with the Cinnamon developers on IRC at #linuxmint-dev on irc.spotchat.org".
If I go to this site, it answers "404 Not Found".
Using IRC usually requires an IRC client not a browser normally.
Here a listing of 5.
http://www.maketecheasier.com/5-great-i ... for-linux/

I believe Mint comes with an installation of Hexchat.

If your uploading with an FTP client make sure it's set to binary for zip and graphic files.
Locked

Return to “Themes, Icons & Wallpaper”