🎨 (home/eww) change colors of workspaces

This commit is contained in:
Laureηt 2024-07-04 19:02:14 +02:00
parent 84c114b045
commit b01026d707
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -14,7 +14,7 @@
// Workspace Styles
$colors: $rosewater, $flamingo, $pink, $mauve, $red, $maroon, $peach, $yellow, $green, $teal;
$colors: $flamingo, $pink, $maroon, $mauve, $peach, $yellow, $teal, $sapphire, $blue, $lavender;
.workspace {
@ -114,4 +114,4 @@ checkbutton {
min-width: 50px;
margin-left: 10px;
margin-right: 20px;
}
}