diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index 4184138..3c7d3fe 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -8,7 +8,8 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); .leftgroup, .centergroup, .rightgroup { - background-color: $bar-bg-color; +/* background-color: $bar-bg-color;*/ + background-color: mix(#d68787, #add4fb, 50%); border-radius: $bar-module-border-radius; border: 3px solid $bar-module-fg-color; box-shadow: 0px 0px 9px 0px $bar-module-fg-color;