Adds style and config for swaync
This commit is contained in:
parent
9f0d8dadff
commit
34e75dd9b0
6 changed files with 339 additions and 0 deletions
4
.config/swaync/style/variables.scss
Normal file
4
.config/swaync/style/variables.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$foreground-disabled: color.adjust($foreground, $lightness: -0.4);
|
||||
|
||||
$border-radius: 0.3rem;
|
||||
$box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
|
||||
Loading…
Add table
Add a link
Reference in a new issue