update theming

This commit is contained in:
Franek 2025-02-18 18:52:35 +01:00
parent cb220e41be
commit e0648fe311
2 changed files with 27 additions and 27 deletions

View File

@ -1,29 +1,29 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_217.jpg";
$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_36.jpg";
// Special
$background: #0C1325;
$foreground: #e1e7e9;
$cursor: #e1e7e9;
$background: #0D0809;
$foreground: #b5b4b9;
$cursor: #b5b4b9;
// Colors
$color0: #0C1325;
$color1: #6C8FAD;
$color2: #76A6C7;
$color3: #9CA3AF;
$color4: #CCBFB5;
$color5: #95B7CB;
$color6: #AFCDDC;
$color7: #e1e7e9;
$color8: #9da1a3;
$color9: #6C8FAD;
$color10: #76A6C7;
$color11: #9CA3AF;
$color12: #CCBFB5;
$color13: #95B7CB;
$color14: #AFCDDC;
$color15: #e1e7e9;
$color0: #0D0809;
$color1: #655250;
$color2: #975334;
$color3: #9A6854;
$color4: #C96F45;
$color5: #B18970;
$color6: #EC9863;
$color7: #b5b4b9;
$color8: #7e7d81;
$color9: #655250;
$color10: #975334;
$color11: #9A6854;
$color12: #C96F45;
$color13: #B18970;
$color14: #EC9863;
$color15: #b5b4b9;
$primary: lighten($color4, 20%);
$onPrimary: darken($color2, 20%);
$primaryContainer: darken($color2, 10%);

View File

@ -46,24 +46,24 @@ window.qs_bluetooth {
window.quick_settings button, window.qs_bluetooth button {
transition: all 0.2s ease-in-out;
background: $onPrimaryContainer;
border: 2px solid $foreground;
background: $primary;
border: 2px solid $onPrimary;
margin: 5px;
&:hover {
background: $foreground;
background: $onPrimary;
* {
color: $onPrimary;
color: $primary;
}
}
&.active {
background: $foreground;
border: 0.5px solid $onPrimary;
background: $onPrimary;
border: 0.5px solid $primary;
* {
color: $onPrimary;
color: $primary;
}
}
}