Adds more wal theming

This commit is contained in:
Michel Fedde 2025-03-01 22:55:04 +01:00
parent 04f6af0726
commit af5ec3580c
15 changed files with 353 additions and 80 deletions

View file

@ -0,0 +1,4 @@
@import "../../../.cache/wal/colors.scss";
$foreground-disabled: rgba($foreground, 0.75);

View file

@ -0,0 +1,4 @@
$border-radius: 0.3rem;
$box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
$box-shadow-inner: 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;

View file

@ -0,0 +1,2 @@
@import "./_colors.scss";
@import "./_variables.scss";