Just a Gnome shell theme that fits to the default theme of Ubuntu. Based on Unia and HopeDT themes.
Changelog:
(14 JAN) Minor changes in font color and panel size.
(15 JAN) Resize icon grid. Refined font color in panel and pop menu. Included metacity theme (mod of Ambiance Alt). Included wallpaper (official ubuntu tv wallpaper).
(16 JAN) Refined font color in grid selected items. Minor adjustments in metacity font. Fixed appmenu icon size.
I was trying to replace the "activities" with an icon but there seams to be a bug, if I add this in your gnome-shell.css you'll see what I was trying to do, and the Bug I have, if you could be so kind to help
Yes, I had tried to replace activities panel with an icon too when I was working on this theme. But I couldn't. I don't know what is wrong here. Apparently it's all ok. But if you are much interested maybe you can ask to grvurlz, the creator of the theme Hope, in wich my theme is based.
#panelActivities {
border: none;
background-image: url("start1.png");
background-position: 0 0;
width: 24px;
height: 24px;
color: rgba(0,0,0,0.0);
}
#panelActivities:hover {
transition-duration: 300;
background-image: url("start1.png");
background-gradient-direction: vertical;
background-gradient-start: #5c5b56;
background-gradient-end: #3c3b37;
box-shadow: 0 0 2px 2px rgba(0,0,0,0.35);
}
#panelActivities:active,
#panelActivities
background-image: url("start1.png");
background-gradient-direction: vertical;
background-gradient-start: #5c5b56;
background-gradient-end: #3c3b37;
box-shadow: 0 0 2px 2px rgba(0,0,0,0.35);
}
Good luck!
#panelActivities {
border: none;
background-image: url("start11.png");
background-position: 0 0;
width: 24px;
height: 24px;
color: rgba(0,0,0,0.0);
}
#panelActivities:hover,
#panelActivities:active,
#panelActivities
border-image: url("start11.png");
}
.panel-corner {
-panel-corner-radius: 10px;
-panel-corner-background-color: #3c3b37;
-panel-corner-outer-border-width: 0.5px;
-panel-corner-outer-border-color: rgba(33,33,33,0.8);
}
I think it also make the shell a little more integrated with the theme, try it out
I like the window-borders, are those included?
--
"Only two things are infinite... the Universe and Human Stupidity, and I'm not sure about the Universe." --Albert Einstein
--
"Only two things are infinite... the Universe and Human Stupidity, and I'm not sure about the Universe." --Albert Einstein
--
Born with an extra set of "why" chromosomes.