[Astal] Add colours
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user