Suggested Collections
Featured in Groups
Ambiance-Like GS
Published:By
8K Views
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.
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.
© 2012 - 2022 tgraeca84
Comments15
Join the community to add your comment. Already a deviant? Log In
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 
#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
verview {
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 {
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);
}