updates theming

This commit is contained in:
Michel Fedde 2025-05-20 20:42:47 +02:00
parent 9fa1cbf055
commit 45ed668f93
9 changed files with 102 additions and 295 deletions

View file

@ -1,4 +1,7 @@
@import "../../../.cache/wal/colors.scss";
$walForeground: $foreground;
$walBackground: $background;
$background: rgba(30, 30, 30, 0.5);
$foreground: #ffffff;

View file

@ -1,5 +1,5 @@
$border-radius: 15px;
$border-color: $foreground;
$border-radius: 13px;
$border-color: rgba(white, 0.2);
$input-padding: 8px 15px;