💄 chore(style): update styles

This commit is contained in:
retrozinndev
2025-07-30 16:15:23 -03:00
parent 29ddc393a9
commit 89851d4642
5 changed files with 55 additions and 49 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ trough highlight {
trough slider { trough slider {
border-radius: 50%; border-radius: 50%;
margin: -2px 0; margin: -4px 0;
background: wal.$foreground; background: wal.$foreground;
min-width: 1.2em; min-width: 1.2em;
min-height: 1.2em; min-height: 1.2em;
+3 -2
View File
@@ -1,7 +1,7 @@
@use "sass:color"; @use "sass:color";
@use "./colors"; @use "./colors";
.apps-window-container { .apps-window .popup-window-container {
$radius: 48px; $radius: 48px;
padding: 28px; padding: 28px;
@@ -9,7 +9,7 @@
border-radius: $radius $radius 0 0; border-radius: $radius $radius 0 0;
& entry { & entry {
background: rgba(colors.$bg-primary, .4); background: transparent;
margin-bottom: 32px; margin-bottom: 32px;
min-width: 450px; min-width: 450px;
padding: 14px; padding: 14px;
@@ -17,6 +17,7 @@
&:focus-within { &:focus-within {
box-shadow: inset 0 0 0 2px colors.$bg-tertiary; box-shadow: inset 0 0 0 2px colors.$bg-tertiary;
background: rgba(colors.$bg-primary, .2);
} }
} }
+25 -23
View File
@@ -77,10 +77,6 @@
} }
& .page .content { & .page .content {
& > eventbox > box {
margin: 6px 0;
}
& label.name { & label.name {
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
@@ -100,7 +96,7 @@
} }
} }
& .page { & #page {
transition: 120ms linear; transition: 120ms linear;
background: colors.$bg-secondary; background: colors.$bg-secondary;
padding: 14px; padding: 14px;
@@ -109,12 +105,12 @@
& .header { & .header {
margin-bottom: 12px; margin-bottom: 12px;
& .top > .title { & .top .title {
font-size: 20px; font-size: 20px;
font-weight: 600; font-weight: 600;
} }
& > .description { & .description {
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
color: colors.$fg-disabled; color: colors.$fg-disabled;
@@ -127,11 +123,21 @@
margin-bottom: 4px; margin-bottom: 4px;
} }
& button { & .page-button, .extra-buttons {
padding: 6px; & button {
border-radius: 12px; padding: 6px;
border-radius: 12px;
& label { &:hover {
background: rgba(colors.$fg-primary, .1);
}
&:active {
border-radius: 10px;
}
}
& label.title {
font-size: 14px; font-size: 14px;
} }
@@ -144,10 +150,6 @@
& icon { & icon {
font-size: 16px; font-size: 16px;
} }
&:hover {
background: rgba(colors.$fg-primary, .1);
}
} }
& .bottom-buttons button { & .bottom-buttons button {
@@ -165,8 +167,13 @@
& .extra-buttons { & .extra-buttons {
margin-left: 2px; margin-left: 2px;
& > button {
border-radius: 12px; button {
border-radius: 10px;
&:active {
border-radius: 8px;
}
} }
} }
} }
@@ -251,8 +258,7 @@
} }
} }
.tile-pages .page { .tile-pages #page {
transition: 180ms linear;
margin-top: 10px; margin-top: 10px;
&.bluetooth { &.bluetooth {
@@ -260,10 +266,6 @@
background: colors.$bg-tertiary; background: colors.$bg-tertiary;
} }
} }
&.revealed {
padding-top: 12px;
}
} }
box.notif-history { box.notif-history {
+6 -3
View File
@@ -21,14 +21,17 @@
box-shadow: none; box-shadow: none;
} }
& image.left { & image {
margin-right: 6px; margin-right: 6px;
-gtk-icon-size: 16px;
} }
} }
& list { & scrolledwindow {
padding: 6px; margin: 6px;
}
& list {
& .result { & .result {
padding: 10px; padding: 10px;
background: colors.$bg-primary; background: colors.$bg-primary;
+20 -20
View File
@@ -1,26 +1,26 @@
// SCSS Variables // SCSS Variables
// Generated by 'wal' // Generated by 'wal'
$wallpaper: "/home/joaov/wallpapers/Frieren Battleground.jpg"; $wallpaper: "/home/joaov/wallpapers/Frieren Underwater.jpg";
// Special // Special
$background: #181515; $background: #0a1d30;
$foreground: #c5c4c4; $foreground: #c1c6cb;
$cursor: #c5c4c4; $cursor: #c1c6cb;
// Colors // Colors
$color0: #181515; $color0: #0a1d30;
$color1: #975969; $color1: #0e7ea2;
$color2: #7f6960; $color2: #3a829e;
$color3: #7f697f; $color3: #1f96b0;
$color4: #a57e83; $color4: #717880;
$color5: #878193; $color5: #9c8a87;
$color6: #9d8793; $color6: #758899;
$color7: #9b9090; $color7: #93989d;
$color8: #715c5c; $color8: #606b76;
$color9: #CA778C; $color9: #13A9D8;
$color10: #AA8C81; $color10: #4EAED3;
$color11: #AA8CAA; $color11: #2AC9EB;
$color12: #DCA8AF; $color12: #97A0AB;
$color13: #B4ADC5; $color13: #D1B8B5;
$color14: #D2B5C5; $color14: #9CB6CD;
$color15: #c5c4c4; $color15: #c1c6cb;