Ändern der Akzent Farben auf Orange.

This commit is contained in:
2026-03-29 22:58:47 +02:00
parent 07ef77d086
commit e158eaa82d
4 changed files with 32 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
/* Die gesamte Bar */
window#waybar {
background-color: rgba(30, 30, 46, 0.8); /* Transparentes Dunkel */
border-bottom: 2px solid #5e81ac;
color: #cdd6f4;
background-color: rgba(25, 16, 36, 0.85); /* Tiefes Dunkellila aus dem Wald */
border-bottom: 2px solid #ff7b3b; /* Sonnen-Orange */
color: #fce8e1; /* Warmes, weiches Weiß */
font-family: "Fira Code", "Font Awesome 6 Free";
font-size: 14px;
}
@@ -11,18 +11,18 @@ window#waybar {
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #ffffff;
color: #fce8e1;
}
#workspaces button.active {
color: #5e81ac;
border-bottom: 3px solid #5e81ac;
color: #ff7b3b; /* Orange für aktiven Workspace */
border-bottom: 3px solid #ff7b3b;
}
#clock, #cpu, #memory, #battery, #pulseaudio, #network {
padding: 0 10px;
margin: 4px;
background-color: #313244;
background-color: #3b1d3d; /* Dunkles Magenta/Pink als Hintergrund */
border-radius: 8px;
}
@@ -30,7 +30,7 @@ window#waybar {
#tray {
padding: 0 10px;
margin: 4px;
background-color: #313244; /* Gleicher Hintergrund wie CPU/Clock */
background-color: #3b1d3d; /* Gleicher Hintergrund wie CPU/Clock */
border-radius: 8px;
}