pull/554/head
Megax 2016-09-03 07:58:00 +02:00
parent cb3e0317cd
commit b93ed1cf41
2 changed files with 14 additions and 0 deletions

View File

@ -27,6 +27,7 @@
@import "apps/mate-applications";
@import "apps/cinnamon-applications";
@import "apps/gnome-applications";
@import "apps/unity-greeter";
@import "apps/gedit";
@import "apps/nautilus";

View File

@ -0,0 +1,13 @@
/****************
! Gnome clocks *
*****************/
@include exports("gnome-clocks") {
.clocks-analog-frame {
&.trough { color: mix($fg_color, $bg_color, .85); }
&.progress { color: mix($bg_color, $selected_bg_color, .5); }
&.progress-fast { color: shade($selected_bg_color, .7); }
}
}