diff --git a/ags/style/_logout-menu.scss b/ags/style/_logout-menu.scss index 617a48f..e8c6b2f 100644 --- a/ags/style/_logout-menu.scss +++ b/ags/style/_logout-menu.scss @@ -5,6 +5,7 @@ .time { font-size: 128px; font-weight: 900; + color: colors.$fg-primary; text-shadow: 1px 1px 2px colors.$bg-translucent; } .date { diff --git a/ags/style/_wal.scss b/ags/style/_wal.scss index 0ba7da7..4c632a1 100644 --- a/ags/style/_wal.scss +++ b/ags/style/_wal.scss @@ -1,26 +1,26 @@ // SCSS Variables // Generated by 'wal' -$wallpaper: "/home/joaov/wallpapers/Nijika Train.jpeg"; +$wallpaper: "/home/joaov/wallpapers/Miku Balloons.jpg"; // Special -$background: #11151b; -$foreground: #c3c4c6; -$cursor: #c3c4c6; +$background: #503442; +$foreground: #d3cccf; +$cursor: #d3cccf; // Colors -$color0: #11151b; -$color1: #967557; -$color2: #4f5869; -$color3: #665d63; -$color4: #576872; -$color5: #787375; -$color6: #998c7f; -$color7: #90949a; -$color8: #5c6371; -$color9: #C99D75; -$color10: #6A768C; -$color11: #897C84; -$color12: #748B99; -$color13: #A19A9D; -$color14: #CDBBAA; -$color15: #c3c4c6; +$color0: #503442; +$color1: #43788f; +$color2: #24699f; +$color3: #487aa8; +$color4: #8e8883; +$color5: #6f7ba0; +$color6: #668aab; +$color7: #ada5a9; +$color8: #907784; +$color9: #5AA0BF; +$color10: #318CD5; +$color11: #60A3E0; +$color12: #BEB6AF; +$color13: #95A4D6; +$color14: #88B8E4; +$color15: #d3cccf;