mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
committed by
Dustin Falgout
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); }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user