automatically change color theme after changing wallpaper

This commit is contained in:
2025-08-01 18:47:21 +02:00
parent eeb268b632
commit b1ce6e1f83
166 changed files with 147697 additions and 166 deletions

View File

@@ -7,7 +7,7 @@
background-color: $bg;
font-family: 'Sour Gummy', 'MesloLGM Nerd Font Mono', 'Noto Sans';
border-radius: 20px;
border: 2px solid $blue;
border: 2px solid $border;
}
.date-box {
@@ -194,7 +194,7 @@
.player-info-title,
.player-info-artist {
color: $blue;
color: $border;
font-weight: bold;
}
@@ -214,7 +214,7 @@
.cavabar {
font-family: 'Noto Sans';
font-size: 14px;
color: $blue;
color: $border;
}
.music-controls-box {