_st-theme.scss
ASCII text
1@use "theme"; 2 3// 4// Override sizes 5// 6 7$menuitem-size: 32px; 8 9@if theme.$compact { 10$menuitem-size: 28px; 11} 12 13// 14// Override durations; since St does not support transition-timing-function 15// 16 17$duration: 100ms; 18$duration-ripple: 200ms; 19 20// 21// Override shadows 22// 23 24// This should be none, but it's creating some issues with borders, so to 25// workaround it for now, use inset wich goes through a different code path. 26// see https://bugzilla.gnome.org/show_bug.cgi?id=752934 27$shadow-z0: 0 0 transparent; 28