[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 { .mode-status {
&.windowing-mode { &.windowing-mode {
background-color: darkslategray;
color: white;
} }
&.workspace-mode { &.workspace-mode {
background-color: darkblue;
color: white;
} }
&.launch-mode { &.launch-mode {
background-color: darkgreen;
color: white;
} }
&.device-mode { &.device-mode {
background-color: darkred;
color: white;
} }
&.screenshotting-mode { &.screenshotting-mode {
background-color: purple;
color: white;
} }
&.notifications-mode { &.notifications-mode {
background-color: darkorange;
color: white;
} }
} }