Skip to content

Commit c997dd3

Browse files
megaxlots0logs
authored andcommitted
* Fixes #137 (#554)
1 parent 1c2185a commit c997dd3

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

gtk-3.20/scss/_widgets.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
@import "apps/mate-applications";
2929
@import "apps/cinnamon-applications";
30+
@import "apps/gnome-applications";
3031
@import "apps/unity-greeter";
3132
@import "apps/gedit";
3233
@import "apps/nautilus";
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/****************
2+
! Gnome clocks *
3+
*****************/
4+
5+
@include exports("gnome-clocks") {
6+
.clocks-analog-frame {
7+
&.trough { color: mix($fg_color, $bg_color, .85); }
8+
9+
&.progress { color: mix($bg_color, $selected_bg_color, .5); }
10+
11+
&.progress-fast { color: shade($selected_bg_color, .7); }
12+
}
13+
}

0 commit comments

Comments
 (0)