Black/Gold theme

This commit is contained in:
2025-08-18 22:38:52 +02:00
parent b046749d1f
commit f073b42adb
13 changed files with 159 additions and 134 deletions

View File

@@ -4,9 +4,9 @@
}
window#waybar {
background-color: rgba(30, 34, 38, 1);
border-bottom: 2px solid #4c5a66;
color: #e0e6ed;
background-color: rgba(28, 30, 31, 1);
border-bottom: 2px solid rgba(28, 30, 31, 1);
color: rgba(224, 230, 237, 1);
transition: background-color 0.5s;
}
@@ -14,62 +14,17 @@ window#waybar.hidden {
opacity: 0.2;
}
button {
box-shadow: inset 0 -2px transparent;
border: none;
border-radius: 0;
}
button:hover {
background: rgba(76, 90, 102, 0.2);
box-shadow: inset 0 -2px #90a4b8;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #cbd3db;
}
#workspaces button:hover {
background: rgba(144, 164, 184, 0.1);
}
#workspaces button.focused {
background-color: #3b4651;
box-shadow: inset 0 -2px #90a4b8;
color: #ffffff;
}
#workspaces button.urgent {
background-color: #b03c3c;
color: #ffffff;
}
#mode {
background-color: #3b4651;
box-shadow: inset 0 -2px #90a4b8;
color: #ffffff;
}
#clock,
#battery,
#cpu,
#temperature,
#backlight,
#network,
#pulseaudio,
#custom-media,
#tray,
#mode,
#scratchpad,
#keyboard-state {
#tray{
padding: 0 10px;
color: #e0e6ed;
color: rgba(224, 230, 237, 1);
}
#window,
#workspaces {
#window {
margin: 0 4px;
}
@@ -81,42 +36,42 @@ button:hover {
}
#clock {
background-color: rgba(76, 90, 102, 1);
background-color: rgba(28, 30, 31, 1);
}
#custom-power {
background-color: rgba(76, 90, 102, 1);
background-color: rgba(224, 64, 64, 1);
}
#battery {
background-color: rgba(76, 90, 102, 1);
background-color: rgba(28, 30, 31, 1);
}
#cpu {
background-color: rgba(76, 90, 102, 1);
background-color: rgba(28, 30, 31, 1);
}
#network {
background-color: rgba(76, 90, 102, 1);
background-color: rgba(28, 30, 31, 1);
}
#network.disconnected {
background-color: rgba(176, 60, 60, 1);
background-color: rgba(224, 64, 64, 1);
}
#pulseaudio {
background-color: rgba(76, 90, 102, 1);
background-color: rgba(28, 30, 31, 1);
}
#pulseaudio.muted {
background-color: rgba(47, 57, 66, 1);
color: #aab4be;
background-color: rgba(28, 30, 31, 1);
color: rgba(174, 179, 173, 1);
}
#tray {
background-color: rgba(76, 90, 102, 1);
background-color: rgba(28, 30, 31, 1);
}
#tray > .needs-attention {
background-color: rgba(176, 60, 60, 1);
background-color: rgba(224, 64, 64, 1);
}