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

View File

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