mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
waybar/style.css: replace red with the same amber and white with black
This commit is contained in:
parent
b53f8f6f52
commit
b4f5b4af43
@ -12,28 +12,28 @@
|
|||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: #000000;
|
background: #000000;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid #ffb700;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background: rgba(43, 48, 59, 0.5);
|
background: rgba(43, 48, 59, 0.5);
|
||||||
border: 1px solid #ff0000;
|
border: 1px solid #ffb700;
|
||||||
}
|
}
|
||||||
tooltip label {
|
tooltip label {
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background: #000000;
|
background: #000000;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
border-bottom: 3px solid #000000;
|
border-bottom: 3px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
background: #ffffff;
|
background: #000000;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode,
|
#mode,
|
||||||
@ -44,7 +44,7 @@ tooltip label {
|
|||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
background: #000000;
|
background: #000000;
|
||||||
border-bottom: 3px solid #ff0000;
|
border-bottom: 3px solid #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
@ -53,23 +53,23 @@ tooltip label {
|
|||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ff0000;
|
color: #ffb700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.warning:not(.charging) {
|
#battery.warning:not(.charging) {
|
||||||
background: #ffffff;
|
background: #000000;
|
||||||
color: #0000ff;
|
color: #0000ff;
|
||||||
animation-name: blink;
|
animation-name: blink;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.5s;
|
||||||
|
Loading…
Reference in New Issue
Block a user