2024-04-20 12:48:48 +00:00
|
|
|
.bar * {
|
2023-03-16 16:26:29 +00:00
|
|
|
all: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar {
|
|
|
|
background-color: #1d2021;
|
|
|
|
color: #ebdbb2;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-family: "CozetteVector";
|
|
|
|
font-size: 12px;
|
2023-03-16 16:35:34 +00:00
|
|
|
|
|
|
|
.current {
|
|
|
|
color: #8ec07c;
|
|
|
|
}
|
|
|
|
|
2023-03-16 16:26:29 +00:00
|
|
|
}
|
|
|
|
|
2024-04-20 12:48:48 +00:00
|
|
|
menuitem window {
|
|
|
|
background: #282828;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
2024-08-24 09:02:47 +00:00
|
|
|
|
|
|
|
// System Tray
|
|
|
|
.tray menu {
|
|
|
|
padding: 5px 5px;
|
|
|
|
background-color: $background;
|
|
|
|
|
|
|
|
>menuitem {
|
|
|
|
font-family: JetBrainsMono NF;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
color: $foreground;
|
|
|
|
|
|
|
|
&:disabled label {
|
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
separator {
|
|
|
|
background-color: $foreground;
|
|
|
|
padding-top: 1px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
padding: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|