[Astal] Add colours

This commit is contained in:
2025-10-17 07:29:18 +02:00
parent 9d779269eb
commit 94a57be9f7

View File

@@ -13,27 +13,33 @@ window.Bar {
/* } */
.mode-status {
&.windowing-mode {
background-color: darkslategray;
color: white;
}
&.workspace-mode {
background-color: darkblue;
color: white;
}
&.launch-mode {
background-color: darkgreen;
color: white;
}
&.device-mode {
background-color: darkred;
color: white;
}
&.screenshotting-mode {
background-color: purple;
color: white;
}
&.notifications-mode {
background-color: darkorange;
color: white;
}
}