ironbar: Change primary color to new stylix one

This changes the primary color from orange to blue.
This commit is contained in:
Donovan Glover 2024-07-20 11:40:22 -04:00
parent f3037ae4b8
commit e959cd52ea
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,7 +2,7 @@
let
inherit (lib) singleton;
inherit (config.lib.stylix.colors) base00 base01 base04 base05 base09;
inherit (config.lib.stylix.colors) base00 base01 base04 base05 base0D;
inherit (pkgs) ironbar inotify-tools;
inherit (builtins) toJSON;
@ -91,7 +91,7 @@ in
}
slider {
background: #${base09};
background: #${base0D};
}
trough {
@ -130,7 +130,7 @@ in
}
.popup-clock .calendar:selected {
color: #${base09};
color: #${base0D};
}
.launcher .item {
@ -148,7 +148,7 @@ in
}
.launcher .focused {
box-shadow: inset 0 -2px #${base09};
box-shadow: inset 0 -2px #${base0D};
background: #${base01};
}