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,26 +1,39 @@
@import "../../library/entry.scss";
$background: rgba(30, 30, 30, 0.8);
$foreground: #ffffff;
$border-gray: $border-color;
$border-primary: $color2;
$transparentBackground: rgba(30, 30, 30, 0.6);
$text-color: $foreground;
#window {
background-color: rgba(0, 0, 0, 0);
}
//border: 1px solid $color2;
box#main {
background-color: $background;
border: 1px solid $color2;
border-radius: $border-radius;
color: $foreground;
box-shadow: $box-shadow-inner-less;
background-color: transparent;
color: $text-color;
}
entry {
padding: $input-padding;
border: none;
box-shadow: none;
color: $foreground;
color: $text-color;
margin-bottom: 6px;
border: 1px solid $border-gray;
border-bottom: 1px solid $border-primary;
box-shadow: $box-shadow-inner-less;
}
entry, list#plugin {
background-color: $transparentBackground;
border-radius: $border-radius;
}
list {
}
list#main {
@ -28,8 +41,11 @@ list#main {
}
list#plugin {
background-color: rgba(0, 0, 0, 0);
padding: 1rem;
margin-top: 3px;
box-shadow: $box-shadow-inner-less;
border: 1px solid $border-gray;
}
label#match-desc {