A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 _st-theme.scss

View raw Download
text/plain • 391 B
ASCII text
        
            
1
//
2
// Override durations; since St does not support transition-timing-function
3
//
4
5
$duration: 100ms;
6
$duration-ripple: 200ms;
7
8
//
9
// Override shadows
10
//
11
12
// This should be none, but it's creating some issues with borders, so to
13
// workaround it for now, use inset wich goes through a different code path.
14
// see https://bugzilla.gnome.org/show_bug.cgi?id=752934
15
$shadow-z0: 0 0 transparent;
16