parent
1c2185a1f1
commit
c997dd3402
|
@ -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";
|
||||
|
|
|
@ -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); }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue