💄 logout-menu: specify time color to colors.fg-primary

This commit is contained in:
retrozinndev
2025-06-08 16:35:29 -03:00
parent c9a89ea9bf
commit 113b1a02bd
2 changed files with 21 additions and 20 deletions
+1
View File
@@ -5,6 +5,7 @@
.time { .time {
font-size: 128px; font-size: 128px;
font-weight: 900; font-weight: 900;
color: colors.$fg-primary;
text-shadow: 1px 1px 2px colors.$bg-translucent; text-shadow: 1px 1px 2px colors.$bg-translucent;
} }
.date { .date {
+20 -20
View File
@@ -1,26 +1,26 @@
// SCSS Variables // SCSS Variables
// Generated by 'wal' // Generated by 'wal'
$wallpaper: "/home/joaov/wallpapers/Nijika Train.jpeg"; $wallpaper: "/home/joaov/wallpapers/Miku Balloons.jpg";
// Special // Special
$background: #11151b; $background: #503442;
$foreground: #c3c4c6; $foreground: #d3cccf;
$cursor: #c3c4c6; $cursor: #d3cccf;
// Colors // Colors
$color0: #11151b; $color0: #503442;
$color1: #967557; $color1: #43788f;
$color2: #4f5869; $color2: #24699f;
$color3: #665d63; $color3: #487aa8;
$color4: #576872; $color4: #8e8883;
$color5: #787375; $color5: #6f7ba0;
$color6: #998c7f; $color6: #668aab;
$color7: #90949a; $color7: #ada5a9;
$color8: #5c6371; $color8: #907784;
$color9: #C99D75; $color9: #5AA0BF;
$color10: #6A768C; $color10: #318CD5;
$color11: #897C84; $color11: #60A3E0;
$color12: #748B99; $color12: #BEB6AF;
$color13: #A19A9D; $color13: #95A4D6;
$color14: #CDBBAA; $color14: #88B8E4;
$color15: #c3c4c6; $color15: #d3cccf;